Menu that does not show in Windows
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Menu that does not show in Windows
I have an application that I created for my Mac and have just compiled a version for Windows. In the Windows version, some but not all of the windows show their menus. How can I go about making the menus appear on the windows where they do not show. The menus all look fine on the Mac. As I look at the the MenuBuilder I do not see any thing that looks like it might work. Any suggestions.
Thanks,
Larry
Thanks,
Larry
Re: Menu that does not show in Windows
Hi Larry,
I'm not sure why this happens. Perhaps you lock messages while opening one of those stacks?
You can show and hide the menus by toggling the editMenus property in a script. This is equivalent to the checkbox "set as menubar on Mac OS".
Kind regards,
Mark
I'm not sure why this happens. Perhaps you lock messages while opening one of those stacks?
You can show and hide the menus by toggling the editMenus property in a script. This is equivalent to the checkbox "set as menubar on Mac OS".
Kind 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
-
- VIP Livecode Opensource Backer
- Posts: 5861
- Joined: Sat Apr 08, 2006 8:31 pm
- Location: Minneapolis MN
- Contact:
Re: Menu that does not show in Windows
Is the menu group placed on every card of each stack?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Menu that does not show in Windows
Jacque:
Mark's reply helped me find where they were hiding and I think I can make them visible now.
Thanks everyone,
Larry
The application consists of a stack and multiple sub-stacks. Each of those have different functions and each of them has just one card. THe menu is the same one for each stack but consists of a menubar group on the card.Is the menu group placed on every card of each stack?
Mark's reply helped me find where they were hiding and I think I can make them visible now.
Thanks everyone,
Larry
Re: Menu that does not show in Windows
No need to read this post.
It is only an attempt to get this topic better indexed.
The solution is well documented above.
set the editMenus of this stack to true
Even after 8 years Google still could not help me to find this topic.
The following searches don't lead here, but should.
Livecode menubar disappears
Livecode menu bar disappears
Livecode menu disappears
the Livecode menus disappears
can't see Livecode File menu
can't see Livecode Edit menu
can't see the Livecode menu bar
I lost the Livecode menu
Why do I lose the Livecode menu?
where has the Livecode menu gone?
How do I show the Livecode menu?
show the Livecode menu
the Livecode menu is hidden
It is only an attempt to get this topic better indexed.
The solution is well documented above.
set the editMenus of this stack to true
Even after 8 years Google still could not help me to find this topic.
The following searches don't lead here, but should.
Livecode menubar disappears
Livecode menu bar disappears
Livecode menu disappears
the Livecode menus disappears
can't see Livecode File menu
can't see Livecode Edit menu
can't see the Livecode menu bar
I lost the Livecode menu
Why do I lose the Livecode menu?
where has the Livecode menu gone?
How do I show the Livecode menu?
show the Livecode menu
the Livecode menu is hidden
Re: Menu that does not show in Windows
Since you said the solution was acceptable to the problem, I won't add to that, however...
If you happen to have a query in the future that you want to target a forum specifically for an answer too, try formulating the search like this:
To use one of your examples below, in the search bar it would look like this -
site:forums.livecode.com Livecode menubar disappears
Quote around specific search terms that you only want to see and other search techniques all apply as well. The above applies to any forum related search I've ever tried in almost any search engine, this is what a similar search would show on Google -
I have no love for Google search, but there are a myriad of reasons that this page wouldn't fall into the top pages of a search (of any search engine), and yet forums are the places most likely to encounter specific problems such as your search terms were structured.
If you happen to have a query in the future that you want to target a forum specifically for an answer too, try formulating the search like this:
Code: Select all
site:{forum web address}<space>{search term}
site:forums.livecode.com Livecode menubar disappears
Quote around specific search terms that you only want to see and other search techniques all apply as well. The above applies to any forum related search I've ever tried in almost any search engine, this is what a similar search would show on Google -
