Wants to get some info about .ico file usage in InDesign
Hi There is some .ico file used in a project. In the .rc file, resouce information is define and given a numeric id to this resouce file.Then this numeric id is #defined in the ID.h file and used where...
View ArticleCS5 project build failed in VS 2008
23>Performing Custom Build Step25>ODFRC deleting old resources... 25>Could Not Find d:\CS5\CS5Debug\*.idrc25># Error: Previous .fr file d:\CS5\myFr1.fr and current .fr file d:\CS5\myFr2.fr...
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 ArticleGetPrintedAdornmentBounds
Hello, In the 6 SDK you can use GetPrintedAdornmentBounds to find the bounding box of an adornment. The 5.5 SDK does not have this method, only GetPaintedAdornmentBounds which is not as accurate. Is...
View ArticleCalling an InDesign ExtendScript script from a Java application
Since ExtendScript / Javascript cannot access a database directly, I figured that I would use a Java program to do so, instead. However, I would need some data gathered from a rather large...
View ArticleHow to create new Plug-in
Hi Experts, I'm Indesign Js developer. Now I wish to work with ID SDK. I go through guides in indesign sdk Kit. But there, there are things mentioned and if I tried to execute the sample provided...
View Articleplug-ins - "Cannot open File"
I have received a file from overseas which looks like the CS5 indesign icon, but which I cannot open through my CS5 indesign software. The message SHAREDCONTENT.RPLN first appears and then after...
View ArticleHow to add scripts in treeview based widget?
Hi, We are developing a new plug-in for Adobe Indesign CC. Most of the code we used for this plug-in from sdk samples BasicSelectableDialog's code.We have already implemented this code based on ListBox...
View ArticleDialog position
Is it possible to change the position of a dialog? After resizing a dialog i want to place it again in middle of screen based on new dimensons.
View Article[Windowz CS3] VS2005 issue
Hello,My CS3 mac plugin's going to Windows and I'm trying to port it with VC2005 Express on XP - but I am getting a compile error: it claims 'odfrc' is not 'executable' and that "a tool returned an...
View ArticleInDesign CS6 and relinking resources with ILinkFacade
I've been trying to relink InDesign document links but rather unsuccessfully. I did read that ILinkFacade should be the way to go but the documentation is somewhat poor. I did find some SDK examples...
View ArticleCan't build with CodeWarrior
I have a fresh CW 9.5 install on my OS X 10.4.11 machine. I also have Xcode 2.4.1 installed.I'm trying to build the BuildDialog sample project. I've followed the instructions on page 119 of the Porting...
View ArticleHow to get a value from JavaScript
How to get return value from Java Script and catch it in c++ code. I have tried following code, but its not working in my case.what I want is if it returns true then call some function if it returns...
View Articlehow to move page item to another page without copy and paste?
I try using below code, its not working InterfacePtr<ICommand> IMoveSpreadcmd(CmdUtils::CreateCommand(kMoveToSpreadCmdBoss)); if(IMoveSpreadcmd == nil) break;...
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 ArticleHow to get the xml element and comment name in a page?
I need to list all element and comment name in a page
View ArticleDeveloping plug-in for Indesign CC
Hi, I am developing a plug-in for Adobe Indesign CC. Based on BasicSelectableDialog plug-in(sample plug-in given in SDK' s folder) i am developing this one. There are 2 panels, Yin and Yang panels are...
View ArticleHow to create new page from master page and refer the previous page text...
I have problem to to apply/create item from master page and how to refer the previos page text frame to create page text InterfacePtr<IPageSetupPrefs>...
View ArticleUsing InDesign CS6 SDK with MFC
Has anybody been developing InDesign plugins that use MFC? I would have to use a bunch of functions that rely heavily on MFC. The problem is that now both MFC and InDesign CS6 API want to declare their...
View ArticleHow to create new Plug-in
Hi Experts, I'm Indesign Js developer. Now I wish to work with ID SDK. I go through guides in indesign sdk Kit. But there, there are things mentioned and if I tried to execute the sample provided...
View Article