| Author |
Message |
Topic: Offtopic thread |
Tuncay
Replies: 85
Views: 2472
|
Forum: General Chat Posted: Sat Jun 07, 2008 4:55 pm Subject: Offtopic thread |
Turkish:
Merhaba
Arabic (I think):
Merhaba |
Topic: Integrating Lua into AutoHotkey |
Tuncay
Replies: 56
Views: 2253
|
Forum: Wish List Posted: Sat Jun 07, 2008 12:48 pm Subject: Integrating Lua into AutoHotkey |
| The two different operators := and = should be definetely merged, because it confuses beginners so much, I thinked in the past. But If I think further, then I came to the result, that the simple assig ... |
Topic: Integrating Lua into AutoHotkey |
Tuncay
Replies: 56
Views: 2253
|
Forum: Wish List Posted: Fri Jun 06, 2008 4:24 am Subject: Integrating Lua into AutoHotkey |
Thousands of users seem to disagree...
... does not mean, that all of them knows about Lua and the advantages what we could have ... |
Topic: Include %A_AhkDir% or better comma separated list of include |
Tuncay
Replies: 28
Views: 1135
|
Forum: Wish List Posted: Wed May 21, 2008 7:44 pm Subject: Include %A_AhkDir% or better comma separated list of include |
I would appreciate an "A_AhkDir", even though the only difference is a SplitPath...
The standard library is supported now and we donīt need the A_AhkDir variable at #include command. |
Topic: Is Autohotkey better than BASIC? |
Tuncay
Replies: 9
Views: 394
|
Forum: General Chat Posted: Sun May 11, 2008 9:23 am Subject: Is Autohotkey better than BASIC? |
| AHK is not a programming language, and as a programming lanugae it is really bad. The good thinks are the features and how easy it is to do simple hotkey or hotstring mappings. Against most programmin ... |
Topic: Succesful port to Linux? |
Tuncay
Replies: 11
Views: 361
|
Forum: General Chat Posted: Sun May 11, 2008 9:15 am Subject: Succesful port to Linux? |
| AutoHotkey works with the API of Windows only and will never be ported to Linux or another OS. That is for sure. |
Topic: Is AutoHotKey a cheat? |
Tuncay
Replies: 13
Views: 637
|
Forum: General Chat Posted: Sat May 03, 2008 9:32 am Subject: Is AutoHotKey a cheat? |
does your computer meow?
All over the time.
back to topic:
Using not integrated Tools like AutoHotkey to apply several automated movements or whatever are cheats to me. These are not progra ... |
Topic: Legacy IfEqual |
Tuncay
Replies: 14
Views: 286
|
Forum: General Chat Posted: Thu May 01, 2008 10:08 pm Subject: Legacy IfEqual |
| Since AHK is an interpereted language anyways, why not have a "#" directive (the kind that gets handled pre-run-time, or whatever) to allow a script author to specify an explicit assignment ... |
Topic: A Better Wish List like Digsbies.org |
Tuncay
Replies: 1
Views: 212
|
Forum: Wish List Posted: Tue Apr 22, 2008 9:09 pm Subject: A Better Wish List like Digsbies.org |
| I did not vote, because my answer is not in the selection: no. Such an organized system would make it too complicated. This forum and Ahk itself lives with its simplicity. |
Topic: QB.exe file |
Tuncay
Replies: 8
Views: 255
|
Forum: General Chat Posted: Mon Apr 21, 2008 8:53 pm Subject: QB.exe file |
| If you want to delete programs which are in use, then just try to "kill" the corresponding process. You have to need to know the name of that process, otherwise if you "kill" the w ... |
Topic: Fileinstall automatic path creation |
Tuncay
Replies: 1
Views: 131
|
Forum: Wish List Posted: Mon Apr 21, 2008 8:38 pm Subject: Fileinstall automatic path creation |
| I agree with that. The FileCreateDir command already creates automatically subfolders. |
Topic: Auto saving script |
Tuncay
Replies: 5
Views: 158
|
Forum: Ask for Help Posted: Sun Apr 20, 2008 6:44 pm Subject: Auto saving script |
| What should be saved? The script itself, if it is opened in an editor? Or the data of the script, like current settings, saved in an ini file? |
Topic: Infection [Game] |
Tuncay
Replies: 8
Views: 845
|
Forum: Scripts & Functions Posted: Sun Apr 20, 2008 4:38 pm Subject: Infection [Game] |
damn what's impossible with ahk?
[url=http://www.autohotkey.com/forum/viewtopic.php?t=29668]what's IMPOSSIBLE with AHK? |
Topic: Ideas wanted for new project |
Tuncay
Replies: 16
Views: 562
|
Forum: General Chat Posted: Sun Apr 20, 2008 4:08 pm Subject: Ideas wanted for new project |
| What do you mean by real pc game? |
Topic: [??] Why aren't hotkeys mapping not allowed within functions |
Tuncay
Replies: 6
Views: 188
|
Forum: Ask for Help Posted: Sun Apr 20, 2008 1:34 pm Subject: [??] Why aren't hotkeys mapping not allowed within functions |
Look at this:
function1()
function1()
{
Hotkey, !q, sendlabel
}
Return ; End of AutoExecution Section.
sendlabel:
send, {Numpad7}
return
Te ... |
| |