Not on tabs he hasn't...and despite all that you already changed the menu, since it pops up on the right monitor now! Smile
Batch Rename auto-number sufix
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
lukescammell
- Posts: 744
- Joined: 28 Jul 2006 13:15
- Location: Kent, UK
- Contact:
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
What about the drag'n'drop custom menu. Does it popup on the correct monitor???jacky wrote:No, Tree's ctxt menu either, but i was only referring to the List ctx menu here, so my reason is still validlukescammell wrote:Not on tabs he hasn't...and despite all that you already changed the menu, since it pops up on the right monitor now! Smile![]()
![]()
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Good! I was hoping thisjacky wrote:Just tested (cause XY is on my main monitor), and no I'm afraid it does not. Neither does the menu when using CKS, eg. Ctrl+Alt+Shift+Vadmin wrote:What about the drag'n'drop custom menu. Does it popup on the correct monitor???
When using CKS??? How do you pop the drag'n'drop custom menu by CKS?
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
Yeah I wasn't very clear, sorry about that...admin wrote:When using CKS??? How do you pop the drag'n'drop custom menu by CKS?
No, not the D&D menu, I meant using CKS to popup a menu, any menu that has submenus and you can assign KS for, such as Rename Special, Info to Clipboard, etc or, as I mentioned, Paste Special (which has one by default)
Proud XYplorer Fanatic
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Ah, sure! Okay, damn it!jacky wrote:Yeah I wasn't very clear, sorry about that...admin wrote:When using CKS??? How do you pop the drag'n'drop custom menu by CKS?
No, not the D&D menu, I meant using CKS to popup a menu, any menu that has submenus and you can assign KS for, such as Rename Special, Info to Clipboard, etc or, as I mentioned, Paste Special (which has one by default)
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
hehe... well as I said, AFAIC XY is always fullscreen'ed on my main monitor, so I have no problem whatsoever, menus always popup on the right place for meadmin wrote:Why must you hellhounds use 2 monitors anyway?![]()
The real question is: why would one use XY on his secondary monitor?
Proud XYplorer Fanatic
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Good thing the guy in this pix isn't using XY in that case! Look at all those monitors!admin wrote: Why must you hellhounds use 2 monitors anyway?![]()

This is from DL.TV site, and it's the link there to play episode 152.
Update: In case this JPG is unavailable sometime in the future from that site: what it showed was a guy's setup with 13 (yes, 13!) monitors arranged in a semi-circle style so he could play flight simulator games and have it more resemble the view from a cockpit...
Last edited by j_c_hallgren on 21 Apr 2007 04:37, edited 1 time in total.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Okay okay, I'm convinced. The time for some research is NOW. So a little natural break in CKS development: gotta solve that dual monitor (monitor, not panej_c_hallgren wrote:Good thing the guy in this pix isn't using XY in that case! Look at all those monitors!admin wrote: Why must you hellhounds use 2 monitors anyway?![]()
![]()
This is from DL.TV site, and it's the link there to play episode 152.
You VB-programmers out there with 2+ monitors: (a) can the X and Y arguments of the PopupMenu() function set so that it pops up on the correct monitor? (b) if yes, how can these values for X and Y be retrieved programmatically?
On my way to yooglebooglezoogle...
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
Well, IIRC this is a VB5 bug, you can't have it to popup menu on another monitor than the main one. not using VB functions at least, you must use APIs. Isn't that the way it's done already, for "working" menus?admin wrote:You VB-programmers out there with 2+ monitors: (a) can the X and Y arguments of the PopupMenu() function set so that it pops up on the correct monitor? (b) if yes, how can these values for X and Y be retrieved programmatically?
On my way to yooglebooglezoogle...
See here: http://www.xyplorer.com/xyfc/viewtopic. ... 9&start=15
Proud XYplorer Fanatic
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Yes, I remember.jacky wrote:Well, IIRC this is a VB5 bug, you can't have it to popup menu on another monitor than the main one. not using VB functions at least, you must use APIs. Isn't that the way it's done already, for "working" menus?admin wrote:You VB-programmers out there with 2+ monitors: (a) can the X and Y arguments of the PopupMenu() function set so that it pops up on the correct monitor? (b) if yes, how can these values for X and Y be retrieved programmatically?
On my way to yooglebooglezoogle...
See here: http://www.xyplorer.com/xyfc/viewtopic. ... 9&start=15
Yes API is the way I did it for the "working" menus. But it's a hard way, and it's even harder when the popups have submenus. Now with CKS, suddenly there are many potential popups... could partly be automated/wrapped, but not completely. Not satisfying. There's other more interesting stuff to do, really!
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
I hear you. And you have my vote to forget about this & do other stuff, let them switch their monitors if they really need toadmin wrote:Yes API is the way I did it for the "working" menus. But it's a hard way, and it's even harder when the popups have submenus. Now with CKS, suddenly there are many potential popups... could partly be automated/wrapped, but not completely. Not satisfying. There's other more interesting stuff to do, really!
Proud XYplorer Fanatic
-
admin
- Site Admin
- Posts: 66431
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Thanks for your vote! BTW, I'll fix it for the d'n'd menu and the tab-context menu right now.jacky wrote:I hear you. And you have my vote to forget about this & do other stuff, let them switch their monitors if they really need toadmin wrote:Yes API is the way I did it for the "working" menus. But it's a hard way, and it's even harder when the popups have submenus. Now with CKS, suddenly there are many potential popups... could partly be automated/wrapped, but not completely. Not satisfying. There's other more interesting stuff to do, really!
XYplorer Beta Club