LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying pictures with user messages

I was wondering if there was a way to display pictures with custom error messages to inform the user about the reason for the error. Is there a way to do that or can these error/ user messages only be displayed in the form of text?

0 Kudos
Message 1 of 2
(2,264 Views)

If the image for specific errors is known during development time and static (e.g. error 100: image of connector with note: "check here"), you can create an error handler selecting images in a picture ring.

If the images are "dynamic", you have to change the error handler to load images (path has to be known!) and display the image in a picture control. You should use JPG or PNG files.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(2,261 Views)