Well did my first real testing of this in ZF last night worked ok I'm having mouse problems now. What happens is sometimes when I'm clicking on mains(WoW5) or a slaves screen the pointer jumps back to the center of the mains screen and hadn't clicked anything. Below is my script(thanks again for the help) I see one thing I;m going to try and move when I get home and thats :To:Code://--healing by click----- <Hotkey ScrollLockOn LButton> <If MouseIsOverWindowRect WoW5 88 299 125 58> <SendLabel w3> <Key Numpad1> <Else> <SendFocusWin> <ClickMouse LButton Down Screen> <HotkeyUp ScrollLockOn LButton> <If MouseIsNotOverWindowRect WoW5 88 299 125 58> <SendFocusWin> <ClickMouse LButton Up Screen> <If MouseIsOverWindowRect WoW5 88 367 125 58> <SendLabel w3> <Key Numpad2> <Else> <SendFocusWin> <ClickMouse LButton Down Screen> <If MouseIsNotOverWindowRect WoW5 88 367 125 58> <SendFocusWin> <ClickMouse LButton Up Screen>But if this is just a "deal with" issue(which from how well everything else works with this program when its not an uneducated operator I don't see) then thanks for the heads up and saving me the time chasing my tail.Code://--healing by click----- <Hotkey ScrollLockOn LButton> <If MouseIsOverWindowRect WoW5 88 299 125 58> <SendLabel w3> <Key Numpad1> <Else> <SendFocusWin> <ClickMouse LButton Down Screen> <If MouseIsOverWindowRect WoW5 88 367 125 58> <SendLabel w3> <Key Numpad2> <Else> <SendFocusWin> <ClickMouse LButton Down Screen> <If MouseIsOverWindowRect WoW5 88 433 125 58> <SendLabel w3> <Key Numpad3> <Else> <SendFocusWin> <ClickMouse LButton Down Screen> <If MouseIsOverWindowRect WoW5 88 499 125 58> <SendLabel w3> <Key Numpad4> <Else> <SendFocusWin> <ClickMouse LButton Down Screen> <HotkeyUp ScrollLockOn LButton> <If MouseIsNotOverWindowRect WoW5 88 299 125 58> <SendFocusWin> <ClickMouse LButton Up Screen> <If MouseIsNotOverWindowRect WoW5 88 367 125 58> <SendFocusWin> <ClickMouse LButton Up Screen> <If MouseIsNotOverWindowRect WoW5 88 433 125 58> <SendFocusWin> <ClickMouse LButton Up Screen> <If MouseIsNotOverWindowRect WoW5 88 499 125 58> <SendFocusWin> <ClickMouse LButton Up Screen>
Connect With Us