Hello, I've added new command into /uiconfig/menubar/menubar.xml and /uiconfig/toolbar/toolbar.xml. And its UNO command is .uno:ShowVBIDE, for example.
I can handle the command properly with define Slot id SID_SHOW_VBIDE in *.hrc and register UNO command and Slot id as supported feature in controller class and trap Slot id in Exec method of controller class. But the menu item is empty, toolbar button is too. How to define icons and string for menu item ? Or how to define icons and string for uno command ? I've read documentations about UNO under DevGuide, and grep*10^10 source code with existing UNO command, but I can't figure out. Any hint, link or information would be highly appreciated. Regards, Shoichiro Yanagida