| Author |
Message |
Topic: Google regex |
Superfraggle
Replies: 2
Views: 36
|
Forum: Ask for Help Posted: Wed Jul 23, 2008 11:21 pm Subject: Google regex |
Regex will by default match anywhere on a string so a reg ex to match Google - Microsoft Internet Explorer or http://www.google.com - Google - Microsoft Internet Explorer would be
Settitlematc ... |
Topic: Serious debug for StringSplit needed |
Superfraggle
Replies: 28
Views: 1401
|
Forum: Bug Reports Posted: Wed Jul 23, 2008 2:00 am Subject: Serious debug for StringSplit needed |
| Is your autohotkey.bin the same version. The file can be found in the compiler directory. |
Topic: Control Button on 2nd GUI window does not work. |
Superfraggle
Replies: 3
Views: 85
|
Forum: Bug Reports Posted: Thu Jul 17, 2008 2:48 pm Subject: Control Button on 2nd GUI window does not work. |
| If a button lacks an explicit g-label, an automatic label is assumed. For example, if the first GUI window contains an OK button, the ButtonOK label (if it exists) will be launched when the button is ... |
Topic: Site moved to new server |
Superfraggle
Replies: 2
Views: 361
|
Forum: Announcements Posted: Wed Jul 16, 2008 4:43 pm Subject: Site moved to new server |
| It's working fine for me... |
Topic: Hide Icon? |
Superfraggle
Replies: 1
Views: 106
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 3:26 am Subject: Hide Icon? |
| #NoTrayIcon |
Topic: Need script to press space every two minutes |
Superfraggle
Replies: 7
Views: 194
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 3:25 am Subject: Need script to press space every two minutes |
| esc:: = Create a new hotkey to be launched when pressing the escape key. |
Topic: Whatpulse Team For AutoHotkey |
Superfraggle
Replies: 14
Views: 325
|
Forum: General Chat Posted: Mon Jun 16, 2008 3:23 am Subject: Whatpulse Team For AutoHotkey |
| Maybe I am being overly conscious, but you have to be a brave person to willingly install a program that monitors keystrokes and clicks on any machine......... |
Topic: This is probably day 1 stuff but... |
Superfraggle
Replies: 4
Views: 111
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 3:18 am Subject: This is probably day 1 stuff but... |
| The loop command is usually followed by a block, which is a collection of statements that form the body of the loop. However, a loop with only a single command does not require a block (an if-else com ... |
Topic: KeyWait Pause |
Superfraggle
Replies: 16
Views: 408
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 11:17 pm Subject: KeyWait Pause |
Pause/Break
�����������
Welcome to hell. If you press this key while either of the the control keys
are being held down, ... |
Topic: KeyWait Pause |
Superfraggle
Replies: 16
Views: 408
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 7:04 pm Subject: KeyWait Pause |
Testing on mine and looking at the key history suggests that at least on my system the pause key does not produce auto repeat key strokes.
FYI I am using a laptop with built in PS/2 keyboard. |
Topic: winset, transparent = non-activatable window after hook -- |
Superfraggle
Replies: 3
Views: 247
|
Forum: Bug Reports Posted: Tue Jun 10, 2008 1:30 am Subject: winset, transparent = non-activatable window after hook -- |
Somehow the various methods I used didnt seem to reproduce it but following that does.
However I can also replicate this using notepad, So its not a gui specific problem. It didnt't do it with PSp ... |
Topic: winset, transparent = non-activatable window after hook -- |
Superfraggle
Replies: 3
Views: 247
|
Forum: Bug Reports Posted: Mon Jun 09, 2008 1:02 pm Subject: winset, transparent = non-activatable window after hook -- |
| I use the power tools taskswitcher and am unable to replicate the issue. |
Topic: A P0RN Filter/Blocker |
Superfraggle
Replies: 9
Views: 672
|
Forum: Scripts & Functions Posted: Sun Jun 01, 2008 3:05 am Subject: A P0RN Filter/Blocker |
| Just set the office network to use http://www.opendns.com/ |
Topic: phpBB upgrade |
Superfraggle
Replies: 8
Views: 1127
|
Forum: Wish List Posted: Fri May 23, 2008 1:41 pm Subject: phpBB upgrade |
I did create this a while back, not sure if its any better than standard google search.
http://www.google.com/coop/cse?cx=009141901264621730230%3Awsn7bbfh9fc
Original Post
http://www.autohot ... |
Topic: RegexReplace "$ bug |
Superfraggle
Replies: 2
Views: 103
|
Forum: Ask for Help Posted: Thu May 22, 2008 6:02 pm Subject: RegexReplace "$ bug |
$ followed by any other number refers to a back reference.
Since there is no 5th back reference it removes the $5 from the string.
This is working as designed. |
| |