CS3, CS4, CS5 how to disable redraw of a page
Hi ther, becose of performance I need to disable redraw of InDesign page till it is created - any suggestion how to do this? regards
View ArticleHow to match nodes X elements by attribute value?
Hi all, I have implemented my own ISAXDOMSerializerHandler for importing XML files. The thing I don't understand perfectly is how InDesign matches thenodes in the incoming xml file to the elements...
View ArticleIDCS5 Win: Working with IOpenFileDialog.
I need to allow my users to either select a file or a folder for processing, but I can't find any option in IFileOpenDialog to make that happen. If I select a subfolder when using IOpenFileDialog, the...
View ArticleUsing the IOpenFileDialog Interface
Hello all. I have a very simple question: I have this code on my Mac box (I removed some code for the sake of brevity): InterfacePtr<IOpenFileDialog>...
View ArticleEvaluateXPathsForElement gives "Content contains characters which cannot be...
We have a plugin that uses the XML tree to modify graphical objects.We use EvaluateXPathsForElement to find the XML nodes that need modifying. However, we get the error message: "Content contains...
View ArticleBuilt_products_dir is undefined
Hi, While creating a new plugin using SDK for CS 5.5 i got an error "error - built_products_dir not defined" The SDK snippet runner sample plugin whihc is in the same path is working without any...
View ArticleWhether 'ActionID' is triggered from menu-item or shortcut key?
I'm working on a plugin for InDesign. I have defined an 'ActionID' for opening the plugin that is visible in Keyboard Shortcut dialog as well as in a menu. Now, whenever this ActionID is triggered, is...
View Articlehow to create tool tip in indesign skd?
hi, Anyone suggest me, how to create tool tip in indesign skd? thanks,vijay
View ArticleHow to save file with path?
ActiveContext* context = GetExecutionContextSession()->GetActiveContext(); IDocument* fDoc = context->GetContextDocument();if( fDoc != NULL) { UIDRef...
View ArticleUsing IOffscreenViewPortCache with custom GUI widgets
Hi All, Maybe someone used IOffscreenViewPortCache in custom GUI widgets. I have tried to use it to remove flickering effect on windows platform. It did not help me. Any information will be of great...
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 ArticleTIF / TIFF Import Support in Indesign CS5.5 / CS6
This is also posted in the Indesign forum (http://forums.adobe.com/thread/1348056) though someone suggested to post it here instead. ----- Hello, I can't find a reference for the limitations of the...
View ArticleHow to split the table and move this to next column/page when the table...
Hi, We are having an issue in the plugin we have created for Adobe InDesign for which we require help. The scenario is as given: 1. The InDesign template has been designed with three equal columns to...
View ArticleHow to export PDF using named PDF preset
I have got PDF export of pages working (using kPDFExportCmdBoss), but I can't see how to export using one of the named PDF Presets (e.g. PDF/X-1a:2001). I want to be able to set up a custom named PDF...
View ArticleHow to Drag and Drop a string?
Hi, All, if anyone know how to drag and drop a string, please help me. Thanks.
View Articlecan't get some sample plugins work !
I'm trying to develop a new plugin for InDesign. But for now I'm taking a look at some samples that comes with the SDK. The fact is that I can't get these plugins to work on InDesign(SnippetRunner for...
View ArticlePNG Resolution
Hello All, I am trying to export the PNG of the document. I am using SnapshotUtilsEX to do the same. I have noticed that if i set the resolution to 150 dpi then the PNG is double the size of the...
View ArticleHow to import a snippet and load the place gun with it.
Hi All, I am stuck up in a problem please help if anybody has an idea. I m importing a snippet using the ISnippetImport interface, now my problem is that i want to load the place gun with the imported...
View ArticleOpen document in Indesign server cs5.5
Hi Guys! I am having problem when opening documents in CS5.5, I have upgraded our Indesign server CS3 to CS5.5 and using the indesignserver-api for Java.I am running Jboss, J2EE, CORBA and CS5.5 with 8...
View ArticleHow to load ".pln" plugin in indesign
Hi everyone, I have created a plugin using DollyXs " DollyTest.pln " and copied the plugin with its supporting files in the Adobe indesin plugin directory.But when I launch the indesign it gives...
View Article