[Gambas-user] TextEdit and HTML
Matti
math.eber at ...221...
Wed Oct 14 09:28:45 CEST 2009
Somewhere in the mailing archives I've read that a TextEdit could display HTML files "nicely".
But how?
When I do
textstr = File.Load("xyfile.html")
TextEdit1.Text = textstr
a plain text is shown, without any formatting. All the HTML tags are ignored.
And the special chars like äöß are displayed as rectangles.
Is there any way to tell TextEdit to use formatting and encoding?
Thanks
Matti
More information about the User
mailing list