| Author |
Message |
Topic: Scripts within scripts |
Simpleton
Replies: 11
Views: 1568
|
Forum: Wish List Posted: Sat Dec 25, 2004 10:51 am Subject: Scripts within scripts |
What I do is #include all of my scripts into a master script. Each scripts has:
mk_PluginNumber++
mk_Plugin%mk_PluginNumber% = processkiller
processkiller_Title = Process Killer
along with s ... |
Topic: Regex |
Simpleton
Replies: 22
Views: 2152
|
Forum: Wish List Posted: Wed Dec 15, 2004 1:19 am Subject: Regex |
| size is always importatant and if there are many copies if AHK running it might use up a lot of memory. Personally I think that regex is worth it (Perl's is my personaly fav btw). I like the optional ... |
Topic: One Hotkey -> Two Tasks |
Simpleton
Replies: 5
Views: 449
|
Forum: Ask for Help Posted: Mon Dec 13, 2004 8:25 pm Subject: One Hotkey -> Two Tasks |
| your hotkey for switching to slow mode doesn't have a return statement, so it's "falling through" to your fast mode hotkey. |
Topic: Automatic Updating |
Simpleton
Replies: 10
Views: 2671
|
Forum: Ask for Help Posted: Sun Dec 12, 2004 4:07 am Subject: Automatic Updating |
| Main reason some type of autoupdate would be really nice would be for me is that my internet connection is fairly (ok, very very) slow, but I like to stay current and often the latest fix will be some ... |
Topic: Better subroutines |
Simpleton
Replies: 13
Views: 1383
|
Forum: Wish List Posted: Sun Dec 12, 2004 3:50 am Subject: Better subroutines |
| ya, that is a problem, though people may have trouble understanding the ByRef thing unless they have other programming experience. And adding references into the language in general makes things a lot ... |
Topic: Automatic Updating |
Simpleton
Replies: 10
Views: 2671
|
Forum: Ask for Help Posted: Sun Dec 12, 2004 1:58 am Subject: Automatic Updating |
one slight problem is that AHK gets updated often without being marked on the front page. There is no way to know if it's been updated besides downloading the exe and comparing it the previous one.
... |
Topic: Favorite Folders Gui |
Simpleton
Replies: 3
Views: 2246
|
Forum: Scripts & Functions Posted: Sun Dec 12, 2004 12:36 am Subject: Favorite Folders Gui |
| Favorite Folders will create seperators for menu entries with blank labels. The gui will also show a line in the listbox for blank labels |
Topic: Automatic Updating |
Simpleton
Replies: 10
Views: 2671
|
Forum: Ask for Help Posted: Sat Dec 11, 2004 9:51 pm Subject: Automatic Updating |
I copied your script and added a
MsgBox, %U_URL% - %U_TmpExe%
before the Run command.
It revealed that it was downloading AutoHotKey1024.e instead of AutoHotKey1024.exe which is why it isn't workin ... |
Topic: Better subroutines |
Simpleton
Replies: 13
Views: 1383
|
Forum: Wish List Posted: Sat Dec 11, 2004 9:39 pm Subject: Better subroutines |
I was thinking maybe a simpler solution (at least simpler on your end) might be to just do the following:
create a new command called Call like pepak suggested except have it just be:
Call, Labe ... |
Topic: Download Site |
Simpleton
Replies: 3
Views: 292
|
Forum: Ask for Help Posted: Sat Dec 11, 2004 8:02 pm Subject: Download Site |
| it's index.html, but it shouldn't matter. When you ask the server for http://www.autohotkey.com/download/ it will give you the exact same thing as if you asked it for http://www.autohotkey.com/downl ... |
Topic: Favorite Folders Gui |
Simpleton
Replies: 3
Views: 2246
|
Forum: Scripts & Functions Posted: Sat Dec 11, 2004 4:44 am Subject: Favorite Folders Gui |
EDIT: thought I'd add a screenshot of the actual gui so you know what I'm talking about
http://www.earlham.edu/~edlefma/FavoriteFoldersGui%20Screenshot.JPG
I made this gui for changing Favorite ... |
Topic: preprocessor |
Simpleton
Replies: 6
Views: 925
|
Forum: Wish List Posted: Thu Nov 04, 2004 4:45 pm Subject: preprocessor |
| That seems reasonable. On a side note one nice thing about the preprocessor is that when you compile the script it could compile the preprocessed code, so that it wouldn't have to re-process it each t ... |
Topic: preprocessor |
Simpleton
Replies: 6
Views: 925
|
Forum: Wish List Posted: Wed Nov 03, 2004 8:45 pm Subject: preprocessor |
| First off I should probably explain that a preprocessor is a program that you run your code through that will basically just do an advanced search and replace to your code using terms you provide usin ... |
Topic: preprocessor |
Simpleton
Replies: 6
Views: 925
|
Forum: Wish List Posted: Tue Nov 02, 2004 5:25 pm Subject: preprocessor |
| I think ahk could benefit from the inclusion of a full fledged preprocessor. Really, you could fake it by just running it through a seperate preprocessor and then spitting out a temp file to be run by ... |
| |