Notifier ShowMessageDialog blocking version

When I need a blocking ShowMessageDialog I have to use a ShowChooseDialog setting one button as OK and the other as empty string, in this way when I click on one of the 2 buttons the AfterChoosing event fires and then my process flow can continue inside the AfterChoosing event. Would be nice if you will add an AfterClicking event to the ShowMessageDialog and/or add an input parameter to choose between blocking and non blocking dialog.

This extension provides that functionality

(question dialog)

Thanks TIMAI2

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.