Using XMP Lib in a plugin for CS5.0 Windows
HelloI have been able to compile the XMP-Toolkit-SDK-5.1.2 and use it successfully in a plugin for CS5.0 Mac OS X.Im now trying to do the same on windows, but with no luck. Im using MS Visual C++ 2008...
View ArticleHow 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 ArticleX,Y coordinates of a page item in indesign cs3
Hi, I need to get the X,Y coordinates of a selected page item based on left-top of the frame. I tried all possible methods to find X,Y coordinates of a page item. But calculated coordinates is...
View Articleindesign coordinates
Hi,I'm writing a c++ application using InDesign CS5.5.Which type of relationship between the textframe coordinate and spread coordinate.I have page's height, width and textframe's height , width. so...
View ArticleDollyXs Error: java.net.MalformedURLException: no protocol: xs:/dollyxs-main.xsl
Run DollyXs.bat, click "Ok" Error: java.net.MalformedURLException: no protocol: xs:/dollyxs-main.xslI am new to this, am I doing something wrong? Thank You.
View ArticleHow to create custom TextEditBoxWidget with icon
Hi all,Can you please help me how to create custom texteditbox with an icon inside it as below image?I would like to create a TextEditBox as a search field but I don't have any idea to implement it....
View ArticlePrevent Document Close by Close(X)
Hi, Im Developing a Indeisgn SDK to control the Indesign QuitInDesign option & Close(X) Option.I need to control the document close by the cloe(X) option of the document.I have already disabled...
View ArticleCS5:Windows:Question about Visual Studio 2008 error...
Hi all, I'm trying to compile my plugin for CS5 that contains a Model and an UI. I can compile UI Plugin fine, but for Model plugin, I get an error that says" Error PRJ0019: A tool returned an error...
View ArticleInDesign CS5 Background Tasks
When one opens Window->Utilities->Background Tasks, one can see a panel UI with title called "BACKGROUND TASKS". It seems the Panel is for showing something about background process(or maybe a...
View ArticleCS4 TreeView assert
I'm randomly getting the following assert messages when working with TreeViews: "We're adding an item '<node id description>' to the sorted list that already exists. Item will not be...
View ArticleDuplicating a textframe issue
Hi, What i want to do:Duplicate the associated textframes of a story, referenced by an XMLReference What happens:On the process command (CmdUtils::ProcessCommand(duplicateCmd);) the code crashes with...
View ArticleHow to detect when the enter key is pressed
I'm using a texteditbox on a panel to take input from the user. I want to process the contents of the input box when the enter key is pressed in the edit box. I'm wondering as to how I would be able to...
View Article[CS5] Hang when opening a document
Hello, My plug-in copies InDesign documents (aka "templates") inside another one (aka "destination"), after doing some modifications in the "templates". It works on CS4 and CS5, but I have a hang in...
View ArticleOpening PDF file in InDesign
I'm new to InDesign and most Adobe programs but I need some help with a document. The organization I work for created a 2010 publication and changes will be made for the 2012 version. I only have it...
View ArticleBest way to insert pages from a document to another
Hi everybody, I need to append/insert pages from a InDesign CS4 document to another one with all the content that may be present in page. What is the best way to implement that? I didn't find anything...
View ArticleHow create Indesign application using vc++
Hi I want to ask that How create Indesign application using vc++ ?I am able to develop application in C# using COM and generate Interop.Indesign.dll using Adobe Indesign CS5.5 Type Library I am...
View ArticleDelete an anchored and tagged picture frame
Hi everybody, I have a picture frame anchored in a story. This picture frame is tagged. I need to delete it. For this purpose, I can get access to the XMLReference of the tag through an Id. From here,...
View ArticleHow to add TickMark into dropdownlist?
Hello,i am looking for dropdownlist with multiple selection.Is there a DropDownList widget allows more than one menu item to be selected at a time? i got ans from forum...
View ArticleInDesign CS6 and C# (Regular expression)
GREP does not work //*******************************************//CODE//******************************************* InDesign.Application InDesignApp =...
View ArticleHow to write the code for a panel when using treeview?
Hi, We are developing a new plug-in in Indesign as based on treeview. we have completed the design part, but we have some doubts in coding.. One dialog widget and three panels(General, fitting,...
View Article