| Author |
Message |
Topic: Crimson Editor - AHK Syntax Highlighting |
haichen
Replies: 17
Views: 2865
|
Forum: Utilities & Resources Posted: Mon Jul 07, 2008 12:13 am Subject: Crimson Editor - AHK Syntax Highlighting |
look at this:
http://www.emeraldeditor.com/downloads/index.php?act=category&id=3 |
Topic: Crimson Editor - AHK Syntax Highlighting |
haichen
Replies: 17
Views: 2865
|
Forum: Utilities & Resources Posted: Sun Jul 06, 2008 10:44 pm Subject: Crimson Editor - AHK Syntax Highlighting |
The two files work without problem.
Thanks  |
Topic: autoIT versus autohotkey |
haichen
Replies: 207
Views: 36422
|
Forum: General Chat Posted: Thu Jul 03, 2008 10:58 pm Subject: autoIT versus autohotkey |
exact time measurement for a 100 femtoseconds accuracy.
I like atomic clocks!!  |
Topic: Very Simple Auto-Update to Push New Script Versions |
haichen
Replies: 6
Views: 487
|
Forum: Scripts & Functions Posted: Sun Jun 15, 2008 12:18 am Subject: Very Simple Auto-Update to Push New Script Versions |
| A batch can delete itself bydel %0 |
Topic: AutoHotkey.net - a free place to upload your scripts online |
haichen
Replies: 83
Views: 20093
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 11:50 pm Subject: AutoHotkey.net - a free place to upload your scripts online |
Thanks for autohotkey.net!
Thats a big work for the community.
Is there a reason to reset the views? I have mostly only a handful clicks so it would look nicer (for me) if they are counted a bit ... |
Topic: Credits [function] |
haichen
Replies: 4
Views: 345
|
Forum: Scripts & Functions Posted: Fri Apr 11, 2008 2:48 pm Subject: Credits [function] |
Forgot to copy some lines. Sorry.
Corrected now. |
Topic: Credits [function] |
haichen
Replies: 4
Views: 345
|
Forum: Scripts & Functions Posted: Fri Apr 11, 2008 11:31 am Subject: Credits [function] |
I corrected some small errors wich came by interacting with some other functions and controls (ReBar).
In the first version the text run into the window from below.
Now it runs out of the Gui. |
Topic: Automise vs Autohotkey |
haichen
Replies: 17
Views: 1175
|
Forum: Utilities & Resources Posted: Fri Apr 11, 2008 9:34 am Subject: Automise vs Autohotkey |
There are other threads comparing Ranorex and other commercials with AHK.
This program is just mentioned in wikipedia in automation programs and I wondered if someone tried it
That was the core of ... |
Topic: Credits [function] |
haichen
Replies: 4
Views: 345
|
Forum: Scripts & Functions Posted: Tue Apr 08, 2008 4:46 pm Subject: Credits [function] |
I found a Credits window in credits afterwards.
credits(WinTitel,Yend=0,repeat=1,GuiID=1)
WinTitel: Name of the Credits window
Yend: an Offset for the animation
Repeat: nothing more to say
GuiI ... |
Topic: Convert dynamic local variables to global variables |
haichen
Replies: 4
Views: 292
|
Forum: Scripts & Functions Posted: Mon Apr 07, 2008 11:47 am Subject: Convert dynamic local variables to global variables |
I had to read this a few times to see this easy but genius idea.
So here is a perhaps easier example:
testfunction()
msgbox,%testfunction_localvar_testglobal% `n%testglobal%
Return
... |
Topic: Add ToolTips to controls. |
haichen
Replies: 11
Views: 695
|
Forum: Scripts & Functions Posted: Wed Apr 02, 2008 1:57 pm Subject: Add ToolTips to controls. |
In the first part of my question I wanted to know, if you can explain the found
differences like
,"Str","TOOLTIPS_CLASS32"
,"Str","&quo ... |
Topic: Add ToolTips to controls. |
haichen
Replies: 11
Views: 695
|
Forum: Scripts & Functions Posted: Wed Apr 02, 2008 11:51 am Subject: Add ToolTips to controls. |
When a Tooltip is changed from another Window, the ToolTip is not updated.
Changing If (Modify){
SendMessage,1036,0,&TInfo,,ahk_id %TThwnd%
}
Else {
Send ... |
Topic: Add ToolTips to controls. |
haichen
Replies: 11
Views: 695
|
Forum: Scripts & Functions Posted: Wed Apr 02, 2008 11:07 am Subject: Add ToolTips to controls. |
Wonderful!
I tested it with gLabel, but there was a misspelling....sorry.
I've a question to the dllcall of CreateWindowEx. After seaching I found some VBA code for ToolTip. From that I made th ... |
Topic: Add ToolTips to controls. |
haichen
Replies: 11
Views: 695
|
Forum: Scripts & Functions Posted: Tue Apr 01, 2008 2:35 pm Subject: Add ToolTips to controls. |
Yes, its nice and could be pretty helpful.
But at the moment it seems to work only with buttons.
Can the script also work with other controls? |
Topic: Tooltip with hwnd |
haichen
Replies: 9
Views: 294
|
Forum: Wish List Posted: Mon Mar 31, 2008 10:11 am Subject: Tooltip with hwnd |
| You explain my wish very well. Such a "dynamic" ToolTip would simplify adding more usebility to the script. More Tooltips to explain my script (and myself). |
| |