How to open an .indd file in commands
does any one know how to open an .indd file in commands from a plugin(without opening from the normal procedure..File -> Open ...)in my plugin I tried, SDKFileOpenChooser...
View ArticleCannot compile InDesign CC SDK's example
Hi, I can't compile the example in InDesign CC SDK (MacOS 10.8, XCode 4.6). I get this message:/SDK/InDesign/CC/Commun/source/public/includes/MSysType.h:71:2: Conversion function converting 'SysPoint'...
View ArticleLearn Plug-in Create.
Hi All, I have to learn and start to create the InDesign Plug-in. Which software I have use? 1. Eclipse2. Visual Studio. Please help me. and guide for with some examples. thx,csm_phil.
View ArticleIndesign CC extension ZXP signing not working!
I am using eclipse and trying to export my Plugin as ZXP but it is not getting loaded in Extension Manager in "Indesign CC" menu instead it is appearing in "Others"menu.I tried signing the zxp file by...
View ArticleRemove all plugin data from a document?
How can I "clean a document" by removing plugin data added by pluggins in a dokument?Best regards/ Pontus
View ArticleHow to sort page items by Z-Order
HiI was trying to sort page items on each page within InDesign according to their z order using the indesign SDK. I was using the API "GetItemsOnPage()" to retrieve the items on each page. However,...
View ArticleNot able to use Visual studio 2010 editor intelligence while running SDK...
whenevr i start sdk sample project in visual studio i can build it ,debug it ,run it but the problem is that VS 2010 editor showing lots of red lines under many lines of code which on Mouse hover show...
View ArticleNative Application Toolkit replacement in CC 9.1
Hi AllI hope this is in the right forum. I have dialogs written with Extension builder 2.1, targeting CS5 to CC. I just update CC to 9.1 and the NativeApplicationToolkit does not work anymore. I have...
View ArticlelocalStorage is not working in indesign cc extension
Hi All, I planned to store some user preferences for my extension so I thought to use localStorage class to do this but it fails when i closed the extension and next time when open the extension and...
View ArticleSample plugin
Hi,I am totally new to Adobe Indesign, having got the task to write Indesign plugins.So I installed IndesignCS4-SDK and tried to start with sample plugins.In the SDK there is a batchfile...
View ArticleHow to define mouse-over event for a icon
Hello, I have defined a icon for a panel in my plugin. I want that the icon should be changed on mouse over event. The code for icon is given below. resource PanelList (kDNDListsPaletteResourceID) {...
View ArticleColorizedIcon
Hi,I would like to use ColorizedIcon to draw icon for textframe and it works fine in both CS5 and CS5.5 but doesn't work in CS6.Anyone can please help me?
View ArticleHow to order pages to follow page number?
Hi!I haven't found any thing in documentation how to order pages automatically or manually. I would like to arrange my page numbers but couldn't. Please see in attached file.Could you guys please me...
View ArticleGetItemsOnPage including Masters
Hello, I can use spread->GetItemsOnPage to get all the none master page items. I would like to also get all the master page items for a given page. Thanks. P.
View ArticleHow to call SQL statements in InDesign CS6?
Hi, My plug-in needs to interact with the database, and update the database content, how should I do, can I call SQL statements in InDesign CS6? Thanku very much.
View ArticleHow to unembed links?
Hi, I have indesign document with embeded links in it. The links don't have any physical existance on drive. I need to unembed all embeded links programaticaly into a specific folder.This is possible...
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 ArticleHow to create dynamic panel tree view?
Hello, I can create dynamic pallete panel without any problems (from sdk/paneltreeview) , but i can't when it's a panel tree view (from sdk/paneltreeview). I don't know how to initialize it. Can...
View ArticleWhere to download InDesign CC debug version?
After finally having access to the InDesign CC SDK I am now presented with the problem of debugging a built plugin. Where can i get the InDesign CC (9.2 specifically) debug version?
View Articlehow to debug plugins using visual studios?
Hi,has any one done debugging for a sample pluggin code in microsoft visual studios?How do we start debugging/attaching the debugger to the code?
View Article