How i can use Cocoa framework APIs in indesign CC version
Like NSString,NSFileManager. ThanksQamar khan
View ArticleHow to create instalation package of plugin
Hi all, I would like to know, if is necessary to create some instalation package of my plugin, or it just can be copied to another computer? I have prefix id registered within adobe site, on my mac is...
View ArticleQuestions about Selections
Hi all, I have some unsolved questions about selections, I have panel, ASB, CSB, layoutSelectionBoss and so on:How is my selection called? What steps I need to do for that?How to get data from...
View ArticleAll InDesign Versions--Identifying a 5.5 document in an earlier version
Is there any way to do this?
View Articleswapping menus on a dialog
Hello, We have a dialog box that has a very big menu. I would like to have a smaller menu when a check box on the dialog is checked. I haven't tried this yet, just wanted to run it by you guys to see...
View ArticleTrying to load the sample plugin snippetRunner but it's not getting loaded
I tried to load the sample pluggin SniipetRunner and open Indesign.Indesign opened successfully and is showing other plug-ins in the plug-in drop down but now SnippetRunner any idea?
View Articlewhere do we have ActionID class defined? which file?
I dont see ActionID class defined in ActionID.h file in Indesign SDK. Has any one see where this is defined? As we have the object of ActionID being declared in DoAction function of IActionComponent.
View ArticleCS3/CS4 - Persistent data and different versions of plugin
Hi there, In my plugin I have persistent data on e.g., the document and page items.Say that I'm in version 1.0 of my plugin has a single persistent data field on the document, and that is wish to add a...
View Articlemultiple panels in a single .fr
hai all!is it possible!? this is my .fr: //==================================================================== ====================// // $File: $// // Owner: Ame// // $Author: $// //...
View Articleplugin crashes on startup of InDesign CC on Mac
Hi everyone, I am newbie in InDesign and I've got bug to fix.. I have problem that my plugin crashes InDesign CC on startup.. I logged every function and found out that these functions are called in...
View Article[CS6]Get the app version in which the document was first created
Hi All, Is there a way to get the application version in which the document was first created? Eg: I have a CS6 plugin in which I want to know wether the current document was originally created in CS3...
View ArticleInDesign SDK CC access
Hello;After registering for the InDesign SDK CC access, I got message that my request will be processed, but 10 days after, still haven't any news. I already have pre-release site account.Any advice...
View ArticleHow to add custom resource in .fr file?
In windows platform,we can add a custom resource in .rc file ,but how to add custom resource in .fr file?and how to get custom resource by InDesign SDK ?
View ArticleCan't find IID_IAPPSTARTUPSHUTDOWN in CS5
Hi, I've been searching for a while why my .fr could not compile since I'd try to add a startup/shutdown service, adding Class{ kMyStartupShutdownBoss,kInvalidClass, { IID_IAPPSTARTUPSHUTDOWN,...
View ArticleIDCS5 Win cryptic error messages followed by crash
I am closing down a dialog (see my earlier post) and after I step out of the Observer code but before I return to the calling code, I get these two cryptic messages, one right afer the other, followed...
View ArticleCS3: Detection selection change of page items
Hi<br /><br />I like to detect the selection change of page items (text or graphic frames). I implemented a doc change observer, but this doesn't work. The update method is called if I...
View Article[Mac CS2] ISerialNumber issue
Hello,<br /><br />My plugin is getting the serial number of the current copy of InDesign at Load() time from my plugin's entry point doing this:<br /><br...
View ArticleCreating text frame, Visual studio giving error in compilation !
I am trying to create a simple text frame using below commands: ILayoutControlData* layoutControlData ; PMRect boundsInPageCoords1; const PMRect...
View ArticleFailing on putting icons in a container
What I'm trying to get is a layout like in the paragraph styles panel, i.e. a listbox and a row with icons below; the whole panel being resizeble so the listbox resizes.I can place a listbox in that...
View ArticleIndesign debug version(64 bit) throws exception while loading pluggin
I build a sample plugin in Microsoft Visual Studios 2010 in debug X64 mode and copied the generated files from debugX64 folder to the plugin folder inside indesign folder.But In-design is throwing...
View Article