How to get texts in table cells
Hi, Does anyone know how to get texts in table cells? Currently I'm getting texts of an indd file using, InterfacePtr<IHierarchy>...
View ArticleAvoid user to paste something in TextEditBoxWidget
Hello, I want to prevent user from pasting something in TextEditBoxWidget. As we can not paste anything in PasswordEditBoxWidget. I have provided implementation for IEventHandler for RButtonDn. But...
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 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 ArticleChanging page size, unexpected behavior, CC
Hi, having an issue with transformations after changing the page. In a nut shell if I get the pasteboard transformation of PMPoint(0,0) before a page size change the result is exactly as expected, the...
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 access table cell script labels in c plugin
Hi,We have a plugin written in actionscript, which is writing data into the labels of each cell in a row of a table, when the user has their cursor in that row: var cell:Cell = getSelectedCell();for...
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 ArticleReturn an empty array from scripting method
I have a script method that return a StringTypeArray of variable length. I want to return an empty array. On returning no data I get an assertionExpected: Array of Strings or Array of Objects...
View ArticlePossible memory leaks in the code , ASSERT messages in debug version !!!
Hi,I have my Indesign C++ plugin running successfully in DEBUG and RELEASE versions of Indesign.But in Debug version, when I close my Indesign, I get a series of ASSERTS which I am not able to figure...
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 ArticleHow to replace a existing XML tag with a new XML tag?
Hi,I have a Text frame with some text inside it. I have XML tag, tagging some text inside the frame. Now I want to replace this XML tag with some new XMLtag so that my text is now tagged with the new...
View ArticleCS5.5 custom plugin for check spelling
Hi all, We've developed a custom plugin to check spelling for InDesign CS5.5 and we've problems with punctuation marks such as quotation marks and parenthesis. Having this example: jflasj laksj lks j...
View ArticlePlugIn ported from CS6/Win32 to CC2014/Win64: PlugIn not lodable
Hello everybody! I have ported my CS6 plug-in to CC 2014, but at loading time this message appears: Entry point "?_Orphan_all@_Container_base0@std@@QEAAXXZ not found in DLL <plug-in>-name."...
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 ArticleFind out about the pasted item...
I followed the class PstLstDocObserver in the sample project persistentlist in CS3 and I can detect the delete command without problem.Now I want to detect the paste command (actually to find out the...
View ArticleProblem with kDuplicateCmdBoss (IDCS3)
Hi,<br /><br />I have the following problem :<br /><br />After duplicated an item with kDuplicateCmdBoss, any action on my document cause crash of ID (not protective...
View ArticleCS4 / Win: Delete spread -> Gray space between spreads?
Hi My plugin delete pages and spreads. Now I have the following problem: If I delete a spread, in my Indesign document remains a gray area (space) where the spread was. Example: I have a document with...
View ArticleCustomize event handler for TextComboBoxWidget
Hi guys,I want to customize "virtual bool16 LButtonUp(IEvent* e);" for my TextComboBoxWidget, and i create a new widget boss which inherits from kTextComboBoxWidgetBoss, and implement my own interface...
View ArticleHow to call a URL Using In-design
I am wondering what Class/Method/api to use if I want to make a call to a URL. For example, let's use twitter as an example. If I want to see the 10 most recent tweets regarding Aishwarya Rai, I...
View Article