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 |
|
As @rh101 has written:
You can try re-create with: (removeChild() and addChild()) |
|
I don't know why there was no implement for |
|
I created PR for this isssue. Can you help to merge? |
|
Is this not the better/same way? and |


Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions