LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded IE Control w/ Java Applet

I have an embedded IE Control that loads a local HTML file that calls a remote Java applet. It sounds pretty complicated, but it works, and it's the only way I can think of to display an applet on the front panel.

So a couple questions:

- Because of the nature of the IE ActiveX control, the Java applet starts when the VI is loaded, whether it's actually running or not. Is there a way to stop the rendering of the page (or stop the applet) when the VI stops?

- I have the IE control sized to the exact dimensions of my Java applet. But there are still two grayed-out scroll bars present. How do I get rid of those?
0 Kudos
Message 1 of 2
(2,762 Views)
Is your vi's front panel set to display when loaded? If yes you might be able to set that to false, then only open when run, or use an invoke node to open it when needed. Just a thought as I haven't tried the imbedded ActiveX IE before.


P.M.
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 2
(2,759 Views)