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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 264 - 296 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
264
I run Word Perfect. I also have an audio program. I made F9 be Alt p because Alt P plays my audio program so I can type. But when WordPerfect is open I get...
tobyhutch2088
Offline Send Email
Jul 23, 2006
2:32 am
266
Here are the changes: Fixed "Gui Show" not to unmaximize a window unless the options require it. Fixed GuiControl's +/-Left/Right for buttons, checkboxes, and...
Chris
cmallett2
Offline Send Email
Jul 26, 2006
3:37 am
267
Here are the changes: Fixed hook hotkeys like $^b not to fire twice when a similar, key-up hotkey exists (like "#b up" ). [thanks Newbie] Fixed one too many...
Chris
cmallett2
Offline Send Email
Aug 10, 2006
1:46 am
268
I want to automate running reports in a Progress database. The main menu uses class ProMainWin with a specific Title. If a menu choice is selected and run,...
rupqleer
Offline Send Email
Aug 22, 2006
9:17 pm
269
You can use SetTimer or a Loop that calls "WinGet Count" repeatedly until the count goes above 1. If you need further assistance, it's best to search and/or...
Chris
cmallett2
Offline Send Email
Aug 23, 2006
4:28 pm
270
heh, I'm new to this stuff too, I wanted to do something similar and here is a really simple way of doing it. ;------- run itunes ... run...
shadowsrt4
Offline Send Email
Aug 23, 2006
8:05 pm
271
Here are the changes: Fixed OnMessage() when called from inside a monitor function for the purpose of disabling some other monitor. [thanks Hardeep] ...
Chris
cmallett2
Offline Send Email
Aug 27, 2006
11:59 pm
272
Here are the changes: Fixed FileSelectFolder and TreeView to respond properly to mouse clicks when timers are running. Fixed inability of OnMessage() to...
Chris
cmallett2
Offline Send Email
Sep 9, 2006
10:35 pm
273
Here are the changes: Fixed timers interfering with double-clicks in FileSelectFile. [thanks DJAnonimo] Fixed mouse hook causing a delay when pressing a GUI...
Chris
cmallett2
Offline Send Email
Sep 14, 2006
2:21 am
274
Hi everyone! I'm new using autohotkey. Some times don't remember any hot key and I would like to show a list of the hot keys and their function. "menu, view,...
David Calás Lozano
david.calas
Offline Send Email
Sep 17, 2006
2:37 pm
275
Hi David, There's at least one topic on the forum that might be useful: http://www.autohotkey.com/forum/topic215.html If it's not exactly what you want, try...
Chris
cmallett2
Offline Send Email
Sep 17, 2006
3:35 pm
276
Hi everyone: Trying to turn the monitor off I used: ..................................... ^!m:: SendMessage, 0x112, 0xF170, 2,, Program Manager Sleep 4000 ...
David Calás Lozano
david.calas
Offline Send Email
Sep 19, 2006
6:28 pm
277
Dear *David*, *you wrote:* But It doesn't seem to work ok, the monitor turns off for half a second and then is back on. Any Idea? Try including a small delay...
A.N Suresh Kumar
goyyah
Offline Send Email
Sep 19, 2006
6:50 pm
278
Hi David, I had that trouble too - the problem is when you let go of the hotkey, you turn it back on by your activity (computers are faster than humans). The...
Stu
rehsupdoow
Offline Send Email
Sep 19, 2006
6:59 pm
279
the reason i check the 'TimeIdle' is so that if i change my mind within a second, the screen doesn't flash. ;-) Stu...
Stu
rehsupdoow
Offline Send Email
Sep 19, 2006
7:25 pm
280
Thanks a lot :) ... -- David Calás Lozano http://www.volarencuba.com Thanks a lot :) On 9/19/06, Stu < the_true_falcon@... > wrote: Hi David, I had...
David Calás Lozano
david.calas
Offline Send Email
Sep 20, 2006
3:03 am
281
Here are the changes: Fixed ControlGetPos and ControlMove to work with "ahk_id %ControlHWND%". [thanks Hardeep] Fixed #CommentFlag to affect the line beneath...
Chris
cmallett2
Offline Send Email
Sep 21, 2006
9:17 am
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
Messages 264 - 296 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