Create a keyboard

I’m trying to create a keyboard for an application, but how can I repeat the same number several times, like 1111?
blocks

Use the join block and join get Textbox.Text and 1
Taifun

1 Like

c ok it works, now I would like to prevent the label from working as long as the state of the button has not changed
blocks (1)
blocks (2)
blocks (3)

Then you shoukd add an if condition in the Label.Click event

Btw it does not realky make sense to set a button Text to true.

A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Tutorials for MIT App Inventor to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun

ok thank you

it’s ok it works

blocks (2)
blocks (2)
blocks (3)