| Author |
Message |
Topic: populating a treeview with folders and files |
LBJ
Replies: 2
Views: 538
|
Forum: Ask for Help Posted: Mon Mar 30, 2009 6:15 am Subject: populating a treeview with folders and files |
G'day Webber,
Without bothering with the icons at all...
Gui, Add, TreeView, w300 r20
SplitPath, A_AhkPath,, ExamplePath
AddSubFolderToTree(ExamplePath)
Gui, Show, Center, File List T ... |
Topic: Accessing a Global variable |
LBJ
Replies: 5
Views: 465
|
Forum: Ask for Help Posted: Mon Mar 30, 2009 4:05 am Subject: Re: Accessing a Global variable |
G'day Sergio,
So to ask my question; How can I create a variable which will be seen across different functions?
Expanding on from your own code snippet...
SetDefaults()
{
glo ... |
Topic: External Encryption works with Autoit3, but not AHK |
LBJ
Replies: 3
Views: 732
|
Forum: General Chat Posted: Tue Mar 24, 2009 2:51 am Subject: Re: External Encryption works with Autoit3, but not AHK |
I just want to provide ample protection to my Autohotkey program.
I can't answer your original question, I'm sorry, but I would suggest that it's probably a moot consideration in any case.
Becau ... |
Topic: Cancel Loop if GUI Button is pressed |
LBJ
Replies: 6
Views: 622
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 11:52 pm Subject: Cancel Loop if GUI Button is pressed |
You'd probably prefer...
Sleep, -1
"Sleep -1": A delay of -1 does not sleep but instead makes the script immediately check its message queue. This can be used to force any pending inte ... |
Topic: Autohotkey Source |
LBJ
Replies: 2
Views: 647
|
Forum: General Chat Posted: Tue Dec 16, 2008 1:35 am Subject: Autohotkey Source |
http://www.autohotkey.com/download/
Regards,
LBJ |
Topic: Logical Key State inside Hotkey |
LBJ
Replies: 7
Views: 1163
|
Forum: Ask for Help Posted: Tue Dec 09, 2008 8:36 am Subject: Logical Key State inside Hotkey |
Should have mentioned that other scripts I'm running install the keyboard hook.
Yes. In that case you want...
#UseHook On
~Z::
keystate:=GetKeyState("Z")
MsgBox, ... |
Topic: Logical Key State inside Hotkey |
LBJ
Replies: 7
Views: 1163
|
Forum: Ask for Help Posted: Tue Dec 09, 2008 7:42 am Subject: Logical Key State inside Hotkey |
It returns 1 for me using the current AHK version and D if I use...
GetKeyState, keystate, Z |
Topic: [ARCHIVED THREAD] SciTE4AutoHotkey [USE VERSION 3 INSTEAD] |
LBJ
Replies: 72
Views: 21917
|
Forum: Scripts & Functions Posted: Sun Nov 09, 2008 1:16 am Subject: [ARCHIVED THREAD] SciTE4AutoHotkey [USE VERSION 3 INSTEAD] |
In the default installation, the call tips function works oddly - at least for my coding style, and obviously for others in this thread also.
If comma placement is not exactly where it expects, the ... |
Topic: Invoking directly ContextMenu of Files and Folders |
LBJ
Replies: 61
Views: 17828
|
Forum: Scripts & Functions Posted: Mon May 05, 2008 11:44 am Subject: Invoking directly ContextMenu of Files and Folders |
| I've played with this for most of the afternoon now and I've looked at a lot of incomplete pieces of related information, but I can't make this work with a group of selected files rather than just one ... |
Topic: RSecure Software - RSecure PC Lock |
LBJ
Replies: 28
Views: 2457
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 5:23 am Subject: RSecure Software - RSecure PC Lock |
It would be nice if you could take down the source code.
Certainly. Done. |
Topic: RSecure Software - RSecure PC Lock |
LBJ
Replies: 28
Views: 2457
|
Forum: Scripts & Functions Posted: Fri May 02, 2008 12:19 am Subject: RSecure Software - RSecure PC Lock |
OK. I'm confused, but totally willing to comply.
then it is not secure. would you like some of the source code?
lol, go for it. That way I can make a patch.
I'm waiting........
lol
i go ... |
Topic: RSecure Software - RSecure PC Lock |
LBJ
Replies: 28
Views: 2457
|
Forum: Scripts & Functions Posted: Thu May 01, 2008 1:38 am Subject: RSecure Software - RSecure PC Lock |
There may be two different conversations in play here.
The thing is, you guys can manipulate it and do whatever it is you do, but the version I created is on my website and will keep your system sa ... |
Topic: 1.0.47.06 Array references when Gui is within a function |
LBJ
Replies: 2
Views: 575
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 10:24 pm Subject: 1.0.47.06 Array references when Gui is within a function |
The work around in your second script is to define your array as global.
I hope this is helpful...
Thanks jballi. That's what I ended up doing, and yes, you were helpful.
I did a bit of head ... |
Topic: 1.0.47.06 Array references when Gui is within a function |
LBJ
Replies: 2
Views: 575
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 7:37 am Subject: 1.0.47.06 Array references when Gui is within a function |
The following two code examples show the same gui with the exception that the second version is wrapped in a function.
In each instance I've created a simple two element array with items fArray1 = ... |
Topic: Wildcard Folders |
LBJ
Replies: 17
Views: 2499
|
Forum: Wish List Posted: Tue Mar 11, 2008 10:56 am Subject: Wildcard Folders |
if (i:=RegExMatch(Pattern,"(?<=That would allow wildcards only at the end of the name. Notice the pattern I used in my test: ?u*y.
You're absolutely correct of course.  |
| |