Hi is there any way that there could be an infinite presentation loop. I tried to do a forward on the last slide but I had no luck.

I used the following code:
Sub SwitchSlide
        Dim oDoc
        Dim oController
        oDoc = ThisComponent
        oController = oDoc.getCurrentcontroller()
        oController.CurrentPage = oDoc.drawPages(1)

End Sub

Is there a method that will tell me the total amount of pages and then get a jump to the first. Also I would need to know how to manage a timer.

Regards.

--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

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

Reply via email to