ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Cusor Wormhole for multi-monitor setup

<< < (5/6) > >>

majorspacecase:
Well ran the script, then opened each of the problem programs one at a time and then all of them at once. Lo and behold, not a single hiccup. Way to go skrommel

mouser:
nice team work from everyone  :up:

kwacky1:
Well you certainly do learn something new everyday, here's a fixed version of MouseCrusorWormhole for the record.


--- ---Pause::TransportCursor()

TransportCursor()
{
CoordMode,Mouse,Screen
SysGet, VirtualWidth, 78
SysGet, VirtualHeight, 79
    ; MsgBox, Right:`t%VirtualWidth%`nBottom:`t%VirtualHeight%
MouseGetPos, xpos, ypos
; Msgbox, The cursor is at X%xpos% Y%ypos%.
If ( xpos > (VirtualWidth / 2) ) {
MouseMove, VirtualWidth / 4, VirtualHeight / 2, 0
} else {
MouseMove, (VirtualWidth / 4) * 3, VirtualHeight / 2, 0
}
}

Nod5:

--- ---CoordMode,Mouse,Screen
-skrommel (December 14, 2008, 07:45 PM)
--- End quote ---
Leaving this out was the problem with my script I think. For that I should receive the Noobel Price.  :D
I'm glad that majorspacecase in the end got a version working as envisioned.  :Thmbsup:

kwacky1:
Hi Nod5,

Same mistake I made, and considering it's the second time I've ever looked at AHK, I wouldn't mind a Noobel Prize either :graduate:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version