| View previous topic :: View next topic |
| Author |
Message |
valenfor
Joined: 26 Feb 2005 Posts: 20
|
Posted: Mon Apr 25, 2005 5:15 pm Post subject: Gui's gLabels and functions |
|
|
Can someone correct me if I am wrong, but you cannot use a function in a gui GLabel spot correct? Anyone have a good idea how to do it or is only way with a label setup that calls the function?
Thanks.
V |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Mon Apr 25, 2005 6:43 pm Post subject: |
|
|
| Functions are fundamentally different from labels, in that they are meant for use in expressions. The exception is when one is seen on a line by itself, but even then it may be thought of as a stand-alone expression. In the future there will hopefully be more thorough integration, but labels have been a part of AutoHotkey for a very long time and functions are very young, so we'll have to deal with some limitations for a while. |
|
| Back to top |
|
 |
valenfor
Joined: 26 Feb 2005 Posts: 20
|
Posted: Mon Apr 25, 2005 9:40 pm Post subject: |
|
|
Thanks for the reply Jonny, I fully understand what your saying and well I certainly am not going to be kicking AHK out of bed for it
Just glad to have functions as is thanks for comments. |
|
| Back to top |
|
 |
|