| Author |
Message |
Topic: A_WishList |
emmanuel d
Replies: 11
Views: 293
|
Forum: Wish List Posted: Fri Feb 10, 2012 7:51 pm Subject: A_WishList |
global A_ScriptDrive
why didn't i know i could do that??
i see this works in ahk_L must have missed that one.
Thx fincs. |
Topic: A_WishList |
emmanuel d
Replies: 11
Views: 293
|
Forum: Wish List Posted: Fri Feb 10, 2012 7:39 pm Subject: A_WishList |
Yes I do realise that but I believe it is
it is counter productive to do this splitpath in every function you make, just to get A_ScriptDrive.
still it is better to have result without doing anyt ... |
Topic: GroupBox-Add/wrap around existing controls. |
emmanuel d
Replies: 7
Views: 562
|
Forum: Scripts & Functions Posted: Mon Feb 06, 2012 7:06 pm Subject: GroupBox-Add/wrap around existing controls. |
mwahahahaha, that "Code (Expand):" thing is gone.
fixed margin:GroupBox(GBvName,Title,TitleH,Margin,Piped_CtrlvNames,FixedWidth="",FixedHeight="") {
Loc ... |
Topic: Ini parser. |
emmanuel d
Replies: 4
Views: 229
|
Forum: Scripts & Functions Posted: Thu Feb 02, 2012 6:24 pm Subject: Ini parser. |
your script fails when there are comments in the ini. example:[testsection] ;test comment
testkey=testvalue ;test comment
You might also try to preserve them when saving. |
Topic: Ascii to Hex to Ascii again ( Unicode ) |
emmanuel d
Replies: 8
Views: 205
|
Forum: Ask for Help Posted: Thu Feb 02, 2012 6:07 pm Subject: Ascii to Hex to Ascii again ( Unicode ) |
| go [url=http://www.autohotkey.com/forum/viewtopic.php?p=510479#510479]here |
Topic: Hexify DeHexify (Unicode) text2hex hex2text ASCII2Hex .. |
emmanuel d
Replies: 0
Views: 123
|
Forum: Scripts & Functions Posted: Thu Feb 02, 2012 5:59 pm Subject: Hexify DeHexify (Unicode) text2hex hex2text ASCII2Hex .. |
the subject is like this so it will be found easely.
#SingleInstance Force
String=English,Как красивый жопа ... |
Topic: Can you stop a script action with another script? |
emmanuel d
Replies: 1
Views: 66
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 7:41 pm Subject: Can you stop a script action with another script? |
but is it possible? if yes can I have some tips on how to do it?yes it is, with wm_copydata you comunicate between scripts
[url=http://www.autohotkey.com/docs/commands/OnMessage.htm]http://www.autoho ... |
Topic: Conditional #SingleInstance Force |
emmanuel d
Replies: 10
Views: 487
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 7:11 pm Subject: Conditional #SingleInstance Force |
for a compiled script you can use:#SingleInstance off ; We handle instances ourselves
SingleInstance:=true ; you can read this from a ini file
if SingleInstance
ForceSingleInstance( ... |
Topic: If(OtherInstance)Kill(Other+Self) ; toggle running with run? |
emmanuel d
Replies: 6
Views: 213
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 7:03 pm Subject: If(OtherInstance)Kill(Other+Self) ; toggle running with run? |
if you compile the script, you can use this:#SingleInstance off ; We handle instances ourselves
DetectHiddenWindows, On ; needed to detect the first instance (WinClose)
Process ... |
Topic: Dynamic singleInstance |
emmanuel d
Replies: 3
Views: 101
|
Forum: Ask for Help Posted: Tue Jan 24, 2012 6:34 pm Subject: Dynamic singleInstance |
| or this way: [url=http://www.autohotkey.com/forum/viewtopic.php?p=508037#508037]http://www.autohotkey.com/forum/viewtopic.php?p=508037#508037 |
Topic: Single Instance Force |
emmanuel d
Replies: 7
Views: 228
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2012 6:29 pm Subject: Single Instance Force |
| works now on unicode autohotkey |
Topic: Single Instance Force |
emmanuel d
Replies: 7
Views: 228
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2012 4:51 pm Subject: Single Instance Force |
| Well, if you haven't figured why it does not work with Unicodethe problem is the wm_copydata structure |
Topic: Single Instance Force |
emmanuel d
Replies: 7
Views: 228
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2012 4:25 pm Subject: Single Instance Force |
I'm not totally sure if the commandline input works though, only the first letter seems to show in the MsgBox.
that is becouse you are using unicode version of autohotkey |
Topic: Single Instance Force |
emmanuel d
Replies: 7
Views: 228
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2012 4:16 pm Subject: Single Instance Force |
simple version works for ANSI and UNICODE
1. activates the first instance when a second instance is opened.
#SingleInstance off ; We handle instances ourselves
ForceSingleInstance(& ... |
Topic: Single Instance Force |
emmanuel d
Replies: 7
Views: 228
|
Forum: Scripts & Functions Posted: Tue Jan 24, 2012 4:16 pm Subject: Single Instance Force |
reserved for unicode version
 |
| |