What's the next step to getting the debug verison of InDesign CS6?
I've downloaded and used earlier versions of the developer build of InDesign for the Mac and I've completely forgotten how. Hopefully someone here can advise me what I should do and point me in the...
View ArticleAre non-Eve dialogs still supported in CC?
I'm porting some CS5/55/6 plugins to CC and I run into issues with my fr files. Do I have to change them to use eve? or should it still be possible to leave the layouts as they are? thanks,bart
View ArticleSelf signed Extension not visible in Indesign CC although installed in...
I have a HTML Extensions which I self signed (by creating a self signed certificate) using ZxpSignCmd. I exported my Extension in ZXP format and it got installed under Indesign CC 32 bit. But when i...
View Article[CS2,CS3] strange problem with translations
Hi all,I'm using the translation feature of PMString, that means I have keys in my code and English and German strings in the resources.On my Windows machine with IDCS2 debug and IDCS3 release all...
View ArticleIDCS5 Win:StaticTextWidget
I needed to use a StaticTextWidget but a Windows search of the SDK provided me with no examples from which to copy, so I turned to Widgets.fh to see how it is made. According to the Widgets.fh file,...
View ArticleHow to start a new thread?
Unfortunately there is no any samples in SDK how to implement a new thread. Header file IThread.h says IThread is no longer supported and will soon be removed...
View ArticleID (All versions) Closing documents in code
I have a project that allows the user to open a variable number of documents from 1 to X (and X has no limit), according to his/her needs. The interesting thing about this is how the code is written;...
View ArticleIDatalink porting question
I still have some code to port, but I have this question:I use this to relink an image (switch lo->hi res) IImportFileCmdData (CS3)virtualvoid Set(IDataBase *db, IDataLink *dl, UIFlags flags, UID...
View ArticleIssue with having grouped radio button
Hi, all, i have issue with creating grouped radio button, here i included the code which i use. can any one help me. resource BscPnlPanelWidget(kSDKDefPanelResourceID + index_enUS){ __FILE__,...
View ArticleObject Style Panel - Right Click Menu
I would like to add menu to right-click of Object Style panel. Which interface would I use to get UIDRef of Style or Style Group upon which right-click was initiated. Thanks in advance to Dirk &...
View Articlenot able to run idletask instantly
Hi, i created an idletask in following way-InterfacePtr<TestIdleTask> test_task((TestIdleTask*)::CreateObject(kTestIdleTask,IID_ITestIdleTask));if(test_task) {...
View Article[CS5.5/CS6] what causes a kImportAndPlaceCmdBoss to throw an exception with...
I have a problem in both CS5.5 and CS6 on MacOS X. During a drag operation onto an InDesign document, I import and place some images onto a page. This normally works without issue except in one case....
View ArticleHow to install plugin indesign sdk? [Help]
hello I am looking for information on how to make a plugin for InDesign.if someone could help me or passing information on how to install the sdk and information about how to program indesign plugin....
View ArticleUsing StdTreeBasedListBox
Hi All, I want to implement StdTreeBasedListBox widget in my plug-in but I cannot find any sufficient resources or examples to help me make it. I use -- InterfacePtr<IPanelControlData>...
View ArticleHow to get the xml element and comment name in a page?
I need to list all element and comment name in a page
View ArticleGetCoreResourceModificationDate could not get path to timestamp file
Porting my InDesign CS5.5 Plugin to InDesign CS6, when I build a debug version of the plugin and deploy it to the InDesign CS6 Debug version and launch InDesign I get...
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 ArticleHow to enable the widgets in Indesign CC..?
Hi, I am working on porting our Indesign CS6 plugin to Indesign CC plugin.I have completed the porting and the plugins has opened in Indesign CC,but i have one problem in design. Three of our Widgets...
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