Madhan Ponnusamy wrote:
hai,
I had added menus and submenus in openoffice impress now i want to add
action event to those submenus i.e) if the user click the submenu a java
class file should be called. How to do this?

Hi Madhan,

You need to implement a protcol handler for your commands which are bound to your menu items. You find more information about protocol handlers in the Developer's Guide, see chapter 4.7.1 Protocol Handler. You can also have a look at the OO-Snippets web page where developers provided code snippets for many problems.

http://codesnippets.services.openoffice.org/

Regards,
Carsten

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

Reply via email to