Color Coded Images to represent status stage

0
Hey Guys,  Putting together a page to represent various stages that a form is at. ie started, submitted, approved.   Anyone done anything similar in Mendix.   Using either circular ball images of different color or filling table cell backgrounds.    Guidance appreciated.  Thanks Daryl
asked
3 answers
0

Maybe appstore widget “Enum Toggle” (https://appstore.home.mendix.com/link/app/346/) is an option.
This widget uses an enumeration to display different images which represent the status.

answered
0

Daryl

When you create a new page, you’ll see an option for creating these types of wizard pages.  The page doesn’t have any of the microflows/nanoflows you’ll need to create to move through the steps in your form, but its a good start.  See screenshot below:

Alternatively, you’ll find some building blocks for Wizards in the Atlas_UI_Resources module under App Store Modules in the Project Explorer.

Mike

answered
0

I worked on a form like this in mendix. We used an ‘!’ ‘X’ and check mark for the different options. We used the Conditional Visibility options on the images to dictate which was shown based on the current status of the form. That sounds similar to what you’re wanting.

answered