Grey Posted July 4, 2012 Report Posted July 4, 2012 Hi, I want to have a pop up dialog box appear to the operator giving about progress status. The thing is, i don't want user to do anything (like click OK button etc). the window should vanish automatically after few seconds of time . how to do this ? Quote
Rolf Kalbermatter Posted July 4, 2012 Report Posted July 4, 2012 Hi, I want to have a pop up dialog box appear to the operator giving about progress status. The thing is, i don't want user to do anything (like click OK button etc). the window should vanish automatically after few seconds of time . how to do this ? Using a Method node set to operate on a VI reference and executing the FP.Close method, after everything else in the VI has finished? Quote
martin_g Posted July 4, 2012 Report Posted July 4, 2012 Use the Dialog using Events template and use the Timeout case of the Event Structure to stop the vi. Set the timeout value to 2000 (ms) for a 2 second display of the vi. The front panel will close when the vi stops. 1 Quote
Grey Posted July 5, 2012 Author Report Posted July 5, 2012 Use the Dialog using Events template and use the Timeout case of the Event Structure to stop the vi. Set the timeout value to 2000 (ms) for a 2 second display of the vi. The front panel will close when the vi stops. good idea!. thanks! Quote
Prabhakant Patil Posted July 6, 2012 Report Posted July 6, 2012 You can try this. also please modify this according to your need. PopUp.vi Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.