How can I make a button which include another button?

43 views
Skip to first unread message

dimit...@gmail.com

unread,
Apr 27, 2014, 9:55:01 AM4/27/14
to mitappinv...@googlegroups.com
I am trying to make an app with a button which if you click on it , two other button appear. Can someone help me?

Taifun

unread,
Apr 27, 2014, 10:03:09 AM4/27/14
to mitappinv...@googlegroups.com, dimit...@gmail.com
first do the tutorials http://appinventor.mit.edu/explore/ai2/tutorials.html to learn the basics of App Inventor, then try something and if you get stuck, post a screenshot of your relevant blocks
Taifun

Trying to push the limits of App Inventor! Snippets and Tutorials from Pura Vida Apps by Taifun.         


phantomfoot

unread,
Apr 28, 2014, 8:27:22 AM4/28/14
to mitappinv...@googlegroups.com
Use the button visible controls to show or hide the buttons. Set the visibility to true or false.

dimit...@gmail.com

unread,
May 6, 2014, 6:03:13 AM5/6/14
to mitappinv...@googlegroups.com
i've seen the tutorials but i ' m stuck...i have a project for my school which i have to create a button which if you click on it two other buttons appear and each of this button has a text...but it seems difficult to me

Stephen Zipprich

unread,
May 9, 2014, 1:56:41 PM5/9/14
to mitappinv...@googlegroups.com
when Button1.Click do

-> set Button2.Visible to True
-> set Button3.Visible to True
Reply all
Reply to author
Forward
0 new messages