AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 29 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Mouse clicks across multiple windows
bigsalgo911

Replies: 10
Views: 303

PostForum: Ask for Help   Posted: Wed Oct 15, 2008 1:46 am   Subject: Mouse clicks across multiple windows
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. Mean ...
  Topic: SendInput drops characters
bigsalgo911

Replies: 5
Views: 138

PostForum: Ask for Help   Posted: Wed Oct 15, 2008 1:42 am   Subject: SendInput drops characters
Please post the script so we can help.
  Topic: Windows Not Activating on 1 machine only
bigsalgo911

Replies: 3
Views: 90

PostForum: Ask for Help   Posted: Wed Oct 15, 2008 1:41 am   Subject: Windows Not Activating on 1 machine only
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!


Smile
  Topic: Windows Not Activating on 1 machine only
bigsalgo911

Replies: 3
Views: 90

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 6:28 pm   Subject: Windows Not Activating on 1 machine only
bump?
  Topic: Mouse clicks across multiple windows
bigsalgo911

Replies: 10
Views: 303

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 2:19 am   Subject: Mouse clicks across multiple windows
So maybe something like this:




#persistent

LButton::
{
MouseGetPos, xpos, ypos
MouseClick, left, %xpos%, %ypos%
Send, {alt down}{tab}{alt up} ...
  Topic: Mouse clicks across multiple windows
bigsalgo911

Replies: 10
Views: 303

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 2:06 am   Subject: Mouse clicks across multiple windows
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 ...
  Topic: Mouse clicks across multiple windows
bigsalgo911

Replies: 10
Views: 303

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 1:35 am   Subject: Re: Mouse clicks across multiple windows
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 ...
  Topic: Windows Not Activating on 1 machine only
bigsalgo911

Replies: 3
Views: 90

PostForum: Ask for Help   Posted: Tue Oct 14, 2008 1:12 am   Subject: Windows Not Activating on 1 machine only
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 i ...
  Topic: [function] httpQuery GET and POST requests - update 0.3.4
bigsalgo911

Replies: 52
Views: 5698

PostForum: Scripts & Functions   Posted: Sat Jul 12, 2008 4:34 am   Subject: [function] httpQuery GET and POST requests - update 0.3.4
OMG I would have NEVER figured that out. I haven't seen syntax like that. Is there a good tutorial for stuff like that?
  Topic: [function] httpQuery GET and POST requests - update 0.3.4
bigsalgo911

Replies: 52
Views: 5698

PostForum: Scripts & Functions   Posted: Sat Jul 12, 2008 1:37 am   Subject: [function] httpQuery GET and POST requests - update 0.3.4
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/logi ...
  Topic: Variables for tabs
bigsalgo911

Replies: 5
Views: 142

PostForum: Ask for Help   Posted: Fri Jul 11, 2008 7:46 pm   Subject: Variables for tabs
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 ...
  Topic: Variables for tabs
bigsalgo911

Replies: 5
Views: 142

PostForum: Ask for Help   Posted: Fri Jul 11, 2008 7:34 pm   Subject: Variables for tabs
Thanks guys
  Topic: Variables for tabs
bigsalgo911

Replies: 5
Views: 142

PostForum: Ask for Help   Posted: Fri Jul 11, 2008 2:28 am   Subject: Variables for tabs
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.
  Topic: Problem with secondary GUI
bigsalgo911

Replies: 2
Views: 178

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 10:37 pm   Subject: Problem with secondary GUI
Thank you so much. I was doing all kinda of crazy stuff to try to get it to work.
  Topic: Problem with secondary GUI
bigsalgo911

Replies: 2
Views: 178

PostForum: Ask for Help   Posted: Thu Jul 10, 2008 7:49 pm   Subject: Problem with secondary GUI
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: ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group