how to get exact positon of the text?
Hi try below code, i am not getting exact position of the text. InterfacePtr< ITextModel> textModel( Utils< IXMLUtils>()->QueryTextModel( inXMLElement ) );...
View ArticlePlacing image into anchored object
Hi all, I wanna place an image into an inline / anchored item. This is my function: ErrorCode PlaceImageIntoAnchoredObject( URI uri, const UIDRef& refAnchoredObject){ ErrorCode res = 0;...
View ArticleHow to insert frame from library to Document?
Below the code to open and paste a data from first postion in library to document, it is not working fine InterfacePtr<ILibrary> PtrLibrary; IDFile sysFile; std::string path =...
View ArticleIndesign Server CS6 / Windows 7 professionel 64bit: Can't start the server
Hi I develop plugin for Indesign Server CS6.Now I like to install Indesign Server CS6 on my developer PC with Windows 7 prof 64bit. But the server don't start. The message "The Application was unable...
View ArticleCan't build with CodeWarrior
I have a fresh CW 9.5 install on my OS X 10.4.11 machine. I also have Xcode 2.4.1 installed.I'm trying to build the BuildDialog sample project. I've followed the instructions on page 119 of the Porting...
View ArticleIs it possible to run javascript from Indesing SDK?
Hi I started today developing indesign SDK and have this question. I already have the javascript in the script folder in indesign.
View ArticleHow to add watermark (print only) for a indd file in java ?
Hi EveryOne , I have a few indd files in the database .I want to write a java class , that puts a water mark (print only) on a few indd files based on some parameters. I have the binary , which...
View ArticleCustom UI widget flickering
Hi All, The question is the following. I have my custom image ui widget. I can scroll it and scale it. During the process of scrolling and scaling it starts flickering. It can be fixed by using double...
View ArticleSuppress Modified Links in CS4
Hello, When opening a document(during open), I do some changes to the files of the links. Problem is not that I get a message that the link is modified.How can I control this so every link is OK.I...
View ArticleProblem exporting custom XML using ISnippetExport API ExportInCopyInterchange
Does the XML generation process invoked by ExportInCopyInterchange call IXMLExportHandler implementations on service bosses? I cannot make it work. Following the snippet example I have created a...
View ArticleHow to get text Opacity?
I am able to get the object opacity, but I can not find the way to do the same for the text opacity,can anyone guide me? thank you
View ArticleCS5 - Flex UI plug-in using a C++ model backend plug-in
Hi, I'm new to InDesign CS4/CS5 plug-in development and been given the task of coming up with a plug-in equivalent to one done for QuarkXPress 8. In the CS4 SDK there were two samples for the...
View ArticleIndesign CS3 Paste Into
In CS2 you used to be able to copy an image and use the paste into function to drop the image into an identical sized pic box and it would be in the same position.However using the same action in CS3...
View Article[CS3 Mac] ColorListDropDownElementWidget - How To?
Hello,I would need to implement a color popup exactly like CS3 did in Preferences->Guides & Pasteboard->Color->Margins (etc).According to debug build's Panel Edit Mode - this is a...
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 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 ArticleAsserts with registered plugin prefix number.
Hello, I am working on an InDesign plug-in, which have prefix number (0x130700) registered with Adobe.Running the debug build gives me assert "StandardBossIterator::Next() - This tag has a rather high...
View Articlehow to get exact positon of the text?
Hi try below code, i am not getting exact position of the text. InterfacePtr< ITextModel> textModel( Utils< IXMLUtils>()->QueryTextModel( inXMLElement ) );...
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 ArticleMake an Indesign plugin
Hi !I need help to make a indesign plugin with panel. It's doesn't work for me ! I have :- Xcode 3.2.1 - SDK CS 5.5------------------ When i open a exemple project that is working (many exemple project...
View Article