Hi there!
I built a method that converts an HTML-Input into RTFData like this:
<a href="https://forum.xojo.com/">Xojo Forum</a>
Converts to
{\rtf1\ansi\ansicpg1252{\fonttbl{\f0\fnil Segoe UI;}}{\colortbl\red0\green0\blue0;}\uc0 \ql\f0\fs24 {\field{\*\fldinst HYPERLINK "https://forum.xojo.com/"}{\fldrslt Xojo Forum}}}
When I take this as Input for my Text_Area.StyledText.RTFData it doesnt output anything.
Does the TextArea in Xojo support Hyperlinks or did I do anything wrong with the conversion?
Thanks for your help
5 posts - 3 participants