Jump to content

Dialogue Box without OK button


Recommended Posts

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 ?

Link to comment

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?

Link to comment

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!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.