|
When using the GUI TextField, do you guys know if it is possible to make the text in the TextField selected from code?
(comments are locked)
|
|
Focusing the TextField should, IIRC, select it's text, when it is not already focused. Try Unfortunately, that does not seem to work.
May 21 '10 at 04:04 PM
KvanteTore
Yep, doesn't work. Well, it does maybe the first time or something, but nothing reliable. Anyone else know of a way?
Sep 07 '11 at 01:10 AM
Waz
You must first focus something else (doesn't matter what, so long as it exists, "" or null will not suffice). Bit of an ugly kludge, but seems to work.
Sep 07 '11 at 01:16 AM
Waz
(comments are locked)
|
