Creating Custom UI widget
Hi All, The problem is that InDesign crashes on startup, while plugin compiles ok. The code is the following: .fr file resource ClassDescriptionTable(kSDKDefClassDescriptionTableResourceID){{{...Class...
View ArticleStrange bug in build system ("error RC1004: unexpected end of file found")!
Hi All I have found a very strange bug in build system. Precondition: -Window 7 -Visual Studio 2010 SP1 -InDesign CS6 SDK At the end of "MyID.h" file (the file with definitions of bosses, interfaces,...
View ArticleFix the decimal point position to the PMReal in idesign cs3
Hi, I have got the width and height of selected Rectangle Frame. I need to fix the decimal point(3 point) position to the receiving width and height PMReal values. How to do this. Pls explain with...
View ArticleHow to define mouse-over event for a icon
Hello, I have defined a icon for a panel in my plugin. I want that the icon should be changed on mouse over event. The code for icon is given below. resource PanelList (kDNDListsPaletteResourceID) {...
View ArticleGetPrintedBBox clipping the image
Hello, i am using itemShape->GetPrintedBBox to get the bounding box of the printable area of a shape. If I have a rule above / below set with a negative indent so that the rule is drawn outside of...
View Articlemmap : error: can't allocate region
Hi everybody, I've encountered a problem in the save process of a document : Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)*** error: can't allocate...
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 ArticleHow to disable default InDesign loading Fonts?
Hi, How to prevent indesign loading fonts and how to give manual folder path for indesign loading fonts? please help. thanks,
View ArticleHow to Get the list of attached observers on a document?
I have attached a Observer on a document as below: { InterfacePtr<IActiveContext> iActiveContext(GetExecutionContextSession()->GetActiveContext(), UseDefaultIID());...
View Articlehow to convert Widestring to Char* ?
I want to convert my widestring object to a char* . I checked the widestring class but could not found any function.Is there any way to do it?
View ArticleDynamically replacing a panel in a palette?
Hi, my question is as following:My plugin has a palette with a panel and two modes. These two modes should show a different panel in the same palette. upon transitioning from one mode to another the...
View ArticleETA for InDesign 10 (2014) Debug version?
Hello Adobe!So apparently the new InDesign breaks plugin compatibility and requires a new Debug version of InDesign 10 (2014).Since we're in the middle of developing an InDesign plugin and we'd like to...
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 ArticleHow to turn off ligatures in text
HiI am working in a project in indesign and facing a problem with text frame.when I get the text run,some text automaticaly converted in ligatures like ff, ffl, fi , fl etc. and these characters...
View ArticleHow to Add values to dropdown list in runtime
Hi AllI wanted to add the items to the dropdown list in the plugin.The SDK Example WriteFishPrice shows the items are hard coded in the .fr file.i am looking for a similar concept, but not adding the...
View ArticleBoost regex not working inside indesign plugin
Hi, While i was writing the below code in a separate project inside visual studio express, It works fine!Now when I am using the same code in a Adobe InDesign plugin then boost::regex_search fails.. I...
View ArticleIndesign Server CS6 / Windows 7 professionel 64bit: Can't start the server
Hi I develop plugin for Indesign Server CS6.Now I like to install Indesign Server CS6 on my developer PC with Windows 7 prof 64bit. But the server don't start. The message "The Application was unable...
View Article[ID CS5.5+] How to get the UIDs of the page elements of the snippet imported...
Hi All, I used the following code to import a snippet stream into the current active page of the document- InterfacePtr<IDOMElement> documentElement(currSpreadUIDRef, UseDefaultIID()); if...
View ArticleSelf signed Extension not visible in Indesign CC although installed in...
I have a HTML Extensions which I self signed (by creating a self signed certificate) using ZxpSignCmd. I exported my Extension in ZXP format and it got installed under Indesign CC 32 bit. But when i...
View ArticleGetting Linker error while running our code in InDesign CC
Hi, We are upgrading our plug-ins to Adobe InDesign CC. In that we are facing a problem(linker error) while running our code, 1>AssetCustomView.obj :error LNK2019: unresolved external symbol...
View Article