Hello (quarks),
I have a text field where I would like to show text that should not be edited. Works fine, except when the text doesn't fit inside the width of the text field. No scrolling is possible, unless I enable the GTextField.
- GTextField displayGroupTF = new GTextField(this, "Uneditable ............................. text", 10, 10, 20, 20, false);
- displayGroupTF.setEnabled(false);
I'm using a newer version of G4P, 2.0.1, with Processing version 1.5.1.
Sorry if I overlooked an existing way to accomplish this. I could create a callback that resets the text for any CHANGED event, I guess.
Thanks!
bbc
1