LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Web Browser

hello guys ...

I want to use the web browser of Labview (web browser Block) to open and display a website. I use the "ActiveX Event Callback.vi" example of Labview. but the web pages don't display correctly (menu bars, Fonts, ... don't display correctly actually) and every time I received Script Error. ( I think it related to Js scripts and must be enabled )

Is there any solution to solve this problem ?

 

0 Kudos
Message 1 of 3
(707 Views)

You are using VIs that are probably using internally the Windows ActiveX Web Viewer class. That is a very old implementation that in fact only implements an old version of Internet Explorer. The Web has since moved on and that old Internet Explorer engine can not properly render modern web sites.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 3
(667 Views)

I use this and have been able to load things like web exports from game engine development suites https://www.vipm.io/package/sklein_lib_webview2/

~ The wizard formerly known as DerrickB ~
Gradatim Ferociter
0 Kudos
Message 3 of 3
(611 Views)