Create a dynamic tool tip
Hi All,I am working in an application where I am using the treeview widget. My requirement is to add a dynamic tool tip to the tree nodes. I read in a forum that I have to look into IID_ITIP. But I am...
View Articlestop the close of active document...CS3
Hi,I m new to plugin development. I m using Indesign CS3 on MAC OS.How do i get the reference(UIDRef) to the active document?I want to stop the close operation of this document... I have disabled the...
View ArticleControling menu / submenu positions
Hi everybody,I'd like to add a new menu in Menu bar, MyMenu :MyMenuM1 --> M11 --> M12M2--M3 --> M31 --> M32 --> M33M1 is a node with 2 submenus, M11 & M12M2 is a menu-- is a...
View Article[Windowz CS3] VS2005 issue
Hello,My CS3 mac plugin's going to Windows and I'm trying to port it with VC2005 Express on XP - but I am getting a compile error: it claims 'odfrc' is not 'executable' and that "a tool returned an...
View Article"Performing Custom Build Step"-Reg.
Dear All, I am the new person in Plug-In creation, now i start the "Basic-Dialog" program and compile in VC++ software, but they shows the below error:'odfrc' is not recognized as an internal or...
View ArticleInDesign is crashing while opening a new document
Hi All,I want to open a new document from InDesigm CS2.When I open a new document from File->New->Document from menu ,InDesign is crashing and giving error report.It is not happening in the case...
View ArticleIDCS3 Mac and MySQL
I have several prior versions of a plugin that communicates with a MySQL database. In CS2, I had to add some libraries to the project(libmysqlclient.a, etc.) to make this happen. Now during the...
View ArticleAdobe Creative Suite CS3 - Adobe Indesign CS3 Debug: Installation on the same...
HiIs it possible to install Adobe Creative Suite CS3 and Adobe Indesign CS3 Debug on the same PC?If yes how can I do that?I have tried it but if I install the debug version there is a message that I...
View ArticleConverting plug-in of CS2 into CS(About Scripting)
Hi,all.About Converting pulg-in of CS2 into CS,I have a problem in scripting process.In CS2 pulg-in, I overrodeRepresentScriptProvider::AppendNthObject() andRepresentScriptProvider::GetNumObjects().But...
View Article[CS3] Getting object style used by a page item
If I have a UIDRef of a multi-column text frame, how can I get the object style applied to it? It looks like there was a thread on this previously but it seems to have been pruned from the list.Thanks.
View ArticleHow to get the ILibrary interface from his UIDRef?
I have get the UIDRef of ILibrary by OpenLibraryWithUI, and How to get the ILibrary* from this UIDRef?Thanks!
View ArticleSelect All TextFrames In All Pages
hi,anyone know how to select all textframes in all pages?
View ArticleDoUpdateDesign process is trunked
HelloFriendsI need help,myInCopyfailswhen trying toopen the document,usingthe methodDoUpdateDesign, we add storiesto my listthrough thefollowing method: InterfacePtr<IInCopyStoryList>...
View ArticleVBA Code to save as " PDF file names" to "location" dialogue box
hello i've been through the various forums listed here, but cannot find anyone who has been able to supply the code to eliminate the dialogue box for the "file save as" window, I have been able to...
View ArticleReplacing Image in a Graphic Frame
Hi, I have a tagged graphic frame and am trying to replace the image without loosing the link to the tag.....I have tried using the Hierachy to remove the image which works - But I loose the link to...
View ArticleHow to create table of contents in c#?
Hi, Currently I am using adobe indesign SDK to implement a sample application. Here I need to write C# code to generate tabel of contents in a indesign page. Since I am new to...
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 ArticleHow to place an image into an anchored object
Hi,I try to place an image into an anchored object. For it, I use this code here (error handling removed): ErrorCode PlaceImageIntoMyFrame( const char* file, const UIDRef& frame){ UIDRef newref;...
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 get an event on block resizing ?
Hi everybody, I'm trying to catch an event after (during?) the resizing of a block. I know there are Observers and Responders. I found the serviceID for document handling, for example. But what is the...
View Article