CS5 / Windows: Assertion "char 'DF' mapped to null virtual key"
Hi If I start Indesign CS5 (Windows) I get the following assertion:char 'DF' mapped to null virtual key. What could that be?Any ideas? ThanksHans
View ArticleExport pdf with Custom tag data instead of default para styles ?
Hi All, Is it possible to add custom data in the taggaed pdf structure while exporting a pdf ? I think my question is quite ambiguous. I try to explain my requirements.I want to Export a pdf with...
View ArticleJPEG Export fails in some way
Hello guys, we have developed a JPEG Export Plugin for InDesign server that worked fine for several years now, never having any problems. Now a strange issue occur and I need some help. When exporting...
View ArticleUTF-8 string from PMString
Hi, I am trying to convert a PMString object into a UTF-8 char* object for use with POSIX functions on a Mac. The PMString object will contain multibyte characters like Chinese, Japanese etc. I receive...
View ArticleInDesign CS5 Debug : Where do I get trace files?
Hello folks, I know trace files are created in QA folder which is under Applications folder. I want to trace all commands processed and I am using following steps Started Adobe InDesign CS5 Debug...
View Article[ID-CS5.5] Plugin's compatibility issues with 64-bit OS
Hi All, I build a plugin and tested it successfully in my InDesign CS 5.5 (32-bit OS). But when I tested the same for InDesign CS5.5 in a 64-bit OS (the InDesign was 32-bit), it says that "the plugin...
View ArticleExport Document to PNG file. Change default export settings.
Hi All, In my plugin I need to export active document to png file with specific options. And sometimes I need to export definite pages from the document, but not all. In standard UI of InDesign there...
View ArticleHow to add new UI(buttons,checkbox) item in preexisting option dialog and...
I want to add new UI item in preexisting option dialog and Extension what i have to do ??eg:if i select interactivity sub menu item in object menu than I select change to button and in this dialog I...
View ArticleRelinkLink and AI files causes crashes
Hi everyone, I'm currently trying to relink a link of a picture frame containing an Adobe Illustrator picture. For any reason, it crashes from times to times. More generally, this crashes sometimes...
View ArticleHow to insert frame from library to Document?
Below the code to open and paste a data from first postion in library to document, it is not working fine InterfacePtr<ILibrary> PtrLibrary; IDFile sysFile; std::string path =...
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 ArticleHow to change position of inline objects
Hello All, I am trying to create an inline image frame within a text frame. and then I am trying to position the inline Image frame with Aboveline option.But it doesn't work. I am able to sucessfully...
View ArticleHow to enable the widgets in Indesign CC..?
Hi, I am working on porting our Indesign CS6 plugin to Indesign CC plugin.I have completed the porting and the plugins has opened in Indesign CC,but i have one problem in design. Three of our Widgets...
View ArticleDetect if document is not saved(edited state) Indesign SDK Plugin
Hi, I would like to know how to detect if my current document is edited. My plugin will alert if there is any modification on the document. I did not find it on the documentation pdfs. Thanks
View ArticleClose Dialog in Eventhandler
Hello, i want to close a dialog from my custom eventhandler but i cant reach IDialog (nil). How can i do this?My code: class MyTreeNodeEH : public CEventHandler{ ..... bool16...
View ArticleInDesign CC export snapshots with transparent background
Hi All,Is there a way to export snapshot of some element for example a circle button with transparent background? Currently the exported snapshots have always white background. Thanks in advance.
View ArticleDoes the InDesign SDK support Xcode Unit Testing?
Hi All, I'm looking to integrate a unit testing system with our two InDesign CC plugins within Xcode 4. Ideally, there would be a test target in each Xcode project that could run after each build and...
View Article(Windows) InDesign CS3 and CS4 plugins
Hello everyone: I have a number of plugins that must be maintained for IDCS3 and IDCS4--we still have customers that send in work for those versions. Their projects compile and the results test out...
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 Articlea non abstract child class must implement all pure virtual function of parent...
Hi,In Indesign SDK there is a class IActionComponent having two pure virtual functions: virtual voidUpdateActionStates(IActiveContext* ac, IActionStateList *listToUpdateGSysPoint mousePoint =...
View Article