Notifier alert after small delay

Hello all
I use notifier Alert in order to show information but it is up for 3 seconds, if my app try to show an other notifier alert for exemple 2 seconds after the first one starts , this second one doesn’t appears…

is there a way to delete the first alert in order to show an other one ?

The second one appears, but only after the first one has finished.

No.

Maybe this:

2 Likes

ok. thanks Anke

the notifier alert last time can be changed in design view, short or long.

Hmm, what difference will that make? The second Notifier is only called after the first one has finished. Short = ~2.5 sec and long = ~3.5 sec.

I just revised my simple toast extension to handle this.

uk.co.metricrat.metricrattoastV2.aix (4.4 KB)

ref

ok. thanks, i will try it…
well, in this extension we can define length of the toast, but not delete it when an other wants to be shown !