.fres is an empty file
Hi All, Can anybody help me, im trying to create my first plugin for CS6. Im unable to build a plugin the following errors are occur while building. 1>------ Build started: Project: test,...
View ArticleHow to create dynamic panel tree view?
Hello, I can create dynamic pallete panel without any problems (from sdk/paneltreeview) , but i can't when it's a panel tree view (from sdk/paneltreeview). I don't know how to initialize it. Can...
View ArticleGetting linker error in Visual studio while trying to use class...
I am trying to implement a selection observer. I am using public specifier to derive from class ActiveSelectionObserver and have included the header file SelectionObserver.h.But I am getting the below...
View ArticleColorizedIcon
Hi,I would like to use ColorizedIcon to draw icon for textframe and it works fine in both CS5 and CS5.5 but doesn't work in CS6.Anyone can please help me?
View ArticleCannot handle the request because a modal dialog or alert is active
I have a windows service which creates an inx file. I am trying to use InDesign to open this inx file and export it as a PDF. I use the following code in the service:InDesign.Application app =...
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 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 ArticleDelete old SnapshotUtilsEx* Objects results in Bus Error
Hi, we are developing a PlugIn for CS6 that maintains multiple snapshots, and are facing the following problem. At some points we need to release memory that was previously allocated by a...
View ArticleHow to write in response in indesign scripts
I am running this script for getting all form fields of a indd file. var _ALL_FIELDS = ""; var allFields = myDocument.formFields; for(var i=0;i var tf = allFields[i]; alert(tf.id);...
View ArticlekFitContentToFrameCmdBoss is not working in CS5
Hi All, I have used kFitContentToFrameCmdBoss for fit content to frame option. The command is executed successfully without any result.When we try to apply Fit content to frame option in SnippetRunner...
View ArticleHow to order pages to follow page number?
Hi!I haven't found any thing in documentation how to order pages automatically or manually. I would like to arrange my page numbers but couldn't. Please see in attached file.Could you guys please me...
View ArticleIndesign CS5 plugin not dectecting valid extension
I wrote a plugin for Indeisign CS4 with Visual Studio 2008. I then ported the code successfully to Inesign CS3. Everything is working. Yes, it is possible to develop Indesign CS3 and CS4 Plugins with...
View ArticleHow to find number of columns in Indesign CC
Hi, I want to find out number of columns and gutter of active page in Indesign CC. Following code is working in CS6. IColumns* iColumns = Utils<ILayoutUIUtils>()->QueryFrontColumns();...
View ArticleHow to keeps button in center of resizable dialog/panel?
Hi all,Is there any ways to make a button still in center of dialog/panel when I resize dialog/panel without changes its frame size?I'm using kBindAll but the button will be changed frame size. Can...
View ArticleCrash using SnapShotUtilsEX
Hi I'm maintaining a plugin where page items are rendered in a preview panel.The preview is drawn in a CControlView prior to InDesign CC and I'm now porting the code to use DVControlView.However with...
View ArticleSDK of id does helps me on SMS mobile systems? pls any explanation.. tnx
SDK of id does helps me on SMS mobile systems? pls any explanation.. tnx
View ArticleFinding MediaLocation for a page item
Hi, I'm writing an InDesign plugin which needs to query the MediaLocation for any given movie on a page. I've found 2 ways of doing this: firstly by selecting the page item and accessing the location...
View ArticleGeneral Question to initiate API-Classes
Hello <br /><br />i am a new ID Plugin Developer. I have wrote until now one PlugIn.<br />Which execute a JS and provides own functions for JS.<br />I have still problems to...
View ArticleHow to get page coordinates of a page item in indesign cs3
Hi, I am looking to get the page coordinates of a selected page item(Ex:Rectangle) to determine the position of my page item. For example split the page into four parts as left top,right...
View ArticleConverting PMString to std::wstring in InDesign CS6
I'd have to get the filepath of a resource of the opened document to a std::wstring. I can easily get the filepath of the resource as a PMString:InterfacePtr< ILinkResource > pResource(...
View Article