| Author |
Message |
Topic: Jimulation - or another aproach to a oop system for ahk |
QuaraMan
Replies: 2
Views: 827
|
Forum: Scripts & Functions Posted: Sun Jun 21, 2009 12:25 pm Subject: Another view of oop can be... |
Following code is a base for a one-function class:
classname(this="",cmd="",param="") {
static
static counter:=0
local splitparam
local class ... |
Topic: Jimulation - or another aproach to a oop system for ahk |
QuaraMan
Replies: 2
Views: 827
|
Forum: Scripts & Functions Posted: Thu Jun 18, 2009 11:13 pm Subject: Jimulation - or another aproach to a oop system for ahk |
Hello all,
I had problems to understand the class library found here in the forum class(cmd,class,objname,name,value)
cmd can be new/set/get or destroy
objname is the object name that ... |
Topic: Redstone - Application Launcher |
QuaraMan
Replies: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 10:09 pm Subject: Redstone - Application Launcher |
| Thank you Fry for answer. |
Topic: Redstone - Application Launcher |
QuaraMan
Replies: 57
Views: 10025
|
Forum: Scripts & Functions Posted: Wed Jul 16, 2008 9:57 pm Subject: Redstone - Application Launcher |
Hello joebodo,
I love the interface and your plugin style.
But I have a question: When is it possible to use your program at my work.
I look for such a beast for years and now I have found it, b ... |
| |