Christoph Lutz wrote: > Hi, > > is there a way to suppress the popup of InputFields when I open a template > that contains InputFields? > > I'm searching for a global configuration-option for OOo or even better for a > way to place some kind of "DONT POPUP"-Flag into the respective documents. > > If this is not configurable, is there a programmatic way to suppress the > popup? (eg. an eventhandler that I can register somewhere that runs before > the popup task, an interactionHandler, a dispatchprovider, ...). Any Ideas?
Usually all dialogs should be suppressed if you load a document via loadComponentFromURL() but appear when you load it via UI. Which way are you talking about? Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
