| Author |
Message |
Topic: simple timer/counter script? |
brotherS
Replies: 3
Views: 260
|
Forum: Ask for Help Posted: Fri Dec 14, 2007 6:03 pm Subject: simple timer/counter script? |
Here's a suggestion:Loop, 10 {
foo()
Sleep, %delay1%
bar()
Sleep, %delay2%
}
Now, that doesn't actually perform the respective action for x seconds - for that you'd ... |
Topic: simple timer/counter script? |
brotherS
Replies: 3
Views: 260
|
Forum: Ask for Help Posted: Fri Dec 14, 2007 12:11 am Subject: simple timer/counter script? |
Hi,
I'm searching for a simple script that I could use so that I don't have to come up with one from scratch. What it should do - in lay terms - is this:
perform action 1 for x seconds
then, pe ... |
Topic: I miss donate buttons everywhere! |
brotherS
Replies: 31
Views: 2377
|
Forum: Wish List Posted: Thu Dec 06, 2007 5:05 am Subject: I miss donate buttons everywhere! |
However, there are some ways that money could be helpful:
1. It could be used as prize money for the winner of a poll.
For instance, the most useful "script" or "scripts" ... |
Topic: I miss donate buttons everywhere! |
brotherS
Replies: 31
Views: 2377
|
Forum: Wish List Posted: Wed Dec 05, 2007 6:11 pm Subject: I miss donate buttons everywhere! |
Almost a year hast passed since my first post and the site looks exactly like back then.
 |
Topic: is there a way to speed this up/prevent this? |
brotherS
Replies: 3
Views: 219
|
Forum: Ask for Help Posted: Wed Jan 17, 2007 10:26 am Subject: is there a way to speed this up/prevent this? |
| Wow, thanks guys - such an easy solution I totally forgot about! After testing it and running into problems with other hotkeys (below this one in the script), I added another #IfWinActive at the end t ... |
Topic: is there a way to speed this up/prevent this? |
brotherS
Replies: 3
Views: 219
|
Forum: Ask for Help Posted: Tue Jan 16, 2007 9:13 pm Subject: is there a way to speed this up/prevent this? |
Hi,
I'm using this code:
#Persistent
$+i::
SetTitleMatchMode, 3
IfWinActive, PROGRAM
{
BlockInput On
Send {AppsKey}
Send {Down 6}
Se ... |
Topic: bring focus to part of IE but don't click it? |
brotherS
Replies: 2
Views: 200
|
Forum: Ask for Help Posted: Tue Jan 09, 2007 11:06 am Subject: bring focus to part of IE but don't click it? |
| Thanks, sounds like a good idea! Will try it later, it will be part of a bigger script. |
Topic: bring focus to part of IE but don't click it? |
brotherS
Replies: 2
Views: 200
|
Forum: Ask for Help Posted: Fri Jan 05, 2007 12:20 pm Subject: bring focus to part of IE but don't click it? |
Hi!
I'm using AHK so that I only have to type ".mail" to get "http://mail.google.com/mail/". This always used to work fine and still does.
What doesn't work anymore since a m ... |
Topic: I miss donate buttons everywhere! |
brotherS
Replies: 31
Views: 2377
|
Forum: Wish List Posted: Wed Jan 03, 2007 3:25 pm Subject: I miss donate buttons everywhere! |
@ Chris: OK!
Chris, can you please confirm that the donate link in brotherS' signature is valid? I just have that fuzzy feeling about it...
http://img409.imageshack.us/img409/2894/orly34w ... |
Topic: I miss donate buttons everywhere! |
brotherS
Replies: 31
Views: 2377
|
Forum: Wish List Posted: Tue Jan 02, 2007 9:39 pm Subject: Re: I miss donate buttons everywhere! |
True, but I feel it would distract slightly from the purpose of the site. When you multiply that slight distraction by the thousands of visitors per month, I think the total cost to them outweighs t ... |
Topic: I miss donate buttons everywhere! |
brotherS
Replies: 31
Views: 2377
|
Forum: Wish List Posted: Tue Jan 02, 2007 5:41 pm Subject: Re: I miss donate buttons everywhere! |
If you don't want/need the money, I suggest you find some awesome, trustworthy coder at a site like I doubt a donate button would collect enough to fund a significant amount of development time unle ... |
Topic: InputBox, font size |
brotherS
Replies: 5
Views: 443
|
Forum: Wish List Posted: Tue Jan 02, 2007 5:07 pm Subject: InputBox, font size |
Yes, I think InputBox will be retained in v2 because using GUI instead would be far less convenient.
That's exactly the reason why I didn't bother with the GUI syntax yet  |
Topic: InputBox, font size |
brotherS
Replies: 5
Views: 443
|
Forum: Wish List Posted: Mon Jan 01, 2007 11:03 pm Subject: InputBox, font size |
InputBox is on the way out? Why?
DLL calls are far beyond my knowledge, that's why I asked for the font option  |
Topic: syntax highlighting - is there a *good* guide or an easy way |
brotherS
Replies: 0
Views: 288
|
Forum: Ask for Help Posted: Mon Jan 01, 2007 9:31 pm Subject: syntax highlighting - is there a *good* guide or an easy way |
http://www.autohotkey.com/forum/viewtopic.php?t=14238&start=0
Integration with Editors: Maintain the installation scripts for PSPad and other editors so that syntax highlighting and other featu ... |
Topic: InputBox, font size |
brotherS
Replies: 5
Views: 443
|
Forum: Wish List Posted: Mon Jan 01, 2007 9:26 pm Subject: InputBox, font size |
For quite a while http://www.autohotkey.com/docs/commands/InputBox.htm says
"Font - Not yet implemented (leave blank). In the future it might accept something like verdana:8". I'd be happy ... |
| |