Page 2 of 2

Posted: 12 Apr 2007 14:07
by lukescammell
and despite all that you already changed the menu, since it pops up on the right monitor now! Smile
Not on tabs he hasn't... :roll: :wink:

Posted: 12 Apr 2007 21:00
by jacky
lukescammell wrote:
and despite all that you already changed the menu, since it pops up on the right monitor now! Smile
Not on tabs he hasn't... :roll: :wink:
No, Tree's ctxt menu either, but i was only referring to the List ctx menu here, so my reason is still valid :mrgreen: ;)

Posted: 20 Apr 2007 12:38
by admin
jacky wrote:
lukescammell wrote:
and despite all that you already changed the menu, since it pops up on the right monitor now! Smile
Not on tabs he hasn't... :roll: :wink:
No, Tree's ctxt menu either, but i was only referring to the List ctx menu here, so my reason is still valid :mrgreen: ;)
What about the drag'n'drop custom menu. Does it popup on the correct monitor???

Posted: 20 Apr 2007 17:32
by jacky
admin wrote:What about the drag'n'drop custom menu. Does it popup on the correct monitor???
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+V

Posted: 20 Apr 2007 17:44
by admin
jacky wrote:
admin wrote:What about the drag'n'drop custom menu. Does it popup on the correct monitor???
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+V
Good! I was hoping this :) (else I would have had trouble to understand it)

When using CKS??? How do you pop the drag'n'drop custom menu by CKS?

Posted: 20 Apr 2007 21:09
by jacky
admin wrote:When using CKS??? How do you pop the drag'n'drop custom menu by CKS?
Yeah I wasn't very clear, sorry about that...

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)

Posted: 20 Apr 2007 21:59
by admin
jacky wrote:
admin wrote:When using CKS??? How do you pop the drag'n'drop custom menu by CKS?
Yeah I wasn't very clear, sorry about that...

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)
Ah, sure! Okay, damn it! :evil: It's impossible to write a workaround for each of these KS-driven popups. So I have to find a bloody FIX for it! Why must you hellhounds use 2 monitors anyway? :roll: :P

Posted: 20 Apr 2007 22:14
by jacky
admin wrote:Why must you hellhounds use 2 monitors anyway? :roll: :P
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 me :D

The real question is: why would one use XY on his secondary monitor? ;)

Posted: 20 Apr 2007 22:16
by j_c_hallgren
admin wrote: Why must you hellhounds use 2 monitors anyway? :roll: :P
Good thing the guy in this pix isn't using XY in that case! Look at all those monitors! :wink:

Image

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...

Posted: 20 Apr 2007 22:39
by admin
j_c_hallgren wrote:
admin wrote: Why must you hellhounds use 2 monitors anyway? :roll: :P
Good thing the guy in this pix isn't using XY in that case! Look at all those monitors! :wink:

Image

This is from DL.TV site, and it's the link there to play episode 152.
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 pane :wink: ) issue now.

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...

Posted: 20 Apr 2007 22:57
by jacky
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...
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?

See here: http://www.xyplorer.com/xyfc/viewtopic. ... 9&start=15

Posted: 20 Apr 2007 23:10
by admin
jacky wrote:
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...
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?

See here: http://www.xyplorer.com/xyfc/viewtopic. ... 9&start=15
Yes, I remember. :cry: Sometimes, when asking the same question again, you get a new answer :wink: But this time you give me the same answer. :(
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!

Posted: 20 Apr 2007 23:31
by jacky
admin 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!
I hear you. And you have my vote to forget about this & do other stuff, let them switch their monitors if they really need to ;)

Posted: 21 Apr 2007 07:52
by admin
jacky wrote:
admin 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!
I hear you. And you have my vote to forget about this & do other stuff, let them switch their monitors if they really need to ;)
Thanks for your vote! BTW, I'll fix it for the d'n'd menu and the tab-context menu right now. :)