I see the simulator does not render any text. Thoughts?
Regards. On Thursday, April 11, 2019 at 2:03:22 PM UTC-4, [email protected] wrote: > > I understand, Thanks. > I can look deeper into the RichTextView class. > > > On Wednesday, April 10, 2019 at 12:08:19 PM UTC-4, Dave Dyer wrote: >> >> Text is an interface that mostly mimics strings, but it's part of a group >> of interfaces I use to build my GUIs, not something >> you could just pull out and plug into your applications. You have to >> take the whole village, and I haven't engineered the >> villiage for export and general use. >> >> The key things are that Text has string-like methods such as "append" and >> "getWidth", and interfaces with a canvas proxy >> that supports things like"draw". I produce widgets that look like this >> using Text objects, using essentially the same logic that >> was once based on strings. >> > -- 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]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/36cf363a-cd05-4922-9db8-42972a2a2e9f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
