This problem is occurring on labview 6.1 w/ win2K. NI has confirmed the problem and claims it is to be fixed in the next version of LabVIEW.
I am not sure why test.vi is crashing on you guys. Here, try this:
Open a new VI. Nest 3 tab controls on the FP. Cut and paste the diagram code from the attached VI onto your diagram, and then place the web browser control on the innermost tab control on page 2. Put a while loop on your diagram with 'wait (ms)' fx (use 100 msec delay) inside it and 'stop' button attached to terminal (terminal should be set to stop when true). Browswer code you originally pasted in should be outside the while loop. Now run the code. If it behaves ok, then close it, exit labview, and reopen. I have problem
s both in edit mode, and most importantly, in run mode.
I had originally tried using property nodes to make the browser visible only when the specific tab was selected containing the browswer. It worked first time, then I closed the VI, reopended, had property node set to false and it still showed thru other tabs!! So it was an erratic problem that I cannot control.
My workaround at this point is to have a separate subVI called dynamically from the tab control page. The front panel of the subvi contains the activeX browser container and I give the subvi windows always on top property with winutils VIs. This way it becomes a floating window. It is aborted and closed when user leaves the tab page.
I also have no idea why the identifier is saying I am Bill Thompson as I am Don Roth (donald.j.roth@nasa.gov)
Sincerely,
Don