Compare method in "NodeId.h" ?
Hi All, I was implementing tree view but could not find the purpose of the method "virtualint32 Compare(constNodeIDClass* NodeID) const = 0; " in the NodeID.h file. This is the file that we...
View ArticleAutoSize Marker
We want to replace the typefi-autofit plugin with our built in plugin. Want to do marking with autosize between the frames similar to autofit plugin. Could any one reply. Shirish.s/e: MPS Limited ,...
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 ArticleHow to implement own ControlView on a StaticTextWidget?
Hi! I want to override the Draw methode from my StaticTextWidget. So far I have wrote this in my .fr file:...//Class definitionClass{ kMyPalTextWidgetBoss, kStaticTextWidgetBoss, { IID_ICONTROLVIEW,...
View ArticleMultiple ClassDescriptionTable in .fr
Hi,I need to include a .fr file within another .fr file.I have a requirement where I need to keep one of the dialog box and it's implementation files separate from the current plug-in code that doesn't...
View ArticleSDK 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 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 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 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 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 Articlemultiple panels in a single .fr
hai all!is it possible!? this is my .fr: //==================================================================== ====================// // $File: $// // Owner: Ame// // $Author: $// //...
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 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 ArticleQuestions about Selections
Hi all, I have some unsolved questions about selections, I have panel, ASB, CSB, layoutSelectionBoss and so on:How is my selection called? What steps I need to do for that?How to get data from...
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 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 ArticleCan't find IID_IAPPSTARTUPSHUTDOWN in CS5
Hi, I've been searching for a while why my .fr could not compile since I'd try to add a startup/shutdown service, adding Class{ kMyStartupShutdownBoss,kInvalidClass, { IID_IAPPSTARTUPSHUTDOWN,...
View ArticleActiveSelectionObserver w/o Panel or Dialog
I am trying to use the ActiveSelectionObserver without any Panel or DialogI am creating a docobserver and in the AttachDocument I attached my own ActiveSelectionServerif...
View ArticleIDCS5 Win cryptic error messages followed by crash
I am closing down a dialog (see my earlier post) and after I step out of the Observer code but before I return to the calling code, I get these two cryptic messages, one right afer the other, followed...
View ArticleInDesign SDK for CS6
Hi, Do anyone have information, whether Adobe has released InDesign CS6 SDK? If yes, from where I can get that. Thanks
View Article