Calling the About Screen?

Can you call the About Screen (About this application in the three do menu) from within the app, e.g. with a button click ?

component_set_get

What more do you need besides this text?

The About Screen to open...

This

seems to be the best solution...

1 Like

That's pretty much what App Inventor does under the hood. Both the menu item to show the screen and Notifier.ShowMessageDialog call oneButtonAlert, which is a non-user-facing function in the Notifier.

For me this is the best solution, because I get the same result with the three dots and the button:

This way, I prevent

"invented with MIT App Inventor
 appinventor.mit.edu"

from appearing when About this application is selected from the three-dot menu. I have been doing this from the very beginning.

Isn't it? @TIMAI2

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