Hi Mathias, On 5/25/06, Mathias Bauer <[EMAIL PROTECTED]> wrote:
> 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?
Yes, it's clear that loadComponentFromURL provides full control, but if a user creates a new document by opening an existing template via UI, filemanager or browser, the popups should (also) be suppressed - and this seems to be more difficult to control.
