LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pop-up Message

I am looking to know how to create a popup message like "Please Wait" that stays on the screen for
say 3-5 seconds then goes away ?
 
So far all the messages i have created come up with the click "ok" button before the message can be closed.
 
Had a look at older posts but really looking for an example with a picture attached of the diagram but
so far not found one.....I am using Ver 8.0.
 
Hope somebody can advise.
 
Thanks,
              Labtech5555
0 Kudos
Message 1 of 3
(2,756 Views)
Create your own subvi. Use a loop that terminates immediately, but with a specified wait period. The front panel would be taylored to how you want the message displayed. Have inputs for the wait time and the message (even color and size of text if you want to be fancy)
________________________________________________________

Use the rating system, otherwise its useless; and please don't forget to tip your waiters!
using LV 2010 SP 1, Windows 7
________________________________________________________
Message 2 of 3
(2,750 Views)
make modal dialog vi with a wait in it and message on front screen should take very little time.  If you want it to wait for a specific amount of time you can pass it a notifier and use a while loop.  You might also consider setting the busy cursor before your time consuming action and then unset it after.
 
Paul 
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 3
(2,748 Views)