Can Anyone see a reason why the Notifier Block is not triggering?

Hi

Given the blocks shown along with the the screen shot can anyone see a reason why the Notifier.LogError block is not firing.


I've never used LogError before.

I'm not sure where the messages end up.

If you use the Notifier Message block with an OK button, you are sure to get a pop up message that won't zoom past you.

By the way, what is the point of assigning a textbox.Text value back into itself?
What benefit do you derive from that?

Oh, and also, where do you call this procedure from?
If you don't call the procedure, you certainly won't get any messages from it.

Until our summer release, the various Log blocks in the Notifier logged solely to the logs accessible by adb logcat. However, the most recent companion and App Inventor support logging this to a console panel in the browser session. You need to click the Toggle Console button to show it:

image

Classic

image

Neo

2 Likes