How to show alert dialog box or notification in mendix app.

0
i want to show alert dialog box or any notification after click on button.am new in mendix development so please guide me how to use .if any document available in detail so please provide me.i got some document bt how to add this not mentioned clearly so please help me in this.
asked
1 answers
3

A good place to start is the documentation available at https://world.mendix.com/display/docs/Overview.

As for your question, if you want the message to be triggered from your microflow, have a look at the following: https://world.mendix.com/display/refguide5/Show%20Message

If your goal is to show a progress bar while running a microflow, see (specifically the instructions for the Advanced tab): https://world.mendix.com/display/howto40/Configure+a+microflow+button

answered