LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTML preview on front panel

Solved!
Go to solution

Hi!

 

Is it possible to preview a text that contains HTML tags on the front panel as HTML?

I'd like to see my html report result before i save it into file. 

Thanks 

0 Kudos
Message 1 of 6
(3,735 Views)

Hi wasz,

yes it's possible. You can use the ActiveX WebBrowser.

 

Mike

0 Kudos
Message 2 of 6
(3,730 Views)

Hmm! Thanks!

And how portable is it? Does it work if i build an executable from my project and then use it on another PC? I guess that the only requirement would be the same browser on that machine.

I found an example in LV, using IE with activex. Did you mean that?

Thanks 

0 Kudos
Message 3 of 6
(3,723 Views)

One more question.

I tried it and it works for URLs, and HTML files on my hard disk, but i would like to use it with strint constants that contain HTML formatted text. I do not want to save it first. is IT possible with this?

Thanks 

0 Kudos
Message 4 of 6
(3,717 Views)
Solution
Accepted by topic author wasz

Hi wasz,

afaik it's not possible. You can only load urls or files.

 

Mike

Message 5 of 6
(3,710 Views)

ok.

Thank You! 

0 Kudos
Message 6 of 6
(3,708 Views)