AutoHotkey Community

It is currently May 23rd, 2012, 10:37 pm

All times are UTC [ DST ]


Search found 43 matches
Search these results:

Author Message

 Forum: Support   Topic: Colleccting output together

 Post subject: Colleccting output together
Posted: September 2nd, 2009, 3:14 am 

Replies: 3
Views: 323


I have a program in the .ahk language which generates ooutput, much of it to a number of MagBox's. However, I want to collect the output, perhaps in a file, then print it out and study it. I have a dim memory that some languages cave something called stdout, which allows this. if so, how do you do i...

 Forum: Support   Topic: Blocking and unblocking the input

Posted: August 23rd, 2009, 12:57 pm 

Replies: 6
Views: 345


First, -thanks- for the info. Suppose we go at it differently. (1) Pause the main thread. Hopefully, this will put the program into a state in which the user's mouse movements have no effect. (2) The user then observes the situation, looks for bugs, etc. (3) When the user is satisfied whith things, ...

 Forum: Support   Topic: Blocking and unblocking the input

Posted: August 21st, 2009, 1:48 am 

Replies: 6
Views: 345


The subject is "block input." Sorry, but I am not following this. Suppose we have the input blocked. Seemingly the very keystrokes which should unblock the input would themselves be blocked. How does this work? I have a dim memory of something called a "thread." Several threads c...

 Forum: Support   Topic: Move mouse with lock

 Post subject: Move mouse with lock
Posted: August 18th, 2009, 4:27 am 

Replies: 2
Views: 275


The first step is to move the mouse into position. Next, I want to lock it into place, so that I do not inadvertently slide it out of position. The mouse should remain locked in place until I unlock it.

How should I do this?

Tom

 Forum: Support   Topic: Keeing the x, y coordinate system from jumping around

Posted: July 23rd, 2009, 9:43 pm 

Replies: 2
Views: 300


Thank you!

 Forum: Support   Topic: Active window question

 Post subject: Active window question
Posted: July 23rd, 2009, 7:19 am 

Replies: 1
Views: 277


In Windows, suppose I am working with such-and-such active Window. Then I launch a drop-down list. Question: Does the drop-down list become the active Window, or does the active window stay the same, or ---?

Or, how could I perform an experiment to find the answer?

Tom

 Forum: Support   Topic: Keeing the x, y coordinate system from jumping around

Posted: July 23rd, 2009, 4:46 am 

Replies: 2
Views: 300


From Tom: I am doing a bunch of computations starting from the following HTML page: http://www.verifiedvoting.org/verifier/ They are point and click operations using the AutoHotKey.com x, y coordinate system. Ideally, the orgin of the cooordinate system should be at the upper left corner of the page...

 Forum: Support   Topic: Is there an AutoHotKey manual?

Posted: July 6th, 2009, 3:09 am 

Replies: 6
Views: 497


There are ways of working around the problem. Thanks anyway.

Tom

 Forum: Support   Topic: Is there an AutoHotKey manual?

Posted: July 6th, 2009, 12:42 am 

Replies: 6
Views: 497


Actually, I was hoping for a manual which could be more easily studied, perhaps after downloading it.

I am aware of the documentation page and the Quick-start tutorial.

Tom, a newbie to AutoHotKey

 Forum: Support   Topic: Is there an AutoHotKey manual?

Posted: July 5th, 2009, 8:03 pm 

Replies: 6
Views: 497


Is there an AutoHotKey reference manual?

Tom, a newbie to AutoHotKey

 Forum: Support   Topic: Capturing a selection from a drop-down menu

Posted: July 4th, 2009, 8:38 pm 

Replies: 1
Views: 385


What I am doing is called Web scraping. This hypothetical example involves The New York Times. http://nytimes.com/business/ Please direct your attention to the drop-down menu marked, "Financial Tools." Suppose I click the button and mouse over the word "Portfolio." The word turns...

 Forum: Support   Topic: Making VarExist() available

Posted: July 4th, 2009, 7:48 pm 

Replies: 7
Views: 411


From Tom:

I guess the bottom lline is that it works for you but not for me. Since I am a newbie, I am probably making a mistake.

However, some bugs are easier to work around than to fix. I have indeed found a workaround. Thanks anyway.

Tom

 Forum: Support   Topic: Making VarExist() available

Posted: July 3rd, 2009, 9:38 pm 

Replies: 7
Views: 411


A more complete snippet:

x7 = 20 ;
ExistVar := VarExist(x7)
MsgBox x7=%x7%
MsgBox %Existvar%

Tom

 Forum: Support   Topic: Making VarExist() available

Posted: July 3rd, 2009, 8:15 pm 

Replies: 7
Views: 411


The code snippet is ExistVar := VarExist(x7) MsgBox x7=%x7% MsgBox %Existvar% ---------------------------------------------------------------------------- x7 has the value 20. However, the value of VarExist keeps coming out 0. Doesn't that mean that x7 does NOT have a value? VarExist is at http://ww...

 Forum: Support   Topic: Making VarExist() available

Posted: July 3rd, 2009, 7:51 pm 

Replies: 7
Views: 411


Thank you!
Sort by:  
Page 1 of 3 [ Search found 43 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group