Re: [api-dev] Impress - change slide event

2010-07-20 Thread Andre Fischer

Hi Marek,

On 7/20/2010 08:54, Marek Kliś wrote:

Hi all,
I've problem with current slide change event in edit mode (not in presentation).
In presentation mode it's simple - I use XSlideShowListener interface
and it's work OK.
How can I do the same in edit mode? Is it possible?


Use the controller, convert to XPropertySet, and register as property 
change listener for the CurrentPage property.


Best regards,
Andre



I use OOoBean in Java. OO 3.2.1 on Windows.

--
Best regards
Marek Kliś

-
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org






-
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org



Re: [api-dev] Impress - change slide event

2010-07-20 Thread Marek Kliś
On 20/07/2010 Andre Fischer wrote:
 Use the controller, convert to XPropertySet, and register as property change 
 listener for the CurrentPage property.


Hi Andre,
It's exacly what I'm looking for.
Thanks

-- 
Regards
Marek Kliś

-
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org