| Author |
Message |
Topic: An 'always active' GUI? |
free2code
Replies: 4
Views: 343
|
Forum: Ask for Help Posted: Mon Dec 08, 2008 6:53 am Subject: An 'always active' GUI? |
| In other words, I suppose what I'm looking for is a GUI that only allows mouse events within its window, possibly also keyboard events too.. |
Topic: An 'always active' GUI? |
free2code
Replies: 4
Views: 343
|
Forum: Ask for Help Posted: Mon Dec 08, 2008 6:51 am Subject: An 'always active' GUI? |
| This is good, but what I really need is to detect a mouse click event outside of the GUI Window that would cause it to be no longer active... |
Topic: An 'always active' GUI? |
free2code
Replies: 4
Views: 343
|
Forum: Ask for Help Posted: Mon Dec 08, 2008 6:23 am Subject: An 'always active' GUI? |
Is it possible to make your GUI not just AlwaysOnTop but also AlwaysActive, so it becomes like a MsgBox? I'm just not sure what the best way to go about this is. Any help would be appreciated.
Than ... |
Topic: Blockinput to specific application? |
free2code
Replies: 6
Views: 527
|
Forum: Ask for Help Posted: Sun Nov 30, 2008 11:56 pm Subject: Blockinput to specific application? |
Thanks for all your suggestions.
The problem with this method:
run, notepad
Winwait, ahk_class Notepad
WinSet, Disable, , ahk_class Notepad
MsgBox
WinSet, Enable, , ahk_class Notepad
... |
Topic: Blockinput to specific application? |
free2code
Replies: 6
Views: 527
|
Forum: Ask for Help Posted: Wed Nov 26, 2008 10:10 pm Subject: Blockinput to specific application? |
Hi All,
I'm just wondering if it's possible to blockinput to a specific application rather than to everything? |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
free2code
Replies: 231
Views: 59813
|
Forum: Scripts & Functions Posted: Wed Nov 26, 2008 10:07 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
Thanks again, Erictheturtle, that was very helpful  |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
free2code
Replies: 231
Views: 59813
|
Forum: Scripts & Functions Posted: Mon Nov 24, 2008 2:08 am Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
Erictheturtle, here's what I've discovered. What you advised only works with a Sub and not a Function, for some reason. So it works for:
WS_Exec("CSUpdate " . VBStr(Val) ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
free2code
Replies: 231
Views: 59813
|
Forum: Scripts & Functions Posted: Mon Nov 24, 2008 12:24 am Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
One more quick question, how do you send multiple parameters to a function? I haven't been able to get this to work:
WS_Eval(Success, "CSUpdate VBStr(Var1), VBStr(Var2), VBStr(Var3), VBStr(Va ... |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
free2code
Replies: 231
Views: 59813
|
Forum: Scripts & Functions Posted: Sat Nov 22, 2008 11:41 pm Subject: Embedded Windows Scripting (VBScript & JScript) and COM |
Thanks erictheturtle, that's been a huge help  |
Topic: Embedded Windows Scripting (VBScript & JScript) and COM |
free2code
Replies: 231
Views: 59813
|
Forum: Scripts & Functions Posted: Fri Nov 21, 2008 10:09 am Subject: Endless troubles parsing strings to function with ws4ahk.ahk |
I've had endless troubles trying to get strings through into the
Code
(
'Section
)
At first, I was trying to parse the strings into a function, but had no luck whatsoever. The only way I could ... |
Topic: Possible bug in testing var type 'alpha' |
free2code
Replies: 2
Views: 397
|
Forum: Ask for Help Posted: Sun Oct 19, 2008 11:40 pm Subject: Possible bug in testing var type 'alpha' |
Thanks for the quick reply  |
Topic: Possible bug in testing var type 'alpha' |
free2code
Replies: 2
Views: 397
|
Forum: Ask for Help Posted: Sun Oct 19, 2008 11:02 pm Subject: Possible bug in testing var type 'alpha' |
| I think I might have found a bug using Autohotkey v1.0.47.05 in testing a string to see if it is type 'Alpha'. The specification says, "True if var is empty or contains only alphabetic character ... |
| |