Hey all,
Simple scenario here. I’ve got a textField and want to lock it’s contents after a button is pressed, so the user can’t edit it anymore (temporarily or permanently). I was hoping there would be an isEditable or isEnabled property or setEditable or setEnabled methods to do that, but I found none. Is there a way?
What’s the workaround?
I understand textBox has that property, but I need textField.
Thanks in advance.