| View previous topic :: View next topic |
| Author |
Message |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Thu Jan 14, 2010 7:19 pm Post subject: A_GuiControl - more than 63 characters? |
|
|
Hi,
in the help I found this:
| Quote: | | A_GuiControl instead contains the first 63 characters of the control's text/caption |
wtf.. Is there a way to avoid this? To use more than 63 characters?
| Code: | | ControlGetText,filetest,Static1 | doesn't came up for me because i dont know the Static thing.. So i dont know if its Static1 or 7 or 9, etc.
And I noticed a bug (or a feature ):
| Code: | | GuiControlGet,outputvar,command,controlid |
don't work:
| Quote: | | Parameter #2 is invalid |
wtf..
thx in advance!
lg DHMH
PS:
There must be Something for A_GuiControl because there is a dynamic list of pictures.. |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 3254 Location: Simi Valley, CA
|
Posted: Fri Jan 15, 2010 4:44 am Post subject: |
|
|
You can always use the 'HWNDvarname' option when creating the controls. Of course, this doesn't help with GuiControl (you'll have to use Control instead). If you want to know which picture the user clicked, MouseGetPos has an option to retrieve the control's HWND. _________________ Ternary (a ? b : c) guide TSV Table Manipulation Library
Post code inside [code][/code] tags! |
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Fri Jan 15, 2010 9:57 am Post subject: |
|
|
mmh...
I will try it @ home, later...
Thank you!
lg DHMH |
|
| Back to top |
|
 |
DHMH
Joined: 17 Jul 2008 Posts: 225
|
Posted: Sat Jan 16, 2010 11:11 am Post subject: |
|
|
| thank you, it's working! |
|
| Back to top |
|
 |
|