Closed maxmontgmx closed 4 years ago
@maxmontgmx There are no styles or templates for such kind of dialog boxes. I might consider this for a future release.
@maxmontgmx The next release features an AlertDialog
and a ConfirmationDialog
control.
@spiegelp I would like to popup a confirmation dialog box in modal mode (which is blocking), not in async mode. How can I do? Thanks for your help
@spiegelp it's not possible to use AlertDialog or ConfirmationDialog for that? Thanx
Hi all,
does it exist a simple DialogBox with standard buttons (OK, Cancel, Yes, No, ...) like Winform DialogBox to display a simple message?
Thanks