[CS5]Transaction level not lowered after command processing
I'm working on a plug-in that will split a document into several other documents, each containing one or more of the original pages. It's been working in CS2 and up, but something changed in CS5 and...
View ArticleCS6 / Mac: IdleTask isn't running if Indesign is not in foreground
Hi As I know the IdleTask is just called if Indesign is in foreground. In my plugin I need a task who is called every time, independent if Indesign is in foreground or not. What can I do?Any ideas?...
View ArticleInCopy CS6 / Windows: How can I detect if a document is completly loaded?
Hi In my plugin I have to detect if a document is completely loaded and the layout is open. The user opens the Indesign document in InCopy and I have to know, if the document is opened and all texts...
View ArticleInDesign CC Mac: "Cannot open resource file" popup message when loading a Nib...
We have a fairly simple plug-in to InDesign, which we have been maintaining since the pre-CS days. We’re porting it to CC now. Everything is working on both Windows and Mac, with one problem. The...
View ArticleWhy does my ported plug-in conflict with itself?
I recently ported my CS4 plug-in to CS5 by creating a new XCode project with DollyXs and throwing my CS4 plug-in source files into the new project. After following the porting guide to resolve my...
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 ArticleCS5:Windows:Question about Visual Studio 2008 error...
Hi all, I'm trying to compile my plugin for CS5 that contains a Model and an UI. I can compile UI Plugin fine, but for Model plugin, I get an error that says" Error PRJ0019: A tool returned an error...
View ArticleInDesign CS3 Packaging a .Indd file
Hello All,We have added a menu in Indesign CS3 application with menu name Package.On clicking this menu it opens a folder selection to accept a location where a package should be created.This should...
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 ArticleCS3: How can I set a table column width to the width of the content?
Hi I have a table in Indesign. Now I want to set the column width to the maximum width of the contents (Text) in this column. How can I do that?How can I fit a table column to the content? Do I have...
View ArticleHow to show/hide an indesign document in cs4
Hi all, How to hide/show an indesign document in cs4. In cs3 , I am doing this using the following code -- IWindow* docWindow = Utils<IWindowUtils>()->GetFrontDocWindow( docRef.GetDataBase()...
View ArticlePrevent Document Close by Close(X)
Hi, Im Developing a Indeisgn SDK to control the Indesign QuitInDesign option & Close(X) Option.I need to control the document close by the cloe(X) option of the document.I have already disabled...
View ArticleSQLite and InDesign on a Mac
I am using SQLite on a Windows project, where it worked just fine. I slipped in the code, changed the precompiled headers option to "do not use precompiled headers" and compiled/lined without error....
View Articlecannot handle the request because a modal dialog or alert is active.
hi alli try to use indesign product sdk CS5 using com object to open and edit document with asp.netthis error appear to me in this part of my code InDesign.Application indApp =...
View ArticleHow do I get access to files in a directory using FileUtils?
I am a newby to the InDesign SDK and I need some quick help.I want to grab the all of the file names in a directory to populate a drop-down. Any suggestion on how to do this? Thanks, Gregory
View ArticleIndesign and Flex connection - WYSIWYG!
Guys, My client has requested for one application. He says that he shall create some files in indesign and those should be rendered in Flex when requested by the end user. I am completelu clueless...
View Articlehow to get all page items from the document
Hi all, i want to get all page items and its frame and data from the documentThen i want to create my own xml. any help? any advice ?please.
View ArticleHow to prevent crashes - ITextModelCmds
Hi In our plugin we substitute text defined by xml marker positions. The following code is working fine for the majority of our test cases, but for a specific combination of substitutions it fails with...
View ArticleAdding crop marks in jpeg export
Hi All, Is is possible to add crop marks in jpeg export similar to what we have in pdf export.I see SnapshotUtils class but could not see any method to set crop marks.What I need to do to set crop...
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 Article