LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add image with message popup

Greetings Everyone,

 

Is there a way to display image in the Message Popup?  I have attached the code. Thanks in advance for any suggestions that you come up with.

 

  • I need help with adding images to message to display box.
  • How do I display each instruction in order from 1 to 8? In current code message pop up randomly.
  • Prompt User for Input unable to cancel

 

Regards,

Milan

0 Kudos
Message 1 of 3
(3,316 Views)

For a message pop up, you can create a SubVI with an event structure inside. Set it to open when called.

 

You can determine execution order by running wires between SubVIs.

0 Kudos
Message 2 of 3
(3,311 Views)

In looking at your code, and reading the questions you are asking, I'm assuming you have never studied LabVIEW, by which I mean spent time, meaning multiple days, with a book, or an instructor, or a video, and doing related exercises to learn the fundamental concepts of LabVIEW, like the Principle of Data Flow (which states, among other things, that if you have a bunch of "loose VIs" in a Structure, they will execute in an unpredictable order).

 

Fortunately, there are suggestions for Learning LabVIEW posted on the first page of this Forum.  When you learn how to program without using Express VIs, you should be able to solve all of the issues you have raised.

 

Bob Schor 

0 Kudos
Message 3 of 3
(3,308 Views)