03-07-2016 06:28 AM
I am using Message dialog box to display message to the user. when I run software it will show Message box but after click on OK it should disappear but it is still showing. How to close that message box after click on OK
03-07-2016 06:43 AM
If you'd like some help, you should post some VI's. We can't tell you how to fix something if you don't show us what is wrong.
03-07-2016 07:05 AM
here is vi please find the attachment
03-07-2016 07:09 AM - edited 03-07-2016 07:10 AM
What about your other code that calls the Express VI?
I'm guessing you're either stuck in a loop or you're using the dreaded Run Continuously button.
03-07-2016 07:15 AM
I can show this much only is there any way to close dialog after click on ok. by attcahing ok wire to stop or else?
03-07-2016 07:17 AM - edited 03-07-2016 07:17 AM
03-07-2016 07:18 AM - edited 03-07-2016 07:19 AM
Ok I got it. Then please tell me how to stop loop after click on OK?
03-07-2016 07:19 AM - edited 03-07-2016 07:20 AM
kiwagh105@gmail.com wrote:I can show this much only is there any way to close dialog after click on ok. by attcahing ok wire to stop or else?
Yes. Without seeing it, I can't tell you much about how to do it. Wiring the ok wire to the stop terminal of your while loop will do it. It will probably also crash your program in ways you don't want it to.
The default behavior of your Express VI is to disappear when you click ok. If it is remaining, it is because you're launching it again.
EDIT: Gerd got in his reply while I was typing this one up.
03-07-2016 07:21 AM
03-07-2016 07:28 AM
Sorry, here is whole data diagram