Show images programmatically

I want to show images programmatically based on specific conditions.
How is it recommended to show a number (1-6) of images in a specific location in my app?

Thank you for suggestions.

Robb

You may need to be more specific regarding the situation in your app. There are quite a few ways this question could potentially be answered.

I’ve attached a small project file that shows one way to do it. It assumes all images will be deployed with the app and the ‘images’ folder is listed in the manifest. When deployed, clicking on the Image1 control cycles through the various image files.

Kind regards,
Doug

Project1.zip (5.3 KB)