Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
A box for entering passwords. This is the same as the ordinary TextBox component except this does not display the characters typed by the user.
The value of the text in the box can be found or set through the Text property. If blank, the Hint property, which appears as faint text in the box, can provide the user with guidance as to what to type.
Text boxes are usually used with the Button component, with the user clicking on the button when text entry is complete.
Then, you check the textbox's value to something that will allow you to verify if it's correct.
If it's correct, open the other screen. If not correct, put up a notifier message to try again.
I'm NOT going to do your schoolwork for you.
Have you done the tutorials? You can easily research everything on the site. If you haven't done the tutorials, then you haven't done your homework. If your school project is to do the programming portion of the password textbox, start by doing the tutorials, and then search the site for the answers.
You are working with a textbox, but one that just doesn't show the characters as they're typed.