I would like to include the Text menu from the IDE in some of my stacks. I have a menu bar for each window. How do I get it to include the Text menu?
Thanks,
Text menu in runtime
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Text menu in runtime
Alex Adams
(a)2 Technology Parnters
alex@a2technology.com
www.a2technology.com
www.promisstudio.com
831-726-8013
(a)2 Technology Parnters
alex@a2technology.com
www.a2technology.com
www.promisstudio.com
831-726-8013
Dear Alex,
You can copy the Text button of group "revMenubar" of stack "revMenubar" to group "Menubar 1" of your own stack. After enabling all lines in that menu button, it will work (delete the left brackets in the menu item names). You will need to copy a part of the script of group "revMenubar" to your own menu bar if you want to adjust the contents of the Text button dynamically on mouseDown.
I haven't tested whether the scripts in the Text button break at some point after copying it to your own stack.
Best regards,
Mark
You can copy the Text button of group "revMenubar" of stack "revMenubar" to group "Menubar 1" of your own stack. After enabling all lines in that menu button, it will work (delete the left brackets in the menu item names). You will need to copy a part of the script of group "revMenubar" to your own menu bar if you want to adjust the contents of the Text button dynamically on mouseDown.
I haven't tested whether the scripts in the Text button break at some point after copying it to your own stack.
Best regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Thanks Mark
Thanks Mark,
I'll give this a try.
I'll give this a try.
Alex Adams
(a)2 Technology Parnters
alex@a2technology.com
www.a2technology.com
www.promisstudio.com
831-726-8013
(a)2 Technology Parnters
alex@a2technology.com
www.a2technology.com
www.promisstudio.com
831-726-8013