Replies: 6 comments 9 replies
-
It doesn't work that way. If you are not dealing with formatted text (with XML tags) or embedded graphics, then EDIT: Sorry, I totally missed the point of the post. The specific issue is that it's not clearing the contents, but appending the new text to the existing contents; it wasn't about setting a string as |
Beta Was this translation helpful? Give feedback.
-
As @rh101 has written:
You can try re-create with: (removeChild() and addChild())
|
Beta Was this translation helpful? Give feedback.
-
I don't know why there was no implement for |
Beta Was this translation helpful? Give feedback.
-
I created PR for this isssue. Can you help to merge?
|
Beta Was this translation helpful? Give feedback.
-
Is this not the better/same way?
and |
Beta Was this translation helpful? Give feedback.
-
Done with commit: a4e75d4 |
Beta Was this translation helpful? Give feedback.
-
I’d like to change my RichText’s content from "abc", to "def", but it’s not clear how. There’s no setString equivalent, and the closest is just calling initWithXML, but that comes with its own issues since the old renderer nodes are still present.
Beta Was this translation helpful? Give feedback.
All reactions