How to load ".pln" plugin in indesign
Hi everyone, I have created a plugin using DollyXs " DollyTest.pln " and copied the plugin with its supporting files in the Adobe indesin plugin directory.But when I launch the indesign it gives...
View ArticleHow to write PMString to a file using IPMStream?
Hi,I want to write a PMString object to a file.Using c/c++ file handling algorithms its a simple thing.But I want to do it using IPMStream.I tried using the following code../////code startPMString...
View Article[CS3 Mac] ColorListDropDownElementWidget - How To?
Hello,I would need to implement a color popup exactly like CS3 did in Preferences->Guides & Pasteboard->Color->Margins (etc).According to debug build's Panel Edit Mode - this is a...
View Article[CS3 Mac]: Loading of plugin fails?
Hello!I have a plugin. The build process with XCode succeeds.But when the plugin is loaded in Adobe InDesign CS3 Debug there are coming two error messages:"CFBundleLoadExecutable failed for plugin...
View ArticleHow to Capture Selection Change event in DropdownListWidget
Hi All,I have a dropdownListWidget on dialog.I want to Capture the event when the selection string is changed.I tried this in different way but lost.in...
View ArticleIDCS5 Win: IStaticTextAttributes
In my code for a custom static text widget I am trying to add underlining to the text. The documentation says I should use IStaticTextAttributes::SetDrawUnderline() to kTrue. This is the code I am...
View ArticleLoadLibrary failed : CS4 PC Plugin can't be loaded
Hello Everybody, I have (obviously) a compilation problem. I'm working on a Windows XP, Visual C++ 2005 (v 8.0). My plugin seems to compile without any problem. I tried this plugin on four different...
View ArticlekWFPStaticTextKey - Expression must be numeric - WriteFishPrice DollyX...
Getting Started - WFP: I am trying to Step 4.4: Add a StaticTextWidget resource to your dialog resource // StaticText widget resourceStaticTextWidget(kWFPStaticTextWidgetID, //...
View Article[IDCS2 Win]How to get Interface for ISwatchesUIDData?
Hi All,Please tell me how to get the Interface for ISwatchesUIDData.Also please tell how to make use of GetItemList() method.I need to get a count of all swatches that are selected in the Swatches...
View ArticleHow to get pagenumber from a anchored rectangle?
Hi all!I want to know the pagenumber from a rectangle, which is anchored inside a textframe. I've got the UID from this rectangle. Thanks!
View ArticleInDesign CS5 debug build
Hi All, I have downloaded the indesign cs5 debug windows installer from adobe partnerr site, installer build is 355. I have sucessfully installed it on my windows machiine. On running the application I...
View Articlehow to get transparency blend space
Hi, I need to know the document's transparency blend space, whether RGB or CMYK. From SDK sample I have used the below code. AGMColorSpace* blendingSpace =...
View ArticleCannot exclude unused styles, fonts etc when exporting InCopy story
My code: do {//Find workspace InterfacePtr<IWorkspace> ws(GetExecutionContextSession()->QueryWorkspace()); if(!ws)break; //Save old export options...
View ArticleReward $80, How can I get startYPosition from IWaxLine.
Hello Everybody.. When I enter the text in the textframe, the text's top position is not equal to textframe's top position(startYposition).I want to know that how to get text's top position. I guess...
View Article.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 ArticleThe Adobe InDesign Plug-in Editor
Aiming to make life easier for InDesign plug-in developers, we're proud to announce the beta release of the Adobe InDesign Plug-in Editor. This is an Eclipse based editing environment; featuring...
View ArticleHow to call a java script?
Hi,I m new to Indesign and also to MAC OS...I ve tried the sdk samples of InDesign CS3 on MAC OS. It works well.I m making changes to one of the samples (BasicPanel). I ve added few check boxes and...
View Articleodfrc-cmd error Undefined name 'kSDKDefDialogResourceID'. at MAC 10.5
Hi all, I am new to Indesign and Mac development. I have a plugin on windows. My client want it on Mac too. So I have just created a fresh project using DollyXs and added my windows code in the...
View ArticleUsing IOffscreenViewPortCache with custom GUI widgets
Hi All, Maybe someone used IOffscreenViewPortCache in custom GUI widgets. I have tried to use it to remove flickering effect on windows platform. It did not help me. Any information will be of great...
View Article