| View previous topic :: View next topic |
| Author |
Message |
Codi General User


Joined: 15 Jan 2005 Posts: 10 Location: Botswana
|
Posted: Sun Mar 20, 2005 1:15 am Post subject: AccessibleSlideView |
|
|
Guys does anyone know in which package I could find this class. I want to use this interface to listen to page changes in an impress presentation. If anyone knows any other way of doing it please let me know.
Thanx |
|
| Back to top |
|
 |
Cybb20 Super User


Joined: 02 Mar 2004 Posts: 1569 Location: Frankfurt, Germany
|
Posted: Mon Mar 21, 2005 10:01 am Post subject: |
|
|
During a slide show?
If not you might wanna try the XEventListener which has an event called "On Page Change" or something like that.
Unfortunately it is harder to do such a thing during a slide show, as far as I know.
The AccessibleSlideView is in the com.sun.star.drawing package, as you can see in the IDL reference. More precisely here:
http://api.openoffice.org/docs/common/ref/com/sun/star/drawing/AccessibleSlideView.html
Christian _________________ - Knowledge is Power - |
|
| Back to top |
|
 |
Codi General User


Joined: 15 Jan 2005 Posts: 10 Location: Botswana
|
Posted: Thu Mar 24, 2005 5:34 pm Post subject: |
|
|
| I am trying your solution of using xeventlistener. My problem now is with which object to register the eventlistener with. I also t ried propertychange listener , and listened for cyrrentPage property change and I get only one notification during a 19 page slide show. Please if possible give me a code snipet to listen to slide transitions. Thank you |
|
| Back to top |
|
 |
Cybb20 Super User


Joined: 02 Mar 2004 Posts: 1569 Location: Frankfurt, Germany
|
Posted: Fri Mar 25, 2005 2:56 am Post subject: |
|
|
Controlling these events during a slide show is almost impossible.
Christian _________________ - Knowledge is Power - |
|
| Back to top |
|
 |
|