i have a program on CVI5.5. my uir files have many panels,one of them is the main panel. in main() i call RunUserInterface() to make the control on main panel accessible. then if the user choose some function ,another panel will popup,then i call RunUserInterface() again to make controls on that panel accessible(is this not necessary?),the problem will happen, that is do nothing for a long time such as an hour,the system seem to be hang up and mouse click can't be answered.why do this thing happen?
need your help,thanks in ahead!