SDK for IDCS 5.5?
I may have missed something obvious, but now that CS5.5 is out there, where can I get the InDesign SDK for 5.5? The Adobe InDesign developer center still lists CS5 SDKs on the top as the most recent....
View ArticleWinows 32 and 64 bit
Hello, Do 32 bit plugins work in a 64 bit InDesign? The version of ID are 5.5, 6 and CC. P
View ArticleDrag and drop the text and image
Hi, I need help in drag and drop text and image. I am able to drag and drop the text and image in doc but i want to drag the text in text frame and image in image frame only. For this how to get...
View Articlecapturing the events and performing a predefined action
I want a mechanism to capture the events:eg: If a new document is opened , I want a text frame to be created on that document as soon as it gets opened. what interfaces, classes can help me here? andy...
View Articlewhere can we get the list of predefined services for the notification of...
We have a sample plugin docwatch which uses the responder to notify in case a new doc is created/saved/doc closed etc. I want to know if I can get the similar set of services for the text frame eg:...
View ArticleScripting ID Desktop
Hello, We have got a plugin that seems to work with InDesign Server. Is it possible, for testing purposes, to use our scriptable plugin in the desktop application. I would like to call our plugin from...
View ArticleHow to get Layer's visibility status?
Ii I know the class name & UID of an item on a indd file, how can i get it's visibility status? I tried to do it like this as shown in a nexample, InterfacePtr<ISpreadLayer>...
View ArticleInDesign SDK CC access
Hello;After registering for the InDesign SDK CC access, I got message that my request will be processed, but 10 days after, still haven't any news. I already have pre-release site account.Any advice...
View ArticleNo main (), what is the entry point of execution of in-design plugin?
No main (), what is the entry point of execution of in-design plugin?
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 ArticleLibrary from .fr files
Hi!Someone know about a library from *.fr files?How we can know what the method not DEPRECATED ?Thanks!
View ArticleMust I hardcode strings to populate a combo box?
Description:I am trying to dynamically populate a TextComboBoxWidget with values from a database. These values will be different from one customer's computer to the next, as they are user-defined...
View ArticleHow create user defined suite and it's instance
I have create one user defined suite interface (ISuite) and inherite it to IsuiteASB and IsuiteCSB . The purpose of creating user defined suite is to provide hyphenation for selected text. I want to...
View ArticleCan a Resource file (.fr) be of type "Unicode text document"?
Dear All,I'm doing string localization in my plugin programs. I created a resource file (MyPlugIn2_arAE.fr) for defining arabic strings. When I saved this file, I selected the type as "Unicode Text...
View ArticleError 1 fatal error C1083: Cannot open include file: 'boost/config.hpp': No...
Newbie to VC++Getting the below error in VC++ 2005, Indesign CS4 1>------ Build started: Project: WriteFishPrice, Configuration: Debug Win32 ------ 1>Performing Custom Build Step...
View Articlemultiple panels in a single .fr
hai all!is it possible!? this is my .fr: //========================================================================================// // $File: $// // Owner: Ame// // $Author: $// //...
View ArticleGetting error in VS while trying to include boss class in resource (.fr) file
Hi I am trying to include a boss class in my resource file but I am getting the below error while trying to build my project. error R32691: # Error: Custom type name expected, but...
View Articlehow to debug plugins using visual studios?
Hi,has any one done debugging for a sample pluggin code in microsoft visual studios?How do we start debugging/attaching the debugger to the code?
View ArticleHow to add custom resource in .fr file?
In windows platform,we can add a custom resource in .rc file ,but how to add custom resource in .fr file?and how to get custom resource by InDesign SDK ?
View ArticleIndesign debug version(64 bit) throws exception while loading pluggin
I build a sample plugin in Microsoft Visual Studios 2010 in debug X64 mode and copied the generated files from debugX64 folder to the plugin folder inside indesign folder.But In-design is throwing...
View Article