06-25-2023 03:40 AM
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 ?
06-25-2023 06:06 AM
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.
06-27-2023 03:09 PM
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/