Just wondering if im doing something wrong!
I have a menubar, Rev says the last title item should be 'Help', no problem.
The menu loads just fine in OS X, and the about entry shifts as it should to under the application title.
However, in windows the 'Help' title doesnt show. The menu is there, if you go to the one before it and drop that down, then move to the right the help menu appears, but the title is simply not there.
I should have 'File' 'Edit' 'Options' 'View' and 'Help', but on Windows 'Help' is just missing!
Im compiling on OS X
Any ideas?
Help menu not showing title
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Hi Andy,
Do you have more buttons names "Help"? Try
show btn "Help" of grp "Menubar 1"
Does that.... help?
Best,
Mark
Do you have more buttons names "Help"? Try
show btn "Help" of grp "Menubar 1"
Does that.... help?

Best,
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
No luck im afraid.
I also tried
set the title of button "help" to "Help"
enable btn "help"
set the visible of button "help" to true
None seem to work. The Help menu text shows in Mac just fine, but not in Windows.
I then added another menu item before help to see if that might reset soemthing called 'test', but interestingly neither help or test showed, so its just the first 4 items that are showing on the menu bar, and the rest disappear. Does the menu bar have a width at all as its as if they are just running off the end.
Andy
I also tried
set the title of button "help" to "Help"
enable btn "help"
set the visible of button "help" to true
None seem to work. The Help menu text shows in Mac just fine, but not in Windows.
I then added another menu item before help to see if that might reset soemthing called 'test', but interestingly neither help or test showed, so its just the first 4 items that are showing on the menu bar, and the rest disappear. Does the menu bar have a width at all as its as if they are just running off the end.
Andy