| Author |
Message |
Topic: Rotary knob for a Gui. |
ahklerner
Replies: 32
Views: 1176
|
Forum: Ask for Help Posted: Sat Mar 26, 2011 2:15 am Subject: Rotary knob for a Gui. |
it is almost ready!
http://autohotkey.net/~nkruzan/knob.png |
Topic: order of setting base.__get and base.__set in ahk_l |
ahklerner
Replies: 2
Views: 119
|
Forum: Ask for Help Posted: Tue Mar 22, 2011 5:55 am Subject: order of setting base.__get and base.__set in ahk_l |
I'd have to study the object documentation some more to explain exactly why it doesn't behave the same here:
I looked and didnt see anything... if you do, please elighten me
AutoHotkey_L Objects ... |
Topic: order of setting base.__get and base.__set in ahk_l |
ahklerner
Replies: 2
Views: 119
|
Forum: Ask for Help Posted: Tue Mar 22, 2011 4:45 am Subject: order of setting base.__get and base.__set in ahk_l |
Can someone explain to me please?
why
; this works in this order
;Object.base["__Get"] := "Script@Get"
;Object.base["__Call"] := "Scr ... |
Topic: Rotary knob for a Gui. |
ahklerner
Replies: 32
Views: 1176
|
Forum: Ask for Help Posted: Mon Mar 21, 2011 11:35 pm Subject: Rotary knob for a Gui. |
| ive been busy updating other libs to support this...i noticed someone else has a post about gdi controls, maybe that code could be adapted by someone if they are ansy |
Topic: Autohotkey for Pocket PCs / WinCE / Smartphones |
ahklerner
Replies: 443
Views: 97108
|
Forum: Scripts & Functions Posted: Mon Mar 21, 2011 3:33 pm Subject: Autohotkey for Pocket PCs / WinCE / Smartphones |
Working on Symbol MC70 Windows Mobile 5.0 OS 5.1.70
http://www.motorola.com/web/Business/Products/Mobile%20Computers/Handheld%20Computers/MC70/_Images/Static%20Files/B2B_Product_MC70_MD_US-EN.jpg |
Topic: gui.ahkl - a gui object for AutoHotkey_L v.1a |
ahklerner
Replies: 13
Views: 2143
|
Forum: Scripts & Functions Posted: Sat Mar 19, 2011 2:49 pm Subject: gui.ahkl - a gui object for AutoHotkey_L v.1a |
| also in the mix is modding this to allow easy custom controls, like the rotary knob for example. i have proof of concept, but its messy |
Topic: gui.ahkl - a gui object for AutoHotkey_L v.1a |
ahklerner
Replies: 13
Views: 2143
|
Forum: Scripts & Functions Posted: Sat Mar 19, 2011 2:42 pm Subject: gui.ahkl - a gui object for AutoHotkey_L v.1a |
i am working on rewriting the gui object first, it was really convoluted, also some new stuff in ahk will make coding easier.
the problem with adding the control before the gui is there is no way t ... |
Topic: LowLevel & dynamic code |
ahklerner
Replies: 172
Views: 42558
|
Forum: Scripts & Functions Posted: Sat Mar 19, 2011 2:27 pm Subject: LowLevel & dynamic code |
myfunc(otherfunc, params*) {
return %otherfunc%(params*)
}
However, ByRef is not supported.
;some code here to turn params into p1 etcIt's already an array. There's n ... |
Topic: LowLevel & dynamic code |
ahklerner
Replies: 172
Views: 42558
|
Forum: Scripts & Functions Posted: Fri Mar 18, 2011 5:18 pm Subject: LowLevel & dynamic code |
i dont really see how that is relevant, could you explain more?
even utilizing that i dont see how i can avoid
;fake code
somefunctioniknownothingabout(p1=1,p2=1,p3=1){
MsgBox ... |
Topic: LowLevel & dynamic code |
ahklerner
Replies: 172
Views: 42558
|
Forum: Scripts & Functions Posted: Fri Mar 18, 2011 1:53 pm Subject: LowLevel & dynamic code |
AutoHotkey_L Revision 28+
# Some functions of LowLevel.ahk and code.ahk are not supported. Use at your own risk.
maybe this is already answered somewhere, but
Is there an elegant way (that wil ... |
Topic: Keeping multiple GUI in layer order |
ahklerner
Replies: 2
Views: 132
|
Forum: Ask for Help Posted: Thu Mar 17, 2011 11:44 pm Subject: Keeping multiple GUI in layer order |
does this help any?
;make gui always on top
Gui, +AlwaysOnTop
Gui, Show, h500 w500
; Make #2 window owned by #1 window. & a toolwindow and alwaysontop
gui, 2:+owner1 +ToolWindow +Alway ... |
Topic: AHK_L -> failure in kernel32.dll |
ahklerner
Replies: 2
Views: 210
|
Forum: Ask for Help Posted: Thu Mar 17, 2011 10:50 pm Subject: AHK_L -> failure in kernel32.dll |
can you give an example script that fails?
also the source commit notes say 2000 SP4 is a requirement
https://github.com/Lexikos/AutoHotkey_L/commit/61e045618abae5a60f08e42d9a4bda264e280fb3 |
Topic: WindowPanes - virtual desktop manager |
ahklerner
Replies: 8
Views: 1053
|
Forum: Scripts & Functions Posted: Thu Mar 17, 2011 10:14 pm Subject: WindowPanes - virtual desktop manager |
Nice!
you can make windows handle the hiding and showing the windows all at once, by using DeferWindowPosition function (look on msdn)
see here for example usage http://www.autohotkey.com/forum/ ... |
Topic: some code i have |
ahklerner
Replies: 7
Views: 365
|
Forum: General Chat Posted: Thu Mar 17, 2011 7:04 pm Subject: some code i have |
ha it guess its been here all along.
http://www.autohotkey.com/forum/viewtopic.php?p=429783#429783 |
Topic: gui.ahkl - a gui object for AutoHotkey_L v.1a |
ahklerner
Replies: 13
Views: 2143
|
Forum: Scripts & Functions Posted: Thu Mar 17, 2011 7:02 pm Subject: gui.ahkl - a gui object for AutoHotkey_L v.1a |
| WOW they are here LOL |
| |