05-28-2014 01:34 PM
Using LV2010. In my app, I must print the current display, but the problem I'm having is that the print operation seems to be invoked before the display updates complete. It does this even though the print is arranged, in a sequence, to occur after the display has been loaded with the required information. I can put in a time delay for some number of milliseconds, but I'd rather test the display to see if it's done with the update. Is there a way to do this? Thanks.
05-28-2014 01:50 PM
Do something to force the front panel to redraw. Something like setting the Defer Front Panel Updates to False.
05-28-2014 02:18 PM
I'll look into that. Thanks.