Hi All
I have a simple menu in the RSS ,
when starting the app , there is no menu ...
why ???
Code:RESOURCE MENU_BAR r_myapp_menubar { titles = { MENU_TITLE { menu_pane = r_myapp_options_menu; txt = "Options"; } }; } RESOURCE MENU_PANE r_myapp_options_menu { items= { MENU_ITEM { command = EmyappCmdDo; txt = "Do Something"; } }; }

Reply With Quote

