mmap : 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 ArticleXCode 5 and InDesign CC 2014
Something in the CC 2014 SDK looks strange to me. In the porting guide, The mentionned version of XCode is 5.0.2. This version of XCode supports Mac OS SDK 10.8 and higher. But in InDesign CC 2014...
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 ArticleWhere to download InDesign CC debug version?
After finally having access to the InDesign CC SDK I am now presented with the problem of debugging a built plugin. Where can i get the InDesign CC (9.2 specifically) debug version?
View ArticleDrag n Drop selected Text from Safari, chrome not working on indesign CC
In CS6 If we drag drop any selected text from any app on layout it work but in indesign cc it is working only with some app like TextEdit, notes etc. I knew that very few people have such use case but...
View ArticleColorizedIcon
Hi,I would like to use ColorizedIcon to draw icon for textframe and it works fine in both CS5 and CS5.5 but doesn't work in CS6.Anyone can please help me?
View ArticleHow to know the source document for pasted page items
Hi, I want to perform some actions on items before they are pasted (look at persistent data stored on the, if a conflict ask the user and either update or reject). Believe I'm OK with the paste...
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 ArticleHow to resolve MSVCR80.dll dependency?
I am trying to load a debug version plugin in InDesign CS3.During InDesign launch the application says:"This application has failed to start because MSVCR80.dll was not found. Re-installing the...
View ArticleHow to force redraw on panel resize in CS4.
Hi All, I have this panel which has some widgets to be arranged on runtime, depending on the size of the panel.For this I am overriding the Resize method of the panel's control view.I decide how many...
View ArticleSample plugin
Hi,I am totally new to Adobe Indesign, having got the task to write Indesign plugins.So I installed IndesignCS4-SDK and tried to start with sample plugins.In the SDK there is a batchfile...
View Articlesetcelltext
Hi, i am using ITableCommands and method SetCellText(WidesString s, GridAddress g);InterfacePtr<ITableSuite>...
View ArticleinDesign cs5 not recognizing plug-ins
Dear Sir, We executed the "basicmenu" sample project file that is avaliable in 'indesign CS5 SDK' and placed the "BASICMENU.SDK.PLN" pulg-in in the indesign cs5 plugins folder. But we encountered a...
View ArticleCreate ButtonWidget observer for panel
Hi all,Iam trying to create panel with some buttons and some text input (TextEditBoxWidget). I would like to know how to crate one observer fot both items or at least for button. All buttons that Iam...
View ArticleSelecting a layer while importing an InDesign Document
Hello All, Does any one know how to select a layer while importing an InDesign document into another document. I have been trying to achieve this since a long time but not able to find the correct API....
View ArticleObject coordinates
Hi I want to know about indesign object coordinates.In .indd file coordinates take 32 byte for any coordinate for top, left, bottom, right or (x, y, width, height).How calculate x and y value from...
View ArticleHow 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 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 ArticleDebug assertion failure and crash on closing InDesign CS5 debug
In InDesign CS5 debug version (installed on Win 7 64-bit), I did a 'Export Selection' for a text frame and saved the icml file to the location %USERHOME%/AppData/Local.../Caches/MyFolder/ The story got...
View ArticleBounds for Facing Pages
I want the following code (Bounds)to work for 1) Facing Pages 2) Facing Pages for two columns Dim myPageWidth As Double = idDoc.DocumentPreferences.PageWidth Dim myPageHeight As Double =...
View Article