This is a really basic question, and I feel like I’m probably overlooking something extremely obvious.
I’m working on a text-based application, and it’s important that users aren’t able to muck about with certain portions of it. OK, I thought, I’ll just set textField.selectable=false right after I’ve created the text field.
For some reason, though, this has no effect at all - everything’s still selectable.
What am I doing wrong here?
Thanx.