Bug of Notifier

I found that if the code includes notifier, the running order will reverse...


Like the above code, it will show the notifier with "FINISH" msg first, then show "5..4..3..2..1"

This is not a bug, but a failure to understand how App Inventor processes requests. In fact, the first five notifiers happen first, but are hidden by the last one.

There is no after message Dialog event in the standard notifier.

My AltNotifier extension includes a Question block with an after Question event (the same as message dialog), you can use this if you need to chain message dialogs.

2 Likes

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