Indesign CC crashes with my plugin(mac)
Hi I am newbie in indesign and mac. I have two plugins. One crashes during startup of indesign CC, second during closing of it. Can somebody help me figure out where is problem? Thanks in advance!...
View ArticleObserving the command kGenerateLinkCaptionCmdBoss
Hi All I hope you can help, I like to observer the command kGenerateLinkCaptionCmdBoss so that when it added in the text box with the caption I like to get the text box and add some data to it, I also...
View ArticleCS5- Custom Links to EPS Files Don't Work?
I am building a plugin that allows a user to place graphic assets from our own external asset management system into their InDesign document. These assets need to maintain a "custom link" to the...
View ArticleTrying to find the prefs for importing text (retainFormat)
In my (model only) plugin wich only deals with custom data link, I'm trying to find the last chosen user preference for things like 'retainFormat' for importing files.What I want is my plugin to do...
View ArticleObjectModel ID multiply defined issue in CS5 Debug
In InDesign CS5 Debug version, when my plugin loads I get numerous asserts as follows: ObjectModel ID kTextStoryBoss is multiply defined by plugin 0x201 & plugin 0x40300ObjectModel ID...
View ArticleCS3: Detection selection change of page items
Hi<br /><br />I like to detect the selection change of page items (text or graphic frames). I implemented a doc change observer, but this doesn't work. The update method is called if I...
View Article[XCODE] Convert INTEGER to STRING
Very NOOOB...How to convert Integer to String???I tried to include the PMString.h in MyPlugIn.fr the following error occurs:(File ../../../source/public/includes/MetaProgramming.h; Line 38 # Error:...
View Article[Mac CS2] ISerialNumber issue
Hello,<br /><br />My plugin is getting the serial number of the current copy of InDesign at Load() time from my plugin's entry point doing this:<br /><br...
View ArticleHow to run an external .exe file from an indesign pluging
Hi, Suppose if I have written an separate application in C++ (.exe file) & need to run it from an indesign pluging(as if a service in windows). have you provided that facilities in your SDK?...
View ArticleCreate ButtonWidget observer for panel
Hi all,Iam trying to create panel with some buttons and some text input (TextEditBoxWidget). I would like to know how to crate one observer fot both items or at least for button. All buttons that Iam...
View Articlemissing plugin SMD DB/channels does anyone know it?
I have an indesign file with a placed EPS which shows an error, and when opening get a warning that I 'should not open' the file... The missing plugins are shown here (smd db model and smd channels...
View ArticleEnter/Return in Textfield or other widgets
I have the problem that my Plugin crashes if i enter something in a textfield (TextEditBoxWidget) or Dropdownlist (DropDownListWidget) and press Enter to submit the form instead of using the Button....
View ArticleDoes the InDesign SDK support Xcode Unit Testing?
Hi All, I'm looking to integrate a unit testing system with our two InDesign CC plugins within Xcode 4. Ideally, there would be a test target in each Xcode project that could run after each build and...
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 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 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 ArticleCS6::canceling a keystroke
Hi I have an edit box that may accept only alpha characters. I added my own iplementantion of IID_IEVENTHANDLER on my kTextEditBoxWidgetBoss.I get the event but, I do not know how to cancel, I try this...
View ArticleHow to convert Table frame as Inline
Hello All, I am trying to create a text frame with specific details of Table and trying to convert that particulat text frame which has Table as inline into the second frame at a particular position....
View ArticleGetItemsOnPage including Masters
Hello, I can use spread->GetItemsOnPage to get all the none master page items. I would like to also get all the master page items for a given page. Thanks. P.
View ArticleCS3/CS4 - Tree view with dynamic height/width
Hi, I have a resizable panel that contains a treeview, when the panel is resized the treeview resizes but I would also like the treeview nodes to adjust their width. For the record, -my treeview nodes...
View Article