05-04-2010 11:49 PM
Hi guys, is there a way to disable a front panel, like how you can disable a control?
I want to freeze some of my VI's say, after 5 minutes of inactivity.
Tyhanks inadvance for the help!!
05-04-2010 11:58 PM
05-05-2010 05:28 AM
05-05-2010 06:20 AM
Say that you freezed the VI, then how will you unfreeze them?
What exactly are you trying to do?
Setting the mouse/keyboard busy is a good option..
Guru
05-05-2010 01:43 PM
Another option is to use a modal popup, like a logout.
I do this in state machine architectures when user login is required, when the system has been idle for too long goto the login state, in this state I hide the FP and popup a modal login screen.
05-05-2010 02:05 PM