Show Enumeration Image for current selection

0
Hey guys, so I have an entity with an enumeration as one of its attributes and I want to display an image viewer that shows the image to the current selection of the enumeration attribute. This should happen on change of the enumeration value. How can I implement this?
asked
2 answers
5

You need to add all the images for the enumeration in different containers and then set conditional visibility on those containers to show only when the specific enumeration is selected.

For reusability you could also extract an snippet out of it.

answered
1

Hi Furkan,

Check this forum post, it will guide you to another widget, maybe it will help you: https://forum.mendix.com/link/questions/110495 

 

Thanks,

Nour

 

answered