InDesign CS5 Background Tasks
When one opens Window->Utilities->Background Tasks, one can see a panel UI with title called "BACKGROUND TASKS". It seems the Panel is for showing something about background process(or maybe a...
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 ArticleHow to place a Xml in selected text frame?
When i set default text frame below code working fine, if i not mention the default text frame is not placing do { // +precondition InterfacePtr<IDocument>...
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 ArticleHow to create instalation package of plugin
Hi all, I would like to know, if is necessary to create some instalation package of my plugin, or it just can be copied to another computer? I have prefix id registered within adobe site, on my mac is...
View Articlemissing plugin SMD DB/channels does anyone know it?
I have an indesign file with a placed EPS which shows an error, and when opening get a warning that I 'should not open' the file... The missing plugins are shown here (smd db model and smd channels...
View Articleabout indesigne cs6 preferences?
Hello ,when i use sample plugin XDocBookWorkflowUI.sdk for PC and open it from preferences menu. i could not see UI in proper manner.but in case of mac it is showing in proper manner.what is the reason...
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 ArticleInDesign SDK for CS6
Hi, Do anyone have information, whether Adobe has released InDesign CS6 SDK? If yes, from where I can get that. Thanks
View ArticleHow to Enable and disable task by Panel?
Hi guys, I was completed the IID_ISTARTUPSHUTDOWN service to call the task durning the startup.. My quest is, i need to start the task, when panel is Enable.Please advice the way to solve the above issue.
View ArticleHow to recreate a Boss instance when import IDML?
Hi guys,I have created a customized model and exported it to IDML.From the PersistentList sample, I found that it recreate the Customized Object with UID when the Create event is invoke.But, in my...
View Articleplugin and web service
hi Alli want to make a plugin which call web service hosted in my server is it possible and how i can do it ?i need examples or tutorial linksthanks in advance
View ArticleCS4:MultilineTextEditBoxWidget &Scrollbar
Hi Folks, I want to access to a scrollbar control of "MultilineTextEditBoxWidget" to update/invalidate its value. I can't see anything property related to scrollbar control of this Widget in .fr file....
View ArticleHtml Content Viewer Widget
Hello Friends, Is there any Html Content Viewer Widget Available in Indesign Sdk. As a user, I should be able to download any webPage of given URL and display in the html content viewer of Indesign....
View Articleswapping menus on a dialog
Hello, We have a dialog box that has a very big menu. I would like to have a smaller menu when a check box on the dialog is checked. I haven't tried this yet, just wanted to run it by you guys to see...
View Articlehow to see PMString values in debug mode
Hi, can anyone help us to how to see the values of PMString in debug mode and also what the functionalities and properties of PMString. Here what is the values for PMString PMString vUnit,hUnit (...
View ArticleSetVJBalanceColumns does not notify Indesign
Hi, I need to set the balance columns of a selection of textframes as chosen by my plug-in user, through my plug-in action. So after a selection is done, I fetch all the selected items, and for all...
View ArticleInDesign CS6 plug-in not recognized correctly by InDesign
I have been trying to create a simple InDesign CS6 plug-in that writes to a log file as I'm opening & closing InDesign documents. SDK package had the LinkWatcher sample that I've been using as a...
View ArticleHow to open an .indd file in commands
does any one know how to open an .indd file in commands from a plugin(without opening from the normal procedure..File -> Open ...)in my plugin I tried, SDKFileOpenChooser...
View ArticleIssue with find out the pageItem type
Hi all, i am trying to find out the all pageitem's type and its data on a document .i just use the following code to find out the pageitem's type . InterfacePtr<ISpreadList> spreadList(document,...
View Article