Search the web
Sign In
New User? Sign Up
AutoHotkey
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 283 - 321 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
283
Although this release has been extensively tested and is not expected to break any existing scripts, several low-level performance enhancements were made. If...
Chris
cmallett2
Offline Send Email
Oct 3, 2006
2:49 am
284
Hello again Chris, you helped me once before and I have another hopefully simple question. I run a program called Power Pro which uses the mouse keys left,...
Paul Rousset
paulrousset
Offline Send Email
Oct 3, 2006
4:05 am
285
... The easiest approach is probably to use #IfWinNotExist to detect whether the Power Pro window exists. If the Power Pro window is usually hidden, you might...
Chris
cmallett2
Offline Send Email
Oct 3, 2006
8:44 pm
287
Hi all, I'm interested in whether Autohotkey can be used for GUI software testing. In particular, can it read and use menus and access contents of controls of...
Dan Kegel
dankegel
Offline Send Email
Oct 8, 2006
4:16 am
288
Dan Kegel wrote ... Although not specifically designed for software testing, AutoHotkey has many suitable automation abilities such as sending keystrokes and...
Chris
cmallett2
Offline Send Email
Oct 8, 2006
11:12 am
289
... Thanks for the quick reply. (I just tried it, and Wine doesn't support remote menus yet; that's http://bugs.winehq.org/show_bug.cgi?id=5231, which I hope...
Dan Kegel
dankegel
Offline Send Email
Oct 8, 2006
2:50 pm
290
... Although I don't know of any complete list, as a rule, most common controls (like Edit and Static/Text) always yield their text. Text can usually be ...
Chris
cmallett2
Offline Send Email
Oct 8, 2006
6:55 pm
291
Hi everyone, I hope you can help me... My name is Andreina Toro, I`m studing 5th year of Electronical Engeneering in Universidad Simón Bolivar in Venezuela,...
Andreina Toro
abtr83
Offline Send Email
Oct 10, 2006
1:46 pm
292
... Wireshark can be controlled from the commandline, perhaps you don't need gui scripting at all for this. See ...
Dan Kegel
dankegel
Offline Send Email
Oct 10, 2006
2:12 pm
293
Hi everyone, I was using a macro recorder called KeyText, but I didn´t realize in time that it didn´t manipulate variables the way I wanted. I was reading...
abtr83
Offline Send Email
Oct 10, 2006
2:53 pm
294
Hello, thanks for answering so fast, I was reading the link you sent me. I have to confess that I´m not good at all programming. How do I execute from the...
abtr83
Offline Send Email
Oct 10, 2006
3:14 pm
295
... Run the command tshark and use the -T option to pick PDML format (see http://www.wireshark.org/docs/man-pages/tshark.html ) tshark will then output an XML...
Dan Kegel
dankegel
Offline Send Email
Oct 10, 2006
3:53 pm
296
Thanks!.. :) I´m going to use that method of command line execution. I have another question, I need to run another program a variable number of times...
abtr83
Offline Send Email
Oct 10, 2006
7:56 pm
297
... Why in the world are you using autohotkey to loop if you're coding in Java? But yes, autohotkey supports loops. See ...
Dan Kegel
dankegel
Offline Send Email
Oct 10, 2006
8:00 pm
298
NOTE: Although this release has been extensively tested and is not expected to break any existing scripts, several low-level performance enhancements were...
Chris
cmallett2
Offline Send Email
Nov 6, 2006
1:17 am
299
Here are the changes: v1.0.45.02: Fixed StringUpper and StringLower to work when OutputVar is the clipboard (broken by v1.0.45). [thanks songsoverruins] Fixed...
Chris
cmallett2
Offline Send Email
Nov 8, 2006
3:18 pm
300
Here are the changes: Fixed file-pattern loops not to crash when recursing into paths longer than 259 characters. In addition, such paths and files are now...
Chris
cmallett2
Offline Send Email
Nov 12, 2006
11:03 pm
301
Here are the changes: Fixed crash on Windows 9x when a script doesn't actually run (e.g. due to syntax error) (broken by v1.0.45). [thanks rogerg] Changed...
Chris
cmallett2
Offline Send Email
Nov 16, 2006
5:36 am
305
NOTE: Although this release has been extensively tested, several low-level enhancements were made. If you have any mission-critical scripts, it is recommended...
Chris
cmallett2
Offline Send Email
Nov 30, 2006
5:07 am
306
Dear List, I'm new to the list but not to Autohotkey. I love it. It has saved me so much time! I was wondering if anyone has messed with controlling Firefox...
edutechnoslave
Offline Send Email
Dec 15, 2006
9:33 pm
307
NOTE: Although this release has been extensively tested, several low-level enhancements were made. If you have any mission-critical scripts, it is recommended...
Chris Mallett
cmallett2
Offline Send Email
Dec 16, 2006
4:20 am
308
Here are the changes: 1.0.46.03: Fixed ListView's floating point sorting to produce the correct ordering. [thanks oldbrother/Goyyah/Laszlo] 1.0.46.02: Fixed...
Chris Mallett
cmallett2
Offline Send Email
Dec 19, 2006
1:08 am
309
Here are the changes: Fixed the Input command to allow named end keys like {F9} to work even when the shift key is being held down (broken by v1.0.45). [thanks...
Chris Mallett
cmallett2
Offline Send Email
Jan 5, 2007
2:43 am
310
Here are the changes: Applied minor fixes and improvements to regular expressions by upgrading from PCRE 6.7 to 7.0. One of the most notable improvements is...
Chris Mallett
cmallett2
Offline Send Email
Jan 17, 2007
12:40 pm
314
Just downloaded the software and read through some of the help file. Looks like some very nice software. Thanks in advance to the developer. I have a...
c_j_wescott
Offline Send Email
Jan 21, 2007
3:49 pm
315
... I quickly wrote a short script for you. It's probably not the most elegant solution (see comments in the code), but it should work just fine: /* start of...
F.D.
ace_noone
Offline Send Email
Jan 21, 2007
4:31 pm
316
Hi F.D., Thanks for the script, it is everything I need. This will make a world of difference when my duaghter interacts with the computer. Heck, her school...
c_j_wescott
Offline Send Email
Jan 21, 2007
5:57 pm
318
Here are the changes: Fixed crash of illegally-named dynamic variables on the left of an equal-sign assignment (broken by 1.0.45). [thanks PhiLho] Fixed...
Chris Mallett
cmallett2
Offline Send Email
Jan 24, 2007
5:35 pm
320
Here are the changes: Fixed unreliability of ComSpec and environment variables on Windows 9x (broken by v1.0.46.07). [thanks Loriss] Changed the Terminal...
Chris Mallett
cmallett2
Offline Send Email
Feb 8, 2007
12:49 am
321
Hi, I was experimenting with the "Input" command and came across a problem. In the following script, if you type the letter 'a', you're prompted to type the...
stretch655
Offline Send Email
Feb 8, 2007
11:15 am
Messages 283 - 321 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help