06-30-2011 01:59 PM
Hi All,
I have an application with several panels. Two of these panels have several sub-panels each including tabbed panels. When I call them up they load slowly, but not too bad while I have the application in debug mode. When I build and deploy, my tester is seeing huge delays in the loading of these panels. I have tried peppering the code with ProcessDrawEvents() calls which don't seem to make much difference.
Any suggestions are welcome.
Thanks in advance.
Judy
06-30-2011 02:01 PM
Almost forgot. I am attaching an example...
07-01-2011 04:03 PM
Hi Judyh,
I was wondering what version of CVI you are using and also the computer specifications of both machines. It could be that the graphics card on your deployed machine is causing the problem. Also, using ProcessDrawEvents() will probably make things worse as this is going to redraw the panel every time it is called.