I'm not sure I follow you. Can you provide screenshots and source code? Also the size of the text area is proportional to the skin/density so if the text is small it's possible that this is a high DPI screen so the size on the device would be much larger.
On Friday, December 11, 2020 at 12:35:14 AM UTC+2 P5music wrote: > I am trying to have a TextArea in the bottom half of a form with other > components at top. > The TA has to be like an editor, so it should be at full size from the > start. > Now I experience this: > 1-I do not see the TextArea, if I try some mouse clicks about its intended > position, at some time, it appears with just one line and tiny scrollbars > buttons. > 2-If I write multiline text it records my typing and stores into the TA > but I see just the tiny one line TA yet > 3-if I click somewhere the TA appears the size of the typed lines of text, > that is it shows all text I typed, but it is not as large as the available > space. it does not "fills" its parent, that is, its container or the left > space if no container is used to wrap it. > I tried to set its height but it does not work. > > What I have to do? > Maybe I have to use a TableLayout with constraints? > Thanks in advance > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/d5a4b503-77d2-40dc-892a-c86941a8cd81n%40googlegroups.com.
