| Author |
Message |
Topic: How do I make F1 key "press" enter many times in a |
mb777
Replies: 15
Views: 5626
|
Forum: Ask for Help Posted: Fri Feb 27, 2009 2:25 pm Subject: How do I make F1 key "press" enter many times in a |
mb777,
Thanks!
Your update works really well.
I just had one more question: Sometimes, but not all the time, when I let go of the F1 key one of the other keys (shift or enter) appears to be ... |
Topic: How do I make F1 key "press" enter many times in a |
mb777
Replies: 15
Views: 5626
|
Forum: Ask for Help Posted: Sun Feb 22, 2009 4:55 pm Subject: How do I make F1 key "press" enter many times in a |
mb777,
Hi, your script works great for something I'm doing. I just had to play with the keypress and keydelay times.
One question though, is it possible to have this working in conjunction wi ... |
Topic: Trouble Displaying PNG (with transparency) |
mb777
Replies: 2
Views: 516
|
Forum: Ask for Help Posted: Sat Feb 21, 2009 10:54 pm Subject: Transparency Displays as Black |
I have discovered that transparent colors are displaying as black.
When I created a completely transparent image for a button (png file), it displayed as black. Why is this?
I created the imag ... |
Topic: Question about timers - do they affect performance? |
mb777
Replies: 3
Views: 821
|
Forum: Ask for Help Posted: Thu Feb 19, 2009 4:52 pm Subject: Question about timers - do they affect performance? |
| Currently, timers cannot run much more often than every 10ms on Windows XP/2000/NT and about 55ms on Windows 9x. Specifying a Period less than this will usually result in an actual interval of 10 or 5 ... |
Topic: Howto stop hotkey (left and right arrow) from calling itself |
mb777
Replies: 2
Views: 1042
|
Forum: Ask for Help Posted: Thu Feb 19, 2009 4:32 pm Subject: Howto stop hotkey (left and right arrow) from calling itself |
| thanks. It seems to be Ok. |
Topic: Howto stop hotkey (left and right arrow) from calling itself |
mb777
Replies: 2
Views: 1042
|
Forum: Ask for Help Posted: Thu Feb 19, 2009 12:48 am Subject: Howto stop hotkey (left and right arrow) from calling itself |
I have programmed the left and right arrow keys for a game.
It has become quite complex, but i will explain.
The problem I am having is that while I hold the arrow down, it is calling itself - (I ... |
Topic: Question about timers - do they affect performance? |
mb777
Replies: 3
Views: 821
|
Forum: Ask for Help Posted: Thu Feb 19, 2009 12:33 am Subject: Question about timers - do they affect performance? |
I feel uneasy about using too many timers at the same time.
Do timers slow down the CPU performance?
Eg. If i set a timer for a very short interval (eg 1 ms), it means the computer is checking ... |
Topic: Trouble Displaying PNG (with transparency) |
mb777
Replies: 2
Views: 516
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 11:04 pm Subject: Trouble Displaying PNG (with transparency) |
I have created some images to use as buttons.
They are not displaying exactly as they should.
I am displaying them from a .dll file, as shown by SKAN, here:
addcheckbox(cb_var,cb_color,op ... |
Topic: Embed images in compiled AutoHotkey scripts? |
mb777
Replies: 67
Views: 21367
|
Forum: General Chat Posted: Thu Feb 12, 2009 11:55 pm Subject: Embed images in compiled AutoHotkey scripts? |
| Thanks |
Topic: Embed images in compiled AutoHotkey scripts? |
mb777
Replies: 67
Views: 21367
|
Forum: General Chat Posted: Thu Feb 12, 2009 9:47 pm Subject: Re-Size Embedded Bitmpaps |
| Is it possible to Re-Size Embedded Bitmaps (png files)? |
Topic: Display Idle Time on the Tray tip, using A_TimeIdlePhysical |
mb777
Replies: 0
Views: 1075
|
Forum: Scripts & Functions Posted: Sun Feb 08, 2009 9:37 pm Subject: Display Idle Time on the Tray tip, using A_TimeIdlePhysical |
I wanted to display the time that a user has been idle on the tray tip of one application.
I was annoyed that as soon as you move the mouse, of course, it resets.
Eventually, I have done it.
... |
Topic: Help with Creating Own Slider (using images) |
mb777
Replies: 10
Views: 871
|
Forum: Ask for Help Posted: Wed Feb 04, 2009 1:29 am Subject: Help with Creating Own Slider (using images) |
So here it is: Creating a slider using your own graphics - 2 image files. One for the bar, and one for the thumb (the bit that moves)
You have the sliderbar and thumb, plus an edit box with an up ... |
Topic: Embed images in compiled AutoHotkey scripts? |
mb777
Replies: 67
Views: 21367
|
Forum: General Chat Posted: Tue Feb 03, 2009 9:28 pm Subject: Embed images in compiled AutoHotkey scripts? |
One more thing.
I want to load bitmaps in, but not display them. I want to use them with imagesearch, but would still like them to be in the dll file.
how do I reference them from the dll using ... |
Topic: numpadins down numpadclear numpadins up |
mb777
Replies: 4
Views: 567
|
Forum: Ask for Help Posted: Sat Jan 31, 2009 7:34 pm Subject: numpadins down numpadclear numpadins up |
Ah, you might need a small delay in between...
sendinput {numpadins down}
sleep 40
sendinput {numpadclear}
sleep 40
sendinput {numpadins up}
sleep 40 |
Topic: numpadins down numpadclear numpadins up |
mb777
Replies: 4
Views: 567
|
Forum: Ask for Help Posted: Sat Jan 31, 2009 10:39 am Subject: numpadins down numpadclear numpadins up |
yes... it should be:
send, {numpadins down}{numpadclear}{numpadins up}
|
| |