I have graphic problem with TextArea in IOS: when I change the page of my app the component TextArea stay fixed in exposition, is a way to make TextField multiline in order to use it alternatively? Thank you.
Asked
Active
Viewed 490 times
0
-
3First of all `TextField ` never be multi lined so use `textview`. and second thing, if you'r asking question then give details about your question because we can't understand your requirement with a single line, as it depends of your question level. If you don't ask question properly then your post will downvoted by many users and promoted to be close. – dahiya_boy Jan 20 '17 at 10:43
-
@the_dahiya_boy sorry I edited now my question – Denise Jan 20 '17 at 11:03
-
@BoHalim I can't solve with css, I explain better the problem: when I change the page of my app the component TextArea stay fixed in exposition and doesn't disappear. – Denise Jan 20 '17 at 11:04
-
Use textView it is already a multilined. – dahiya_boy Jan 20 '17 at 11:11
-
1@Denise What do you mean by --> **use it alternatively** ?? – dahiya_boy Jan 20 '17 at 11:15
-
I'm using JavaFx abnd the javafxmobile plugin, I didn't have it . – Denise Jan 20 '17 at 11:16
-
@the_dahiya_boy use TextField or another component for multiline in alternative to TextArea. – Denise Jan 20 '17 at 11:18
-
@Denise Still not getting you. Sorry. – dahiya_boy Jan 20 '17 at 11:22
-
@the_dahiya_boy I try to explain better: I want to use a text component that implements multiline instead TextArea. I can't use textview on javafx. – Denise Jan 20 '17 at 11:28
-
@Denise And textfieid can''t be multi line. – dahiya_boy Jan 20 '17 at 11:32
-
It might helps you [textfield-based-on-content](http://stackoverflow.com/questions/28389913/resize-textfield-based-on-content) – dahiya_boy Jan 20 '17 at 11:36
-
2@the_dahiya_boy Please read the tags on the question. This is a question about JavaFX. – James_D Jan 20 '17 at 12:57