Is there a way to make a string object read only YET still allow to click in to copy the text? I don't want the user to be able to type or delete characters, but still copy the string to paste somewhere else (text editor).
I would imagine it would need a hook and ignore all input (except double click to select all, then Copy).
This would make for a nice addition to the class.
STRINGA_NoInput, TRUE,
Windows has this very handy feature; we need it.
Tue, 2015-04-07 04:00
#1
StringObject ReadOnly