[dev] adding action event to sub menus

2006-08-03 Thread Madhan Ponnusamy
hai, I had added menus and submenus in openoffice impress using a java program.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?

Re: [dev] adding action event to sub menus

2006-08-03 Thread Jürgen Schmidt
Madhan Ponnusamy wrote: hai, I had added menus and submenus in openoffice impress using a java program.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? you should take a look on ProtocolHandler add-ons. See