B4J Question HTMLeditor load a page locally

JJ37

Member
Hi I am new to B4J and want to load a HTML page into the HTMLeditor control.

This is what I have tried (without success).

HTMLEditor1.HtmlText = File.OpenInput("c:\","test.html")

test.html is a simple webpage, but it's not showing.
 

JJ37

Member
Thank you sir. May I ask in what situation it is appropriate to open a file stream using Input/OutputStream. Is it to save and load binary data?
 
Upvote 0
Top