Christoph Lutz wrote:

> 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.

No. If a document or a template is opened via UI all dialogs are allowed
by default. Suppressing them needs dispatch interception but I don't see
the point in doing it. Can you explain?

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]

Reply via email to