| Author |
Message |
Topic: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
joelpt
Replies: 538
Views: 93711
|
Forum: Scripts & Functions Posted: Thu Nov 03, 2011 8:23 pm Subject: IronAHK (alpha): cross platform .NET rewrite of AutoHotkey |
Check out * IronAHK syntax highlighting, refactoring, Intellisense in Visual Studio
* Interactive (stateful) IronAHK console under Visual Studio
* Automatic C# <-> IronAHK code transformation ... |
Topic: Changing the system cursor |
joelpt
Replies: 39
Views: 13589
|
Forum: Scripts & Functions Posted: Sat Nov 20, 2010 3:15 am Subject: GetSystemCursor()? |
| Any way to do the reverse -- GetSystemCursor()? Specifically, I'm looking for a way to detect when the mouse pointer is over something that can be resized, e.g. a window border, which shows the approp ... |
Topic: How have you customized your UI with AHK? |
joelpt
Replies: 1
Views: 288
|
Forum: General Chat Posted: Tue Jul 20, 2010 11:05 pm Subject: How have you customized your UI with AHK? |
I've customized my Windows GUI quite usefully, though when most folks use my machine they end up getting confused because of my very personal customizations
I'm curious what other AHK users hav ... |
Topic: AHK just hangs after heavy system load |
joelpt
Replies: 9
Views: 1512
|
Forum: Bug Reports Posted: Tue Dec 15, 2009 3:29 am Subject: Band aid solution |
| Well, after much fussing I just implemented a "band-aid" fix that works well enough for my needs. Basically this script watches the CPU% and when it gets close to 100%, it temporarily suspen ... |
Topic: AHK just hangs after heavy system load |
joelpt
Replies: 9
Views: 1512
|
Forum: Bug Reports Posted: Sat Dec 12, 2009 7:57 pm Subject: AHK just hangs after heavy system load |
Perhaps this may be of some help:
The hook procedure should process a message in less time than the data entry specified in the LowLevelHooksTimeout value in the following registry key:
HKEY_CURRENT ... |
Topic: AHK just hangs after heavy system load |
joelpt
Replies: 9
Views: 1512
|
Forum: Bug Reports Posted: Sat Dec 12, 2009 5:04 am Subject: AHK just hangs after heavy system load |
I see what you are saying Lexikos. Sounds like that post is referring to some other issue then.
I may try installing XP and Vista again in a day or three and see if the problem exists there and I j ... |
Topic: AHK just hangs after heavy system load |
joelpt
Replies: 9
Views: 1512
|
Forum: Bug Reports Posted: Sat Dec 12, 2009 4:39 am Subject: AHK just hangs after heavy system load |
I don't know if this is of any help, but this sounds like it *may* be related to some changes to how mouse hooks are being handled in Win 7.
http://support.teamdev.com/message/11254 |
Topic: AHK just hangs after heavy system load |
joelpt
Replies: 9
Views: 1512
|
Forum: Bug Reports Posted: Fri Dec 11, 2009 9:14 pm Subject: Experiencing the same problem |
I am experiencing the same problem under Windows 7 (both x86 and x64 versions).
After considerable testing I have tracked the problem down to AHK scripts which use the mouse-hook. The problem only ... |
Topic: DllCall .NET assemblies |
joelpt
Replies: 20
Views: 6867
|
Forum: Scripts & Functions Posted: Wed Sep 30, 2009 7:40 pm Subject: DllCall .NET assemblies |
If you don't have any luck with that, you might like to try
That did the trick, thanks. In fact that turned out to be better suited to my needs (lots of calls into DLL code on a fast timer). |
Topic: DllCall .NET assemblies |
joelpt
Replies: 20
Views: 6867
|
Forum: Scripts & Functions Posted: Sun Sep 20, 2009 11:58 pm Subject: DllCall .NET assemblies |
| Also, the download links in the original post are turning up empty pages for me (many of Titan's scripts are). |
Topic: DllCall .NET assemblies |
joelpt
Replies: 20
Views: 6867
|
Forum: Scripts & Functions Posted: Sun Sep 20, 2009 11:57 pm Subject: DllCall .NET assemblies |
I tried this process starting from the example and everything worked fine.
However, as soon as I invoke a method from a custom referenced (additional) DLL, the DllCall() fails, returning ErrorLevel ... |
Topic: JSON read/write parser |
joelpt
Replies: 26
Views: 12198
|
Forum: Scripts & Functions Posted: Fri Sep 18, 2009 6:14 pm Subject: JSON read/write parser |
The bare link to json.ahk on that page also yielded an empty file, but opening it from the HTTP SVN link worked.
Thanks!! |
Topic: JSON read/write parser |
joelpt
Replies: 26
Views: 12198
|
Forum: Scripts & Functions Posted: Fri Sep 18, 2009 12:44 am Subject: JSON read/write parser |
I tried both the links in the first post of this thread to downlod json.ahk but neither link works. The more recent one comes up with a blank page.
Can anyone help? |
Topic: Sending RCON commands to HL2 game servers? |
joelpt
Replies: 0
Views: 298
|
Forum: Ask for Help Posted: Tue Sep 15, 2009 3:07 am Subject: Sending RCON commands to HL2 game servers? |
I was wondering if anybody could help me send RCON commands to a Half Life 2 (HL2) type game server.
I have already found the needed Winsock/TCPIP library for AHK:
http://www.autohotkey.com/forum/ ... |
| |