Hello,

I try to open a document hidden. Sometimes it works, the other time the documents open visible.

My source code is:

[code]
this.xComponent = xComponentLoader.loadComponentFromURL(
           filename, // File folder and name
           "_default", // Open in existing blank frame...
           FrameSearchFlag.CREATE, // ... if none found, create one.
           this.documentProperties);    // Special document properties
[/code]

The Property 'Hidden' is alaway true (java.lang.Boolean).

If I replace '_default' with '_blank', it work perfect. Is this a bug or a feature?

Thanks
Daniel Käfer

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to