important-flower-40549
08/10/2021, 1:06 PMimportant-flower-40549
08/10/2021, 1:08 PMimportant-flower-40549
08/10/2021, 1:08 PMbright-gpu-74537
08/10/2021, 1:17 PMbright-gpu-74537
08/10/2021, 1:18 PMimportant-flower-40549
08/10/2021, 1:21 PMimportant-flower-40549
08/10/2021, 1:21 PMimportant-flower-40549
08/10/2021, 1:23 PMimportant-flower-40549
08/10/2021, 1:23 PMpowerful-morning-89
08/10/2021, 1:25 PMbright-gpu-74537
08/10/2021, 1:26 PMbright-gpu-74537
08/10/2021, 1:27 PMimportant-flower-40549
08/10/2021, 1:30 PMimportant-flower-40549
08/10/2021, 1:30 PMbright-gpu-74537
08/10/2021, 1:31 PMimportant-flower-40549
08/10/2021, 1:32 PMbright-gpu-74537
08/10/2021, 1:32 PMbright-gpu-74537
08/10/2021, 3:29 PMbright-gpu-74537
08/10/2021, 3:30 PMxml
<hbox>
<image width="640" height="400" resource="file://C:\Temp\haxeui\issues\haxeui-core-images\build\hxwidgets\test.png" />
<image width="640" height="400" resource="file://test.png" />
</hbox>purple-businessperson-14467
08/10/2021, 10:19 PMimportant-flower-40549
08/11/2021, 3:42 AMimportant-flower-40549
08/11/2021, 3:43 AMsilly-pizza-19516
08/11/2021, 4:05 AMtextarea.getTextInput().textField doesn't write text to the textfield, and simply displays blank. I've tried using textarea.getTextInput().textField.text = data; ,textarea.getTextInput().textField.htmlText = data; and the textfield .appendText() function, but none of these work. Using textarea.text does write text correctly, but the text area has no htmlText property (unless the name for the property is different).silly-pizza-19516
08/11/2021, 4:06 AMtextArea or the openfl textField.bright-gpu-74537
08/11/2021, 5:27 AMbright-gpu-74537
08/11/2021, 5:27 AMbright-gpu-74537
08/11/2021, 5:29 AM@:privateAccess myTextfield.getTextInput().tf.htmlText work?bright-gpu-74537
08/11/2021, 8:52 AMbright-gpu-74537
08/11/2021, 8:52 AMhaxe
myTextArea.text = "<font color='#ff4444'>Red</font>, <font color='#44ff44'>Green</font>, <font color='#4444ff'>Blue</font>";
myTextField.text = "<font color='#ff4444'>Red</font>, <font color='#44ff44'>Green</font>, <font color='#4444ff'>Blue</font>";
myLabel.text = "<font color='#ff4444'>Red</font>, <font color='#44ff44'>Green</font>, <font color='#4444ff'>Blue</font>";bright-gpu-74537
08/11/2021, 8:53 AM.text or .htmlText, haxeui will attempt to guess the appropriate property based on the content (as it already does with Label)