how to make muliple column listbox using indesign cs3
Hi, I want to create list box having muliple rows and columns. I tried with one cloumn using tree view and that is working fine. How to create multiple column listbox using tree view. I need a...
View ArticleTIF / TIFF Import Support in Indesign CS5.5 / CS6
This is also posted in the Indesign forum (http://forums.adobe.com/thread/1348056) though someone suggested to post it here instead. ----- Hello, I can't find a reference for the limitations of the...
View ArticleAutomatically & randomly opens old InDesign documents
When I'm working in InDesign 5, often I'll select an item on a page and before I know it, an older InDesign document will open. Happens a lot. There is no rhyhme or reason to what I select to promt it...
View ArticleWhat are the effects to plug-in development when updating InDesign CS version...
Will there be a CC version SDK available? Or the CS6 plug-ins can be loaded in CC version? Otherwise the plug-ins are required to be re-compiled? Is there any official documentation about the inDesign...
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 ArticleHow to open color chooser or color picker dialog of InDesign from plugin ?
Hi,I want to open color chooser dialog of InDesign from my plugin to customize the color of grid or guides. I couldn't find any way to open this dialog from my plugin. Plz let me know how can I open...
View ArticleNavigating elements using XPath through SDK
Hi there, Here is my code: InterfacePtr<IXMLParserUtils> xmlparse(doc, IID_IXMLPARSERUTILS);xmlparse->EvaluateXPathsForElement(); (I yet to derive parameters.) However my error is:error C2039:...
View ArticleWhich Observer/interface handles Cut/Copy operations of text frame?
Hello, When we cut a text frame and then paste it, a new uid is assigned to the pasted frame.Now, I want to know the new uid assigned to the frame each time it is cut/paste. I tried to search for...
View ArticleITOCCmdData problem in TOC Creation
InterfacePtr<ICommand> myTOCCmd(CmdUtils::CreateCommand(kCreateTOCCmdBoss)); myTOCCmd->SetItemList(UIDList(myDocRef.GetUID())); InterfacePtr<ITOCCmdData>...
View ArticleHow do I observe close events on a library?
I wrote a new class this morning to try and observe close events for libraries. The idea is that I can find out when my library is closed (via code or user) and carry out some actions. The class...
View ArticleC# Resource for InDesign
Hey Everyone, I feel like an idiot, and I am probably missing something stupid. I had written an application a few years back to convert InDesign CS1 documents to CS2 using a C# application to...
View ArticleAnyone tried using Xcode 4?
With the public release of Xcode 4, I was wondering if anyone has tried using it for InDesign development?Any success stories? Any failures?What version of the SDK did you try? 3, 4, 5?Any important...
View ArticleMore than one widget
Hi, I'm a newbie in Indesign SDK (CPP), and I have one problem in my code: I can't add two widgets on panel (StaticTextWidget), this following code is my problem: resource...
View ArticleAttaching and retrieving data of my kMyBoss to and from real *.indd file
Hi All, The question is the following.I need to store some techical data in document and when I close document, my technical data should be saved to indd file so that when I open this document I would...
View ArticleHow to turn off ligatures in text
Hi I am working in a project in indesign and facing a problem with text frame.when I get the text run,some text automaticaly converted in ligatures like ff, ffl, fi , fl etc. and these characters...
View ArticleHelp plan the agenda for the Developer Summit InDesign Hands On Session
At the 2010 Creative Suite Developer Summit on May 4th, we will be hosting a session titled "InDesign CS5 Hands-On". This two-hour session will be for developers to discuss issues they are facing with...
View ArticleWhere is the InDesign CC SDK? It is still incomplete?
I was so excited that I couldn't sleep Release day. I welcome NewRelease Adobe Creative Cloud.*This discussion is moved from the InDesign forum. I'm a plug-in developers. I'm looking for InDesign CC...
View ArticleHow to get text Opacity?
I am able to get the object opacity, but I can not find the way to do the same for the text opacity,can anyone guide me? thank you
View ArticleInDesign - CreateObject in vb .net
When i use the createObject method to call the Indesign application, an Exception 'Cannot create ActiveX component' is generated. The code is..Dim myInDesign as...
View Article