LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Panel is slow to load

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

0 Kudos
Message 1 of 3
(2,982 Views)

Almost forgot.  I am attaching an example...

0 Kudos
Message 2 of 3
(2,981 Views)

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.  

Regards,

Hassan Atassi
Senior Group Manager, Digital Support
0 Kudos
Message 3 of 3
(2,960 Views)