Main menu bar has disappeared

Things you’d like to miss in the future...
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
jhertel
Posts: 10
Joined: 11 May 2014 20:01

Main menu bar has disappeared

Post by jhertel »

I just installed XYplorer for the first time and played around with it a bit (a few minutes), and it looks very promising!

But suddenly the main menu bar was gone:
Screenshot
Screenshot
Screenshot - 2014-05-11, 19_58_00 - Computer - XYplorerFree 14.00.0100 - XYplorer Free Edition.png (148.73 KiB) Viewed 3398 times
I have searched everywhere to get it back, including in the settings and the toolbar, but I could find no place to re-enable the menu bar. What did I do wrong and how do I get it back?

It seems like a bug to me, as it is so unintuitive to get it back. But of course, it could be a feature that I just need to learn how to control.

I am using WIndows 7, 64 bit.

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Main menu bar has disappeared

Post by Marco »

Alt+Up
Maybe you just rested your hands on the keyboard...
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 64914
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Main menu bar has disappeared

Post by admin »

OK, enough, this just happens to often. I will remove Alt+Up from the factory defaults.

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Main menu bar has disappeared

Post by Marco »

Turn it into a 3- or 4-key combo. Harder to press by mistake.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 64914
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Main menu bar has disappeared

Post by admin »

Yeah, good idea!

jhertel
Posts: 10
Joined: 11 May 2014 20:01

Re: Main menu bar has disappeared

Post by jhertel »

Thank you so much, both of you! It worked! :D

And now that you mention it, I do remember pressing the arrow keys around that time, apparently with the Alt key too for some strange reason.

And I too believe that one solution could be to make the shortcut a little more complicated. Maybe just Alt+Shift+Up so it is still easy to use (because it seems quite useful to turn off the menus when you know how to get them back).

But also, could there be some GUI way to get the menu bar back, so that it doesn't completely depend on a keyboard shortcut?

I just got another idea: Pressing F10 is a standard way of activating the menus in Windows. I tried that when the menu was gone, but it didn't work. Unfortunately, I can see that this shortcut seems to be assigned to another function in XYplorer.

But pressing the left Alt key alone is another standard way of activating the menu bar. Maybe XYplorer could automatically show the menu bar if it is hidden and Alt is pressed and released? Either show it temporarily (hiding it again when it loses focus) or "permanently" (like pressing Alt+Up). That would be intuitive for people like me that know that pressing Alt activates the menu. And then there could be a menu item in the View menu to turn on the main menu bar "permanently" again: View | Menu bar (with a toggle check mark like the Auto-Refresh item), even showing its shortcut (which is now Alt+Up). To me, that would be intuitive. If that was implemented when I used the program the first time, I would have found out about the menu bar show/hide thing myself and I would even have discovered the shortcut because it was mentioned in the menu.

admin
Site Admin
Posts: 64914
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Main menu bar has disappeared

Post by admin »

That would work, but Marcos idea is much easier to do (for me) and works just as well.

jhertel
Posts: 10
Joined: 11 May 2014 20:01

Re: Main menu bar has disappeared

Post by jhertel »

I disagree that it will work just as well (it's a usability thing and I described how that works for a newcomer), but I do agree that Marco's idea is much simpler to implement. There is no doubt that usability takes time to implement. :)

With Marco's idea the chance is smaller that a newcomer makes the menu disappear by chance. But when it happens, as Murphy's Law states it will, the situation is exactly the same as I found myself in: It is impossible to get the menu back without inside information about the keyboard shortcut. There is simply no intuitive way to get it back.

binocular222
Posts: 1419
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Main menu bar has disappeared

Post by binocular222 »

Then, don't assign any default keyboard shortcut at all.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Main menu bar has disappeared

Post by bdeshi »

Changing the default shortcut is easier to do, but I have to agree with jhertel, popping up / focusing the menubar with alt keypress is better from the users perspective.
Like how firefox does it, when its main menu is hidden.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 64914
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Main menu bar has disappeared

Post by admin »

I added an experimental tweak:

Code: Select all

    + Tweak to toggle the main menu by ALT:
        HideMainMenuToggleByAlt=1

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Main menu bar has disappeared

Post by bdeshi »

It's experimental, but the tweak should be effective only when menubar is hidden; and should just focus the menu when it's already enabled, instead of hiding it.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Nighted
Posts: 463
Joined: 21 Jan 2007 01:58
Location: Gitmo Nation North, Win 7/10/Linux/(x64)

Re: Main menu bar has disappeared

Post by Nighted »

Don't fix what ain't broken.
I want XY to serve soft ice cream. Please Don, make XY serve soft ice cream.

admin
Site Admin
Posts: 64914
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Main menu bar has disappeared

Post by admin »

SammaySarkar wrote:It's experimental, but the tweak should be effective only when menubar is hidden; and should just focus the menu when it's already enabled, instead of hiding it.
Well, I followed the Firefox example since it's been mentioned here.

LittleBiG
Posts: 1848
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Main menu bar has disappeared

Post by LittleBiG »

admin wrote:
SammaySarkar wrote:It's experimental, but the tweak should be effective only when menubar is hidden; and should just focus the menu when it's already enabled, instead of hiding it.
Well, I followed the Firefox example since it's been mentioned here.
With all my respect, you didn't. Firefox doesn't hide the toolbar by pressing Alt.

Additionally, I would suggest to hard code it instead of the tweak. If a user knows about the existing of this kind of tweak, he will have already known by then how to restore it by a keyboard shortcut. This ALT should be for the cluless, tweakless users who want to try something familiar to show the accidentally hidden menu bar.

However, personally I would choose the easy way: just simply delete the keyboard shortcut. If somebody wants to use it, go and find the shortcut and give an appropriate one.

Post Reply