| Author |
Message |
Topic: v1.0.46 released: SubStr() and more expression operators |
hs2
Replies: 112
Views: 10884
|
Forum: Announcements Posted: Mon Dec 04, 2006 1:04 am Subject: v1.0.46 released: SubStr() and more expression operators |
@Chris: You are my number one hero !
@Tuncay: If you don't like it - don't use it
HS2 |
Topic: You got your Perl in my AHK! |
hs2
Replies: 1
Views: 1117
|
Forum: Scripts & Functions Posted: Sat Mar 19, 2005 9:14 pm Subject: You got your Perl in my AHK! |
| This is a really smart solution - great job tinypig ! |
Topic: IfWinActive usage - shame on me... |
hs2
Replies: 7
Views: 382
|
Forum: Ask for Help Posted: Sat Mar 19, 2005 8:21 pm Subject: IfWinActive usage - shame on me... |
Thanks Chris, that's the explanation I was looking for.
Anyway, it's not a big deal 'cause doing
IfWinActive, ahk_class <AHK_CLASS>
IfWinActive, <title-string>
{ ...
is good ... |
Topic: IfWinActive usage - shame on me... |
hs2
Replies: 7
Views: 382
|
Forum: Ask for Help Posted: Sat Mar 19, 2005 6:35 pm Subject: IfWinActive usage - shame on me... |
I re-read the help again (and again):
WinText: If present, this parameter must be a substring from a single text element of the target window. Hidden text elements are detected if DetectHiddenText is ... |
Topic: IfWinActive usage - shame on me... |
hs2
Replies: 7
Views: 382
|
Forum: Ask for Help Posted: Sat Mar 19, 2005 6:03 pm Subject: IfWinActive usage - shame on me... |
Right jonny - tried that already. Missed that in my 1st code snippet.
But as I wrote: no match ... double checked w/ Window Spy - everything looks fine - no idea
Is there a problem using 'ahk_cla ... |
Topic: IfWinActive usage - shame on me... |
hs2
Replies: 7
Views: 382
|
Forum: Ask for Help Posted: Sat Mar 19, 2005 4:48 pm Subject: IfWinActive usage - shame on me... |
Of course I've already checked that - looks good
I'm a bit doubtful concerning the use of ahk_class in conjunction with the WinText part...
Anyway - I use this as an workaround for the time being ... |
Topic: How do i exit game.exe windows process? |
hs2
Replies: 8
Views: 364
|
Forum: Ask for Help Posted: Sat Mar 19, 2005 2:56 pm Subject: How do i exit game.exe windows process? |
Well, maybe just using a shotgun
Run, PsKill.exe game.exe
http://www.sysinternals.com/ntw2k/freeware/pstools.shtml |
Topic: IfWinActive usage - shame on me... |
hs2
Replies: 7
Views: 382
|
Forum: Ask for Help Posted: Sat Mar 19, 2005 2:43 pm Subject: IfWinActive usage - shame on me... |
This doesn't match the Thunderbird Compose window, but why ...
It's intended to specify the window as exact as possible.
IfWinActive, ahk_class MozillaWindowClass, Compose:
What's my mistake/ ... |
Topic: Alt+Tab Action for the Mouse Wheel |
hs2
Replies: 31
Views: 7510
|
Forum: Scripts & Functions Posted: Wed Mar 09, 2005 4:36 pm Subject: best Alt-Tabber |
This one is just the best Alt-Tabber: http://taskswitchxp.sourceforge.net/
I recommend (and use) the latest 'n greatest beta version 2.0b4: best http://sourceforge.net/projects/taskswitchxp/
HS2 |
Topic: An Advanced Technique. |
hs2
Replies: 89
Views: 32563
|
Forum: Scripts & Functions Posted: Mon Feb 28, 2005 8:13 pm Subject: An Advanced Technique. |
The one man project is the reason for my question to an experienced TC forum member, 'cause I know that such tiny things are not vital for tool itself and therefore get a low prio...
Well, Alt-F10 ... |
Topic: An Advanced Technique. |
hs2
Replies: 89
Views: 32563
|
Forum: Scripts & Functions Posted: Mon Feb 28, 2005 5:12 pm Subject: An Advanced Technique. |
That's cool ! Thank you SanskritFritz.
Now I can rewrite my Totalcommander-workaround script:
; workaround TotalCommander: Ctrl-F8 TreeView -> cd to selected dir in LongView in the SAME pan ... |
| |