Hi Jürgen,

That is really too bad ...
Yes I will put a request, unfortunately I will have to find
quickly an alternative ...

Any idea ?
- when you start your presentation from the command line with a :
> simpress -show myFile
is there any way to tell impress to exit when the presentation is over ?

- can you configure the presentation so that it does not end with a
"black slide" as you can do with Power Point.

- what about starting impress from a runtime exec or a macro ???

- do you know any player that would play an impress diaporama ?

Thanks a lot in advance




juergen Schmidt <[EMAIL PROTECTED]>:

> Hi Dominique,
>
> sorry but this is currently not possible - we doesn't have an API to
> detect the end of the presentation.
>
> You should submit a feature request but you shouldn't expect that it
> becomes part of the next version. Probably the priority is to low
> compare to the resource who can work on the issue and other features.
> But as i mentioned in other mails, let the community vote for it.
>
> Sorry Juergen
>
>
> [EMAIL PROTECTED] wrote:
> > It would be so helpful if someone could help !!!
> > Any idea ?
> > Thanks in advance
> >    Dominique
> >
> > Selon [EMAIL PROTECTED]:
> >
> >> Hi all,
> >>
> >> I start an Impress presentation from a JAVA API with
> >> the following code :
> >>
> >> XPresentationSupplier xPresSupplier =
> >> (XPresentationSupplier)UnoRuntime.queryInterface(
> >> XPresentationSupplier.class, xComponent);
> >> XPresentation xPresentation = xPresSupplier.getPresentation();
> >> XPropertySet xPresPropSet = (XPropertySet)UnoRuntime.queryInterface(
> >> XPropertySet.class, xPresentation);
> >> xPresPropSet.setPropertyValue("IsEndless", new Boolean(false));
> >> xPresPropSet.setPropertyValue("IsFullScreen", new Boolean(true));
> >> xPresPropSet.setPropertyValue("Pause", new Integer(0));
> >> xPresentation.start();
> >>
> >> and I want to know when it ends.
> >> I imagine that we must use some kind of listener ... but I did not
> >> figure out how to do it ...
> >>
> >> It could also be helpful to get an event at each change of page...
> >>
> >> Can you help me please
> >>
> >> Thanks in advance
> >>    Dominique
> >>
> >> --
> >> Dominique Sauquet @OK
> >> It's Sauquet.com
> >> 14 Bis rue Raynouard
> >> 75016 Paris
> >> Tél/fax : +33 (0)1 45 20 41 78
> >> Mobile  : +33 (0)6 72 78 26 67
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to