| Author |
Message |
Topic: [module] Toolbar Control 1.0 b1 |
freakkk
Replies: 30
Views: 2530
|
Forum: Scripts & Functions Posted: Wed Jan 09, 2008 5:29 pm Subject: [module] Toolbar Control 1.0 b1 |
OMG!
You are on quite a tear today! Keep em' coming!  |
Topic: Rebar Control Test |
freakkk
Replies: 14
Views: 1068
|
Forum: Scripts & Functions Posted: Wed Jan 09, 2008 5:19 pm Subject: Rebar Control Test |
This is great! Thanks!! |
Topic: GroupAdd and WinClose - I can't make it work |
freakkk
Replies: 2
Views: 152
|
Forum: Ask for Help Posted: Tue Jan 08, 2008 4:27 am Subject: GroupAdd and WinClose - I can't make it work |
Your usage of GroupAdd is fine.. but the A_Index in your loop is literally converting to be the number of the current loop iteration. If you use it as an expression it would work.
SetTitleMat ... |
Topic: Low-level Script Engine Access -- incl. Dynamic Expressions |
freakkk
Replies: 59
Views: 4404
|
Forum: Scripts & Functions Posted: Fri Jan 04, 2008 8:08 pm Subject: Low-level Script Engine Access -- incl. Dynamic Expressions |
Thanks for this new set of toys. Very, very useful indeed!
So I'm just now getting a chance to play around with them.. & I found that I can't utilize pScopeFunc for internal commnads tha ... |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
freakkk
Replies: 283
Views: 15018
|
Forum: Scripts & Functions Posted: Wed Jan 02, 2008 1:35 am Subject: [module] Dock 1.0 (testing 2.0 b3) |
That rules!
Seriously though.. this module provides functionality that I was looking for about 3 or 4 years ago- but was never able to find! I seriously look forward to incorporating i ... |
Topic: [module] CmnDlg FileSelectFile with Multi Filter and more... |
freakkk
Replies: 14
Views: 803
|
Forum: Scripts & Functions Posted: Tue Dec 04, 2007 6:33 pm Subject: [module] CmnDlg FileSelectFile with Multi Filter and more... |
@DerRaphael
Very useful indeed; very clean interface too. Thanks for sharing!!
Perhaps this is how it should be natively implemented...
@Titan
is it possible to upload php and get it execu ... |
Topic: IP Address |
freakkk
Replies: 18
Views: 1418
|
Forum: Scripts & Functions Posted: Wed Nov 28, 2007 10:38 pm Subject: IP Address |
| These are different things. A_IPAddress1 shows the LAN address, most of the time something like 192.168.1.4, but nickromano's script tells the IP address seen from outside of the LAN, like 24.138.252. ... |
Topic: IP Address |
freakkk
Replies: 18
Views: 1418
|
Forum: Scripts & Functions Posted: Wed Nov 28, 2007 10:13 pm Subject: IP Address |
MsgBox, % A_IPAddress1  |
Topic: How to: Run Dynamic Script... Through a Pipe! |
freakkk
Replies: 32
Views: 3754
|
Forum: Scripts & Functions Posted: Wed Nov 28, 2007 8:42 pm Subject: How to: Run Dynamic Script... Through a Pipe! |
This is very useful! I find it quite amazing how simple this turns out to be!!
One of the ideas I had: a custom build of AutoHotkeySC (for compiled scripts) that accepts script content directly vi ... |
Topic: TitleButton 0.31 |
freakkk
Replies: 41
Views: 5890
|
Forum: Scripts & Functions Posted: Fri Oct 12, 2007 6:10 pm Subject: TitleButton 0.31 |
Quick question:
At the very end of Dock_HookHandler()..
if (Dock_event=0x800B) ;or (Dock_event=0x800A) or (Dock_event = 23)
{
; OutputDebug AHK-Dock: %dock_e ... |
Topic: [module] Plugin framework 1.0 |
freakkk
Replies: 17
Views: 1706
|
Forum: Scripts & Functions Posted: Fri Oct 12, 2007 3:24 pm Subject: [module] Plugin framework 1.0 |
This is silly.....
rename plug2.ahk to joe.ahk
edit joe.ahk: change "plug2:" to "joe:"
run PluginHost.ahkMaybe you didn't understand my earlier example; it was intended to repla ... |
Topic: [module] Plugin framework 1.0 |
freakkk
Replies: 17
Views: 1706
|
Forum: Scripts & Functions Posted: Thu Oct 11, 2007 10:38 pm Subject: [module] Plugin framework 1.0 |
It would be nice to have a minimal help which describes which parameters to set to get this framework work with any plugin names.I don't believe this could be any more straight forward..
T ... |
Topic: Plugins for AutoHotkey Compiled Scripts |
freakkk
Replies: 16
Views: 912
|
Forum: General Chat Posted: Mon Sep 17, 2007 2:16 pm Subject: Plugins for AutoHotkey Compiled Scripts |
I once did a junky little engine for carrying out the actions.
I never liked the fact that it was actually two processes-- but I learned to live w/ that.
I was wondering… when the compiled scrip ... |
Topic: TitleButton 0.31 |
freakkk
Replies: 41
Views: 5890
|
Forum: Scripts & Functions Posted: Fri Sep 14, 2007 6:08 pm Subject: TitleButton 0.31 |
This version of Dock is modification of orginal dock which doesn't have exclusion list.O.. I gotcha. I did toy w/ dock-- i jus didn't remember seeing that.......
Also, this should be updated base ... |
Topic: TitleButton 0.31 |
freakkk
Replies: 41
Views: 5890
|
Forum: Scripts & Functions Posted: Fri Sep 14, 2007 4:29 pm Subject: TitleButton 0.31 |
This is a brilliant piece of code.. & serves as an excellant example of Dock_exclude was a built in part of dock module!
Once again-- thanks for this; many many applicable uses...  |
| |