04-09-2014 09:47 AM
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?
04-09-2014 09:54 AM
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