05-13-2013 10:00 AM
Hello everybody,
I'm having a problem with controls visualisation, it occurs some time without any logic :
when i launch my application some time i don't see some of controls , like they disappear.
But if i click on the area where are my controls or just "refresh" by changing the tab they appear normaly.
In my application i use a lot of picture ring,picture buttons and decorations.
my application is compiled with CVI12.
Thanks in advance.
07-04-2013 04:45 AM
Hello Jymmy,
did you try to repair your software?
I can suggest you that way through the control panel.
Best regards,
Valerio
07-04-2013 07:08 AM
Loura, I'm curious as to what you mean by 'repair the software'.
One thing that may be wrong is that the software doesn't have the necessary time to perform repaints. Does it use 100% CPU ? Is it event driver through RunUserInterface() ? Maybe you simply need to call ProcessDrawEvents() in a few critical places of the program.