I recently upgraded to CVI 7.0 (from 5.0.1) at work. I opened up one of the projects I'd been working on in the older version of LabWindows, and started chugging away.
I put in a call to PrintPanel() to get a hardcopy of the panel - nothing fancy - an XY plot with around 200 points at most, 8-10 text fields, a start and stop button, and a list box.
Anyway, when I compiled/ran the program, and it hit the print call, it took almost 30 seconds to finish the print spool/output. I kept an eye on the print manager the next time I ran it, and saw the file size spooling to the printer hit 59 MB!
The size of the print job doesn't concern me as much as the time it takes to execute the print job does. Using CVI 5.0.1 previously, the call to Pr
intPanel() was over and done with at the click of an 'OK' button. I have a feeling I'm missing a setting or preference, but I can't see what else there is to fiddle with.
Printing as a bitmap was much quicker, but I really didn't like the jagginess/blockiness of the end product.
Any ideas on a better/faster/smaller method, or a parameter to change to get PrintPanel a little zippier?
Thanks
Thomas McManus