2013-04-23 09:00 PM - last edited on 2023-08-02 02:43 PM by Doreena Deng
2013-04-24 12:10 AM
LesWoolsey wrote:Make a separate STR# resource for each menu:
My resource looks like:
'STR#' 32500 "Menu strings" {
/* [ ] */ "ITI"
/* [ 1] */ "Import Updates^EL"
/* [ 2] */ "Lookup Element^EL"
}
I get a new menu on the menubar called "ITI", a submenu called "Import Updates^EL" and a menu item on the sub menu called :Lookup Element".
'STR#' 32500 "First menu item" { /*[ ]*/ "ITI" /*[ 1]*/ "Import Updates^EL" } 'STR#' 32501 "Second menu item" { /*[ ]*/ "ITI" /*[ 1]*/ "Lookup Element^EL" }