Hi,
I'm trying to to display a presentation from within a Java app using
OfficeBean. The displaying works fine but on startup the Desktop of
OpenOffice is shown for a short period.

I experimented with different property values but didn't come up with a
solution. When using the "Hidden"-property my presentation isn't shown
at all.

The code I am currently using is this:

PropertyValue startPresentation = new PropertyValue();
startPresentation.Name = "StartPresentation";
startPresentation.Value = true;
bean.loadFromURL("file:///home/flo/1.odp", new PropertyValue []
{startPresentation});

Is there a possibility to set the desktop to invisible?
Thanks
Flo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to