Page 1 of 1

Full stack width menu

Posted: Sat Oct 30, 2010 10:16 pm
by p4tr1ck
I've noticed that on windows, the menu bar at the top of a stack doesn't go the full length of the stack. I know it is possible to do this because it is used on the script editor. I looked at the source of the script editor and I couldn't find anything...
Also, I've gotten a solution before, but it did some tricks and it didn't look like the authentic windows menu bar.
How is this done?

Re: Full stack width menu

Posted: Mon Nov 01, 2010 10:13 am
by Mark
Hi p4trick,

Just make sure that the width of the menubar group equals the width of the card + 2 and set the topleft of the group to -1,0.

Best,

Mark

Re: Full stack width menu

Posted: Tue Nov 02, 2010 2:05 am
by p4tr1ck
Ah, I didn't think to use a group. Thanks. :)

Re: Full stack width menu

Posted: Tue Nov 02, 2010 9:47 am
by Mark
p4trick,

The menubar is a group.

Best,

Mark