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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 246 - 280 of 528   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
246
Here are the changes: Fixed %A_WorkingDir% on Windows 9x, which was sometimes blank. [thanks Points] Improved BlockInput with a new mode that blocks only...
Chris
cmallett2
Offline Send Email
May 1, 2006
3:52 pm
249
Here are the changes: Fixed OnClipboardChange to work even when the script is displaying a MsgBox or other dialog. Fixed FileCreateDir not to report ErrorLevel...
Chris
cmallett2
Offline Send Email
May 15, 2006
1:49 am
250
Here are the changes: Fixed StatusBar's grabbing of UpDowns that are added after it. [thanks Tekl] Changed Round() to display exactly N decimal places rather...
Chris
cmallett2
Offline Send Email
May 15, 2006
9:41 pm
251
In v1.0.44.02, hotkeys that use "&" and "~" together have been fixed (e.g. ~a & b and ~LButton & RButton) (broken by v1.0.44). Download it at...
Chris
cmallett2
Offline Send Email
May 21, 2006
1:51 am
252
hi,guys: I am a first to use the sutohotkey language .but now ,I have some question need your help: first : I don't know how to run the script ,I created a...
lkyuier
Offline Send Email
May 22, 2006
3:32 am
253
Dear lkyuier, :) #Space translates to Windows_Key+Space! You have to press WIN+Space to trigger the action. Visit the forum for more help:...
goyyah
Offline Send Email
May 22, 2006
8:08 am
254
; ::#space::run www.google.com Not this way #space:: run www.google.com ; FYI the semi colon is a comment line ; If you you more than one line for a hot key ;...
Tom George
tomseeker0031
Offline Send Email
May 22, 2006
11:20 am
255
Here are the changes: Fixed FileExist() to report "X" rather than "" for files whose attributes are all undefined. [thanks Peter] Fixed Tab controls so that...
Chris
cmallett2
Offline Send Email
May 30, 2006
1:53 am
256
I am also new to this forum and just started using AHK. My use of AHK is in working with multimedia type files and directories. Just now beginning to think...
Sri Sridharan
infinisri
Offline Send Email
May 31, 2006
10:25 am
257
Your best bet will be to ask on the forums - glad you've already found Titan's functions there. AFAIK, you can use the forums without having to login, though...
fdg001@...
ace_noone
Offline Send Email
May 31, 2006
10:30 am
258
Here are the changes: Fixed double-colon warning dialog appearing upon launch of certain scripts. (broken by 1.0.44.03) Fixed combination hotkeys like "a & b"...
Chris
cmallett2
Offline Send Email
Jun 1, 2006
2:02 pm
260
Here are the changes: Fixed mouse movement being off by 1 pixel for coordinates very near 0 (broken by 1.0.43). Changed and improved remapping-to-modifier...
Chris
cmallett2
Offline Send Email
Jun 7, 2006
10:12 pm
261
In v1.0.44.06, remapping-to-modifier such as F1::Control was fixed (broken by 1.0.44.05). Download it at http://www.autohotkey.com/download/...
Chris
cmallett2
Offline Send Email
Jun 9, 2006
1:12 am
263
(This version was released two days ago. Sorry for the delayed notice.) Here are the changes: Fixed stack overflow when a registry-loop traverses deeply nested...
Chris
cmallett2
Offline Send Email
Jun 20, 2006
1:10 am
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
Messages 246 - 280 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