[Gambas-user] Help component.

Benoit Minisini gambas at ...1...
Wed Mar 29 18:41:04 CEST 2006


On Wednesday 29 March 2006 18:27, GuruLounge - MailLists wrote:
> I tried that, but it DIDN'T work,  by using:
>
> textarea1.text = file.load("myfile.html")
>
> It just displayed the text.  Is there a special way to apply the text to
> the control so it renders HTML?
>
> What DID display HTML was the textlabel control.  This would be workable
> if I could click links and scroll about the page using this control.
>
> Any other ideas?
>
> TIA,
> Jeff
>

Is your HTML strictly valid? Does it begin with the "<html>" markup? 
Otherwise, you can try to set the Path property to the path of your html 
file.

Regards,

-- 
Benoit Minisini





More information about the User mailing list