How to insert Asset from library to Document?
Hi Guys, I am getting crashing issue, when run the below code.I am getting GetAssetList() value is 0, how to get the value and insert asset to document InterfacePtr<IK2ServiceRegistry>...
View ArticleAdobe InDesign API Navigator is available on Adobe labs
Adobe InDesign CS5 API Navigator is available on Adobe labs web site. You can download for free. http://labs.adobe.com/technologies/indesign_apinavigator/ If you are an InDesign C++ plug-in developer,...
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 ArticleCompatibility of Indesign CS6 plugins with InDesign CS5.5
Hi, I have created a inDesign CS6 plugin using InDesign CS6 SDK successfully. I want know will this plugin be compatible(Work successfully) with the InDesign CS5.5 .Can anybody help me with this?...
View ArticleHow to flow text from selected text frame?
Hi, In SDKLayoutHelper::PlaceFileInFrame create new text frame. I need a example to Place file to selected frame and flow the text to next chain text frame using Start Item Ref ID or suggest any...
View Article[idcs4] flexui can support drag and drop ?
Hello, Everyone. I'd like to implement treeview and drag and drop function. I know that flex doesn't support drag and drop from flex to another application. so, Indesign's flexui can support this...
View ArticleRemove all plugin data from a document?
How can I "clean a document" by removing plugin data added by pluggins in a dokument?Best regards/ Pontus
View ArticleHow to get a color from point in layout?
Hi All, I am trying to find RGB value of a color at a mouse location same as Eye-Dropper tool, I checked some HitTest methods but couldn't figure out which interface will give me color? Any pointers in...
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 ArticleHow to filter doc and xml using SDKFileOpenChooser?
I need to filter only word and xml SDKFileOpenChooser openChooser;openChooser.AddFilter(291, "App_Filter"); //291 for appopenChooser.ShowDialog();Where i find the extension ID for app filter or any...
View ArticleHow to design the user interface for Indesign cs6 plugin ?
Designing user interface using custom c++ library(SDK) for pluging is very tedious work .so when I search the net than i found that we can do it usingAdobe Creative Suite Extension Builderbut i dont...
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 Open a Library using C++?
i have try below code its getting Indesign crash.. InterfacePtr<ILibrary> PtrLibrary; IDFile sysFile; std::string path = "/Users/Arun/Desktop/Library1.indl";...
View ArticleCS6 project Xcode3.2.6 project Carbon Framework APIs compilation error
Hi All, I am trying to build CS6 SDK project by using Xcode3.2.6 on Mac OS 10.6.8. In my project there is some Carbon framework APIs used but i am getting linking error to resolved Carbon...
View ArticleCompare method in "NodeId.h" ?
Hi All, I was implementing tree view but could not find the purpose of the method "virtualint32 Compare(constNodeIDClass* NodeID) const = 0; " in the NodeID.h file. This is the file that we...
View ArticleMinimum page size ... again
I would like to know, if there is a minimum size for an InDesign page. When trying to create a document smaller than 30x30mm InDesign keeps complaining, that the "Specified margin and column setup does...
View Articlelayout selection suite in indesign cs3
Hi, This is saravanan. I am new to indesign cs3 plugin development. I need to get the width and height of a selected rectangle layout in current page and retrive these values into a dialog box for...
View ArticleHelp! Missing "YTD Channels Model.sdk.InDesign Plug In"
Some existing InDesign files have this message showing up. What should I do? Can I delete this somehow? Or, does anyone know where I could get this missing Plug In? I'm not familiar with what this...
View ArticleInDesign CS6 and C# (Regular expression)
GREP does not work //*******************************************//CODE//******************************************* InDesign.Application InDesignApp =...
View Article[ID CS5.5/CS6] Get the InDesign's minimize/maximize events
Hi All, I need to catch the event whenever InDesign is minimized/ maximized. I hope this is possible, but I'm not able to figure it out yet. Cheers,Sahil
View Article