Add Disable During Action for all types of widgets that may have on click events. - Mendix Forum

Add Disable During Action for all types of widgets that may have on click events.

10

Buttons that trigger a microflow (or nanoflow) call have the option to ‘disable during action’, preventing that you can (accidentally?) doubleclick that button and start a microflow twice. You can also configure on click events to (for instance) list views, containers or text widgets. However, in those cases, there is no (easy) way to prevent a double click triggering the microflow twice.

My idea: add this option to all elements that have on click events. Because really, why is that option not available anyway?

asked
2 answers

Hi Andrej, I totally agree with your addition. Thanks!

Created

I like this idea, but it can be made more general. All click actions should have the same capabilities. This includes:
Options to call the microflow sync or async, show or not show a (non)blocking progress bar, pass multiple objects, define tooltips, ask for confirmation (can we have this dynamic)….

Created