| Author |
Message |
Topic: Hotkeys and website navigation |
atnbueno
Replies: 8
Views: 324
|
Forum: Ask for Help Posted: Wed Jun 06, 2007 3:15 pm Subject: Hotkeys and website navigation |
No need to use anything but good old HTML:
http://diveintoaccessibility.org/day_15_defining_keyboard_shortcuts.html |
Topic: Script to get smaller EXEs |
atnbueno
Replies: 21
Views: 2960
|
Forum: Scripts & Functions Posted: Thu May 24, 2007 9:40 am Subject: Script to get smaller EXEs |
| Maybe it's that I'm slow today but I don't understand your data. De. Time is Decompress/Time but Decompress is Original Size-Size. What are De. Time and Decompress then? And what is the unit for Time ... |
Topic: Regex help in breaking a line into subpattern |
atnbueno
Replies: 10
Views: 386
|
Forum: Ask for Help Posted: Sat May 19, 2007 7:31 pm Subject: Regex help in breaking a line into subpattern |
There's a
(?'Threshold'\d+)\s+
missing in the RegEx and I would left the square brackets outside the ID but other than that, thanks for the code, a very clarifying example.
I hadn't n ... |
Topic: Regex help in breaking a line into subpattern |
atnbueno
Replies: 10
Views: 386
|
Forum: Ask for Help Posted: Sat May 19, 2007 12:50 pm Subject: Regex help in breaking a line into subpattern |
| You're right. I forgot about [url=http://www.autohotkey.com/docs/commands/AutoTrim.htm]AutoTrim. |
Topic: XN Resource Editor [GUI] |
atnbueno
Replies: 3
Views: 1038
|
Forum: Utilities & Resources Posted: Sat May 19, 2007 12:49 pm Subject: XN Resource Editor [GUI] |
There's not much to add.
Initially I liked it better than Resource Hacker, mainly for some additional features (right now I can't remember what it was), but then I used it to tweak a few things in ... |
Topic: Regex help in breaking a line into subpattern |
atnbueno
Replies: 10
Views: 386
|
Forum: Ask for Help Posted: Sat May 19, 2007 10:14 am Subject: Regex help in breaking a line into subpattern |
Hi,
Helpy means that you can use the fact that every part of your data can be considered to start at a particular column/position. Discarding the header rows, your data follows this pattern:
ID: s ... |
Topic: Title Change for the forums |
atnbueno
Replies: 6
Views: 391
|
Forum: Wish List Posted: Sat May 19, 2007 9:50 am Subject: Title Change for the forums |
| Chris, you can do it in the forum configuration (it's a standard feature). I have [url=http://www.mundoplus.tv/foros/]mine in Spanish but loosely translated it's in the Admin Panel -> General Admin ... |
Topic: XN Resource Editor [GUI] |
atnbueno
Replies: 3
Views: 1038
|
Forum: Utilities & Resources Posted: Thu May 17, 2007 3:48 pm Subject: XN Resource Editor [GUI] |
| Careful with this one. I used it on the reduced AHK .bin and any modification brought it back to the full-sized one. |
Topic: extract an email address from a web page |
atnbueno
Replies: 10
Views: 385
|
Forum: Ask for Help Posted: Tue May 15, 2007 5:54 pm Subject: extract an email address from a web page |
More like 6343 characters:
http://www.regular-expressions.info/email.html
Scary, isn't it?  |
Topic: [module] HiEdit 3.0.0.1-2 |
atnbueno
Replies: 95
Views: 13302
|
Forum: Scripts & Functions Posted: Mon May 14, 2007 5:39 pm Subject: [module] HiEdit 3.0.0.1-2 |
Hi again.
Laslzo and atnubeno are typical examples with their statements - "I never needed that in my life so far".
I didn't say "life" When I've needed RichEdit controls ... |
Topic: [module] HiEdit 3.0.0.1-2 |
atnbueno
Replies: 95
Views: 13302
|
Forum: Scripts & Functions Posted: Sat May 12, 2007 6:17 pm Subject: [module] HiEdit 3.0.0.1-2 |
| Other, but meaning "no". Not because I like the current Edit control, but because in my (personal, modest, restricted, basic) use of AHK I've never needed anything closer to a RichEdit contr ... |
Topic: Determining Screen size |
atnbueno
Replies: 2
Views: 177
|
Forum: Ask for Help Posted: Wed May 09, 2007 11:08 pm Subject: Determining Screen size |
| How about [url=http://www.autohotkey.com/docs/commands/SysGet.htm]SysGet? |
Topic: Add seconds to clock |
atnbueno
Replies: 8
Views: 346
|
Forum: Ask for Help Posted: Wed May 09, 2007 4:55 pm Subject: Add seconds to clock |
I removed all the extra spaces and it looks good to me  |
Topic: Nice set of free icons released under creative commons |
atnbueno
Replies: 4
Views: 967
|
Forum: Utilities & Resources Posted: Wed May 09, 2007 4:03 pm Subject: Nice set of free icons released under creative commons |
I've used quite a bit these 16x16 icons in applications (web or desktop ones):
http://www.famfamfam.com/lab/icons/silk/
There's a thousand of them and they're also CC-licensed |
Topic: Paste plain text (and copy/cut) |
atnbueno
Replies: 14
Views: 2306
|
Forum: Scripts & Functions Posted: Wed May 09, 2007 9:48 am Subject: Paste plain text (and copy/cut) |
Excellent!
Already in my AutoHotkey.ahk  |
| |