Timeout in notifier.showxxxx

Hello, is there a way to close a Notifier.ShowMessageDialog due to any timeout or something? (also for Notifier1.ShowChooseDialog and Notifier1.ShowTextDialog).
When my app goes into screen saver, the notifiers that were not canceled continue to be seen.
Thnak you!

Simple answer, no.

A workaround would be to create/build your own notifiers with virtual screens and then you could use one of a couple of extensions to handle the notifiers when the app stops being in the foreground:

(see the ActivityStateChanged event block)

or

2 Likes

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