Wednesday, July 07, 2004
Indesign SDK
I was trying to understand how to catch a menu action for a standard Indesign menu item. Looking trough the indesign forum I found out a couple of messages that points to the knowledge base, in particular to "How To: Intercept the File>Open menu event" and "How To: Get the filename from File>New or File>Open menu dialogs".
Adobe Indesign web pages
There are some really useful pages in the adobe web site regarding incopy/indesign development:
Indesign Developer Knowledgebase
Tuesday, July 06, 2004
Friday, July 02, 2004
Indesign SDK - plugin ID
Thursday, July 01, 2004
Indesign SDK - Front Document
When you want to obtain a pointer to the current front document (the one the user is editing) you could use
InterfacePtrbut when you are inside an action component it may not work, instead you should usedoc(Utils ()->GetFrontDocument(), UseDefaultIID());
InterfacePtrwhere ac is the IActiveContext* passed in the DoAction.doc(ac->GetContextDocument(), UseDefaultIID());
Subscribe to:
Posts (Atom)