All InDesign Versions--Identifying a 5.5 document in an earlier version
Is there any way to do this?
View ArticleHow to setup Xcode 4.2 for indesign plugin development
Hi all, i am trying to add an indesign project template to xcode 4.2. I read and try almost all and nothing is working for me. I was trying to go step by step as getting started pdf from adobe shows,...
View ArticleCS6 Plugin works on windows but not mac
Hi,We have been developing a plugin for InDesign since CS3 and have recently ported it to CS6 (it was ported to all previous versions too, as they came out). I followed the porting guide etc. and on...
View Article[IDCS3 WIN] Visual Studio 2005 SP1
Hi Folks,Has anyone had success using Visual Studio 2005 SP1 to compile and run CS3 plug-ins?I'm having a troubles running ID CS3 plug-ins complied with Visual Studio 2005 SP1 and running under Windows...
View Articlecompatibility problem - CS5.5 plugin doesn't work with CS5.5
Hi, I have a problem with our CS5.5 plugin, it works without problems one my machine but the customer gets the errormessage "Adobe InDesign does not recognize JOURNALDESIGNERPLUGIN.PLN as valid...
View ArticleHow to add data into a List box
CS3 SDk:Windows<br /><br />Hi all,<br />I am trying to add data into a basic List box in CS3??<br /><br />// .fr<br />GenericPanelWidget<br /> (<br...
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 Articlehow to move page item to another page without copy and paste?
I try using below code, its not working InterfacePtr<ICommand> IMoveSpreadcmd(CmdUtils::CreateCommand(kMoveToSpreadCmdBoss)); if(IMoveSpreadcmd == nil) break;...
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 ArticleHow to Get the class name from a ClassID
Hi, Does any one have any idea about how to get the class name (ex: kSplineItemBoss) from a ClassID. I know how to get the class id; ClassID...
View Article[CS5.5] Recovering a "corrupted" link
Hi, I recently opened a document, and observed this in my Links panel : In my document, I have three picture frames. Two of them are "corrupted" : in the link panel, there is no little preview at the...
View Articlehow to imliment select all unused para or char style
hello friends, if i have document and i want to kow the paragraph styles and character styles which are not used in the current document with their reference id so that i can delete those style from...
View ArticleInDesign CC requirements & porting guide
Hi all, I'm looking for the ID CC requirements and porting guide (and others...).The ./docs/guides PDF folder in sdk (Build 244) just contains "IDML Specification.pdf". Which Mac/Win versions ?Which...
View ArticleInDesign/InCopy Debug Build version CC
Hi I have signed up for the 'InDesign SDK Access Program' and would like to know where I can get the debug builds of InDesign and InCopy CC? I got the CS6, CS5, etc debug builds from the partners...
View ArticleFonts are not updating in InDesign instantly
Hi, I am working on InDesign 5.5 plugin, which is used to handle missing fonts of document. It Displays a List of missing fonts in a dialog box and user can Activate the missing font. If user opens a...
View ArticleHelp! Missing "YTD Channels Model.sdk.InDesign Plug In"
Some existing InDesign files have this message showing up. What should I do? Can I delete this somehow? Or, does anyone know where I could get this missing Plug In? I'm not familiar with what this...
View ArticleWhat's new in the CS5.5 SDK?
OK, well, not a whole lot. But since I went through and diffed it against CS5, I though I'd share. This is from the Mac perspective. Some documentation reorganization -- getting-started.pdf moved into...
View ArticleAdobe’s PlugPlug library
Hi I'm trying to include a flex panel in an already created InDesign CS5 Plugin. Im using flashbuilder and CSExtension Builder to create a bundled extension which installs the extension, and places the...
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 ArticleHow to get document object on kBeforeOpenDocSignalResponderService
Hi , I want to change the document on kBeforeOpenDocSignalResponderService. I have tried following code on kBeforeCloseDocSignalResponderService : case kBeforeCloseDocSignalResponderService:...
View Article