L
lrantisi
I have a textfield object.
When I enter a text on it, I empty it and put that text in another
textfield object.
But when I let this happen after pressing the (Enter ) button of my
keyboard over the first textfield, I see that, after I empty the first
textfield with :
firsttext.setText("");
that it still have the (Enter) in it. So when I enter this text field
again I find that my caret is positioned in the second line, because
the textfield still has the (Enter) in it.
How can I solve this problem..???? I want to get rid of the (Hidden)
enter
Thanks
When I enter a text on it, I empty it and put that text in another
textfield object.
But when I let this happen after pressing the (Enter ) button of my
keyboard over the first textfield, I see that, after I empty the first
textfield with :
firsttext.setText("");
that it still have the (Enter) in it. So when I enter this text field
again I find that my caret is positioned in the second line, because
the textfield still has the (Enter) in it.
How can I solve this problem..???? I want to get rid of the (Hidden)
enter
Thanks