Page 1 of 2

Menu gone missing !!

Posted: 01 Sep 2014 22:09
by aurumdigitus
Was trying to learn some shortcuts and did something wrong and discovered an hour later the Menu has DISAPPEARED. There doesn't seem to be a shortcut - or I can't find it - to restore it.

What to do?

Re: Menu gone missing !!

Posted: 01 Sep 2014 22:43
by PeterH
Try Ctrl-Shift-Alt-F12 :D

Re: Menu gone missing !!

Posted: 02 Sep 2014 15:04
by admin
OK; enough! I will remove any shortcut for this. :evil:

Re: Menu gone missing !!

Posted: 02 Sep 2014 15:40
by aurumdigitus
Admin wrote:OK; enough! I will remove any shortcut for this.
This is one of the very few XY features that is truly entitled to be called dangerous. Without the Menu the user is dead in the water. Given the relative size of Menu to the rest of the program, saving that handful of pixels is just not worth it.

:appl:

(Am curious - at some point was this actually requested?)

Re: Menu gone missing !!

Posted: 02 Sep 2014 15:49
by klownboy
admin wrote:OK; enough! I will remove any shortcut for this.
No problem from me anyway, but please don't remove the cid #1061...too many scripts around using this.

Re: Menu gone missing !!

Posted: 02 Sep 2014 15:52
by admin
I meant to remove just any factory default shortuct.

Re: Menu gone missing !!

Posted: 02 Sep 2014 16:02
by aurumdigitus
@ klownboy - If screen real estate is that important to you maybe it's time to get a bigger monitor. :roll:

Re: Menu gone missing !!

Posted: 02 Sep 2014 16:27
by bdeshi
The menubar is a waste of space in any resolution, just look at all the empty area after "Help" ..... ....... ....... .. . . . . . . . Aaaahhhh! Can't look, help! :P

I usually keep the main menu hidden, and instead use these tiny "Run Script" UDC's as proxies of each toplvl menu :

Code: Select all

 caption : _Menu - File       | caption : _Menu - Edit        | ...
 script  : popupmainmenu file; | script  : popupmainmenu edit; | ...
 shortcut: Alt+F              | shortcut: Alt+E               | ...
 
Also the leftmost AND rightmost ctb has this as LClick script: "Main Menu" popupmainmenu;

Now, aside from having a slim amount of extra screen space, I also have the joy of having the menus show up wherever my mouse cursor is!
8)

Re: Menu gone missing !!

Posted: 02 Sep 2014 16:38
by klownboy
aurumdigitus wrote:@ klownboy - If screen real estate is that important to you maybe it's time to get a bigger monitor
What, 27" is not big enough? Seriously, the only time I remove all bars is in a thumbnail viewing mode giving XY as much real estate as possible all done automatically via scripting of course.

Don, I wish we could stack side-by-side the "Menu bar" and "Address bar" as you currently can the TB and AB, since neither Menu bar or Address Bar need the entire real estate of new wide screen monitors whereas the Toolbar typically does extend across the entire screen. Thanks.

Re: Menu gone missing !!

Posted: 02 Sep 2014 16:51
by aurumdigitus
One of XY's absolutely greatest assets is its virtually unlimited flexibility. Those of us with different works habits can bent it to our will.

Yeah, 27 inches it getting up there. Wonder what Don's baby would look like on a Sharp 90" 3D Aquos? :lol:

Re: Menu gone missing !!

Posted: 02 Sep 2014 17:00
by klownboy
aurumdigitus wrote:Wonder what Don's baby would look like on a Sharp 90" 3D Aquos?
Wow, I've seen a 80" Sharp in a Sam's Club but I didn't know they had a 90". It would dwarf my little 60". :)

Re: Menu gone missing !!

Posted: 02 Sep 2014 18:30
by Stef123
klownboy wrote:Don, I wish we could stack side-by-side the "Menu bar" and "Address bar" as you currently can the TB and AB
I'd welcome any kind of side-stacking, or ideally, free placement of every bar anywhere, the TB next to the menu, or between the two panes. Essentially the same way MS Office once allowed their TB-positioning before the ribbon came around.

Re: Menu gone missing !!

Posted: 02 Sep 2014 18:55
by aurumdigitus
or ideally, free placement of every bar anywhere
Yes, in an ideal world all the elements would be made to Float and be Dockable. But maybe Visual Basic is incapable of doing that. :?:

Re: Menu gone missing !!

Posted: 02 Sep 2014 19:02
by admin
Pfff, Visual Basic. VB has not much to do with XY (and you should know that). XY can do anything I want it to do. :beer:

Re: Menu gone missing !!

Posted: 02 Sep 2014 19:51
by aurumdigitus
Admin wrote:VB has not much to do with XY (and you should know that).
Mea maxima culpa! :oops: WHAT is the source code you conjure the magic in?