xulihang Active Member Licensed User Longtime User Mar 1, 2019 #1 I want to make special texts like <g>, d% shown as images in textarea. Is there a simple solution to do this? It is like a simple richtext editor. TextFlow may be a feasible solution but I need to input text in it like textarea.
I want to make special texts like <g>, d% shown as images in textarea. Is there a simple solution to do this? It is like a simple richtext editor. TextFlow may be a feasible solution but I need to input text in it like textarea.
xulihang Active Member Licensed User Longtime User Mar 1, 2019 #2 As this article says, maybe using webview to show a rich text editor is easier: https://www.namekdev.net/2016/03/javafx-comparison-of-rich-text-components/ Upvote 0
As this article says, maybe using webview to show a rich text editor is easier: https://www.namekdev.net/2016/03/javafx-comparison-of-rich-text-components/
MarkusR Well-Known Member Licensed User Longtime User Mar 2, 2019 #3 i made an experiment where i exchange the textbox with an rendered image after lost focus. Attachments Image in Text.zip 3.2 KB · Views: 300 Upvote 0
xulihang Active Member Licensed User Longtime User Mar 2, 2019 #4 Thanks Markus, this is a workaround. But I find that an editable TextFlow which can display text and images is what I really need. Upvote 0
Thanks Markus, this is a workaround. But I find that an editable TextFlow which can display text and images is what I really need.