D DawningTruth Active Member Licensed User Mar 17, 2019 #1 How do you create a text box like the following variations: A plain text box would be usable, but I would prefer a native Rich Text Box, like the one on the right. Any suggestions?
How do you create a text box like the following variations: A plain text box would be usable, but I would prefer a native Rich Text Box, like the one on the right. Any suggestions?
Erel B4X founder Staff member Licensed User Longtime User Mar 17, 2019 #2 There is no native rich text box in Android. Upvote 0
D DawningTruth Active Member Licensed User Mar 17, 2019 #3 Erel said: There is no native rich text box in Android. Click to expand... Thx, thought that might be the case. Rich text is a nice to have. Is there a multi-line plain text textbox? Something like the one on WhatsApp which is multi-line and allows a carriage return line feed. Upvote 0
Erel said: There is no native rich text box in Android. Click to expand... Thx, thought that might be the case. Rich text is a nice to have. Is there a multi-line plain text textbox? Something like the one on WhatsApp which is multi-line and allows a carriage return line feed.
Erel B4X founder Staff member Licensed User Longtime User Mar 17, 2019 #4 DawningTruth said: Is there a multi-line plain text textbox? Click to expand... Yes. Add an EditText with the designer and set its Multiline property to true. Upvote 0
DawningTruth said: Is there a multi-line plain text textbox? Click to expand... Yes. Add an EditText with the designer and set its Multiline property to true.
D DawningTruth Active Member Licensed User Mar 17, 2019 #5 Erel said: Yes. Add an EditText with the designer and set its Multiline property to true. Click to expand... Thx. Upvote 0
Erel said: Yes. Add an EditText with the designer and set its Multiline property to true. Click to expand... Thx.