'Open with' popup menu position
Posted: 09 Sep 2009 20:16
The 'File | Open with' menu displays at the mouse cursor position instead of in the focused pane.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Yes, i am searching for an answer about this too.kinook wrote:The 'File | Open with' menu displays at the mouse cursor position instead of in the focused pane.
I don't use this that often as I tend to do this differently, but in checking on it, what I see is that current way can obscure the file item in list that is being opened so having it positioned based on where item is on list would seem somewhat preferable.admin wrote:What's the problem with the current way?
OK, agreed & done.j_c_hallgren wrote:I don't use this that often as I tend to do this differently, but in checking on it, what I see is that current way can obscure the file item in list that is being opened so having it positioned based on where item is on list would seem somewhat preferable.admin wrote:What's the problem with the current way?
Better, but still could be improved just a bit more...sorry...admin wrote:OK, agreed & done.
The current position is Windows standard exactly.j_c_hallgren wrote:Better, but still could be improved just a bit more...sorry...admin wrote:OK, agreed & done.![]()
Now it pops up so that bottom half of name is still covered over...could it appear under the last (or only) item(s) selected in list? So that names of any/all items would still show fully?
And if possible, I think this should apply when invoked via menu click (File>Open With) as well, since it's quite easy for the popup to hide item this way as well when item is close to top of list and length of "open with" entries being rather long due to where application pgm is located in nested sub-folders.
Dislike being this nitpicky but it should make it easier to double-check that you're about to open the desired file(s) and shouldn't have any negative effects, I believe.
No it's not.admin wrote:...The current position is Windows standard exactly.
Menu click triggered popups must always popup at mouse cursor. It's the law.
Never ever saw this and it would be totally irritating. Where have you seen this?Gandolf wrote:No it's not.admin wrote:...The current position is Windows standard exactly.
Menu click triggered popups must always popup at mouse cursor. It's the law.
In at least three file managers (and many other applications) that I use the context menu opens at the point of focus and not at the mouse pointer. I have an auto-park facility that places the mouse off screen if not used for a period of time, so I very quickly know where the context menu opens.
It's these sort of small irritations that make or break an applications ease of use.
I agree let's see more of the file name if possible.j_c_hallgren wrote:Now it pops up so that bottom half of name is still covered over...admin wrote:OK, agreed & done.
could it appear under the last (or only) item(s) selected in list?
So that names of any/all items would still show fully?
I see your point but I will stick to the standard. If I don't I get loads of mails and posts bombarding me about why I don't stick to the standard. I'm just fed up with this. Yes, in a way I gave up to the trolls. But I just have no capacity to deal with these loads of, uhm, fascinating user feedback.Stefan wrote:Much better now Don, thanks.
I agree let's see more of the file name if possible.j_c_hallgren wrote:Now it pops up so that bottom half of name is still covered over...admin wrote:OK, agreed & done.
could it appear under the last (or only) item(s) selected in list?
So that names of any/all items would still show fully?
To let the dialog appear above/under the item only would not be THE solution
because the dialog will then still hide the other selected items.
But maybe it is possible to do not cover the first few pixels (~20 chars) ?
i mean move the dialog to the right side a lill bit.
That's why you've given us so many configuration and tweak options, is it not? The default should be the standards, but when the standards just don't cut it the user should be able to adjust.admin wrote:I will stick to the standard. If I don't I get loads of mails and posts bombarding me about why I don't stick to the standard. I'm just fed up with this. Yes, in a way I gave up to the trolls. But I just have no capacity to deal with these loads of, uhm, fascinating user feedback.
Code: Select all
; Tweak: popup navigation menus at selected control or item
PopupMenusAtSelection=1I played around with it a bit, had a beer, and decided you are right. To hell with the standard!Stefan wrote:Much better now Don, thanks.
I agree let's see more of the file name if possible.j_c_hallgren wrote:Now it pops up so that bottom half of name is still covered over...admin wrote:OK, agreed & done.
could it appear under the last (or only) item(s) selected in list?
So that names of any/all items would still show fully?
To let the dialog appear above/under the item only would not be THE solution
because the dialog will then still hide the other selected items.
But maybe it is possible to do not cover the first few pixels (~20 chars) ?
i mean move the dialog to the right side a lill bit.