| Author |
Message |
Forum: Support Topic: Mouse clicks across multiple windows |
| bigsalgo911 |
|
Posted: October 15th, 2008, 2:46 am
|
|
Replies: 10 Views: 1998
|
| If you are using wow in windowed mode maximized on both screens, and you have no other programs open there is no reason this shouldn't work. I changed it to make it seem a little more natural. Meaning, I forgot to have it move the mouse back to the original position in the first code I posted. Also,... |
|
 |
Forum: Support Topic: SendInput drops characters |
| bigsalgo911 |
|
Posted: October 15th, 2008, 2:42 am
|
|
Replies: 5 Views: 650
|
| Please post the script so we can help. |
|
 |
Forum: Support Topic: Windows Not Activating on 1 machine only |
| bigsalgo911 |
|
Posted: October 15th, 2008, 2:41 am
|
|
Replies: 3 Views: 439
|
Thank you very much. It worked beautifully. Well, that part of it worked. I ended up with other problems due to different Excel versions. ARGHPPT!
 |
|
 |
Forum: Support Topic: Windows Not Activating on 1 machine only |
| bigsalgo911 |
|
Posted: October 14th, 2008, 7:28 pm
|
|
Replies: 3 Views: 439
|
|
 |
Forum: Support Topic: Mouse clicks across multiple windows |
| bigsalgo911 |
|
Posted: October 14th, 2008, 3:19 am
|
|
Replies: 10 Views: 1998
|
| So maybe something like this: #persistent LButton:: { MouseGetPos, xpos, ypos MouseClick, left, %xpos%, %ypos% Send, {alt down}{tab}{alt up} MouseClick, left, %xpos%, %ypos% Send, {alt down}{tab}{alt up} }return I tested this and ... |
|
 |
Forum: Support Topic: Mouse clicks across multiple windows |
| bigsalgo911 |
|
Posted: October 14th, 2008, 3:06 am
|
|
Replies: 10 Views: 1998
|
| Yeah maybe I should have included a bit more info. I'm using it to try and play two character in Warctraft at the same time. I click my spells since I only play PVE. I will have both windows open across two monitors. Both will be open while im playing. I have no idea how to set it up for mouse clic... |
|
 |
Forum: Support Topic: Mouse clicks across multiple windows |
| bigsalgo911 |
|
Posted: October 14th, 2008, 2:35 am
|
|
Replies: 10 Views: 1998
|
Maybe CoordMode?
That would work if the windows were always located in the same part of the screen, which I guess is what you're trying to accomplish.
Also you could use the WinActivate function to call forth the other window you want to send the click to. Then use the MouseClick command. |
|
 |
Forum: Support Topic: Windows Not Activating on 1 machine only |
| bigsalgo911 |
|
Posted: October 14th, 2008, 2:12 am
|
|
Replies: 3 Views: 439
|
| So, I am having a problem on 1 computer activating different windows. This code works great on all the other computers here but this one computer will NOT activate windows based on this code. But it is recognizing the windows correctly because when manually switched, it continues the script. Anyone ... |
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| bigsalgo911 |
|
Posted: July 12th, 2008, 5:34 am
|
|
Replies: 232 Views: 82636
|
| OMG I would have NEVER figured that out. I haven't seen syntax like that. Is there a good tutorial for stuff like that? |
|
 |
Forum: Scripts Topic: [function] httpQuery GET and POST requests - update 0.3.6 |
| bigsalgo911 |
|
Posted: July 12th, 2008, 2:37 am
|
|
Replies: 232 Views: 82636
|
| So this works great...however. I am having a problem getting this to work with any variables in the POSTdata field. Here is the code I'm using: URL := "http://ecase.xxx.yyy.net/login.asp" POSTdata := "logonid=%login%&password=%pass%" httpQUERY(URL,POSTDATA) the variab... |
|
 |
Forum: Support Topic: Variables for tabs |
| bigsalgo911 |
|
Posted: July 11th, 2008, 8:46 pm
|
|
Replies: 5 Views: 485
|
| Actually neither of these seem to be working. However something that might make a difference, I am using a hotkey to pull information from XML documents. I want the information being pulled to change based on which tab is selected but WITHOUT submitting the Gui. Is there a way to do that? |
|
 |
Forum: Support Topic: Variables for tabs |
| bigsalgo911 |
|
Posted: July 11th, 2008, 8:34 pm
|
|
Replies: 5 Views: 485
|
|
 |
Forum: Support Topic: Variables for tabs |
| bigsalgo911 |
|
Posted: July 11th, 2008, 3:28 am
|
|
Replies: 5 Views: 485
|
| Is there a way to make a variable based on which tab is selected?? I read and re-read the tab info in the manual but couldn't find this. |
|
 |
Forum: Support Topic: Problem with secondary GUI |
| bigsalgo911 |
|
Posted: July 10th, 2008, 11:37 pm
|
|
Replies: 2 Views: 1350
|
| Thank you so much. I was doing all kinda of crazy stuff to try to get it to work. |
|
 |
Forum: Support Topic: Problem with secondary GUI |
| bigsalgo911 |
|
Posted: July 10th, 2008, 8:49 pm
|
|
Replies: 2 Views: 1350
|
| So I set up the F2 key to bring up the Settings for my program/script where the user defines a few variables. Everytime I reload the settings it's all set back to default. Here is the code I'm using: F2:: { Gui, 2:Destroy Gui, 2:Add, Checkbox, vVerify, text goes here Gui, 2:Add, Checkbox, vSlow... |
|
 |
| Sort by: |