How can I eliminate a GTextField (G4P)
in
Contributed Library Questions
•
8 months ago
Hi, I would like to know if there is a way to erase from the screen a GTextField.
I need this because I want to add a line of GTextFields when i click on a button, and then if i click on another button i want to delete the last line of GTextFields.
I tried to just setVisible(false) them, but it says I can't.
Tried also with MyTextField.dispose(), and it is disposed, but not erased from the screen.
other ways?
Thanks, Davide.
I need this because I want to add a line of GTextFields when i click on a button, and then if i click on another button i want to delete the last line of GTextFields.
I tried to just setVisible(false) them, but it says I can't.
Tried also with MyTextField.dispose(), and it is disposed, but not erased from the screen.
other ways?
Thanks, Davide.
1