New to Mendix

0
Hello,   I am trying to modify the list view’s static image and add dynamic country flags instead. How do I do this? Thanks 
asked
2 answers
2

Hi shi ,

            Add an entity with generalization system.image. Then adding image image viewer widget, create a microflow to create image object and open a page to upload and save. If you want to change the flag or image ,you can do the same with Image Viewer. Thanks

answered
1

Hello shi,

You can use generalization for the entity which you are currently working on by using system.image in the domain model as shown below:

To display the dynamic images in the list view, you can use imageViewer widget in the tool box instead of static image and connect it with the entity as shown below:

Please find the below link for more details:

https://docs.mendix.com/refguide/list-view

 

 

answered