Menubars...

Post

Posted
Rating:
#1 (In Topic #1378)
Regular
chrisRoald is in the usergroup ‘Regular’
Hi, I've read the documentation on Windows and Forms https://gambaswiki.org/wiki/doc/window-management
Image

(Click to enlarge)

but am not clear on how all the window properties of a form are activated -

The latest thing I want of my still embryonic 'Big' Application is a menubar.  I cannot see how to make the menubar of my startup-class form visible?
I started to develop some menu's with the form's menuManager, but can only seem to get them to display as popup menus!
So basically, how do I display, build and activate my desired topLeft of form menus, say like the gambas ones:-
Image

(Click to enlarge)

Thanks for any guidance,
C.
Online now: No Back to the top

Post

Posted
Rating:
#2
Guru
BruceSteers is in the usergroup ‘Guru’
 The top level parent menus must be Visible then they will automatically show in the programs menu bar

if not Visible then that Top level Menu and it's Children are hidden.  (we do this for popup menus or just currently hidden menus)
If NO top level menus are visible then the menu bar is also hidden.

The top level ones are the first ones (on the far left edge of the menu editor.)
Online now: No Back to the top

Post

Posted
Rating:
#3
Guru
BruceSteers is in the usergroup ‘Guru’
 Like this…..

Image

(Click to enlarge)

Online now: No Back to the top
1 guest and 0 members have just viewed this.