12-10-2019 10:27 AM
I'm trying to open 3 Separate PDF files within a LabVIEW front panel. For some reason, I can only get 2 of the ActiveX containers to show the PDFs. The 3rd one, 2nd one in the block diagram sequence, just shows a white background and never displays the PDF.
Does anyone know why this might be? I've attached the block diagram.
12-10-2019 01:32 PM
What happens if you do NOT close the ActiveX ref?
Ben
12-13-2019 03:24 PM
I think i figured it out: All i did was add a 500msec delay after closing an ActiveX reference and before opening the next one. In this case, the extra time isn't too critical for the end use.
Not sure if there's a better solution to this.