Subject: menu woes...
Mark Smith
mark at maseurope.net
Tue Dec 28 19:46:18 EST 2004
Alternatively, you can have a separate sub-stack that contains the menu
group, and then set the menubar of the stack you want it in, in an
openStack handler.
ie.
stack "myAppsMenus" is a sub-stack of stack "myApp"
create the menu in stack "myAppsMenus", call the menu group "Menus1"
in stack "myApp"'s stack script:
on openStack
set the menuBar of me to "Menus1"
end openStack
You get the idea...
Mark
More information about the use-livecode
mailing list