Notifier is not displayed after the screen change

Describe your issue

On Screen1 I can display the Notifier Message Dialog. If I switch to Screen2, it is also possible to display the message dialog. But if I want to display it after closing Screen2, I get an error message.

Steps to reproduce the issue

After Screen2 has been opened and then closed again, it is not possible to display a notifier message

Expected Behaviour

It must be possible to show the Notifier Message

Actual Behaviour

There is only an “Runtime Error”
(Look at the screenshots)

Show your Blocks




And the error occured event is not triggered during a runtime error

1 Like

Sende mir mal bitte hier eine apk.
ich bin gerade am PC und will sie mir mal anschauen.

NotifierTest.apk (3,9 MB)

NotifierTest.aia (3,0 KB)

Passiert das gleiche wenn du einen anderen (neueren) Dialog verwendest?
Der den du verwendest ist ja schon alt (Original von App Inventor).

Ich habe bis jetzt keinen anderen Dialog benutzt

@Ka_Fa
Ich habe das Problem gefunden.
Du hast die Screens nicht ordnungsgemäß geschlossen/ geöffnet.

NotifierTest.aia (4,7 KB)

NotifierTest.apk (3,9 MB)

So funktioniert es ohne Probleme.


2

1 Like

Solution for all people that get the same issue

Please open and close screens correct @ all

https://puravidaapps.com/tribblehunter.php

Und was ist damit? @Mika
Es ist mir schon öfters passiert das bei einem Error dieses Event nicht ausgelöst wurde.
Ist das ein bug?

Wenn das Event nicht ausgelöst wird ist es kein Bug, sondern das Event wird dann einfach nur nicht im Code verlinkt/verwendet.

Das schließen und öffnen bei größeren und umfangreicheren Projekten dauert sehr lange. Gibt es noch eine andere Möglichkeit um dieses Problem zu lösen?

Nein. Umso komplexer ein Screen (Activity) ist umso länger braucht das Gerät um den Screen zu laden.
Das ist normal und bei jeder App so.

Neuere Geräte laden logischerweise die Screens schneller als ältere Geräte.

1 Like