You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
...Problem is, the other screens don't show up. If I'm in screen1 and tell button to go to another screen when clicked, button choice only shows screen1. I know it isn't that tricky :)
Thanks!
John Programmer
unread,
Apr 4, 2016, 12:20:39 PM4/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
Hey,
Did you try the block open another screen from "Control"?
Just call when pressthe button and attach to the block with text box thename of the screen you want to load.
Taifun
unread,
Apr 4, 2016, 12:26:01 PM4/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
So, I must insert screen name as text field? I was thinking on selecting the drop down where it shows the screen name (but it only shows screen1 and not the other screens in drop down)..but the text solution worked. thanks.
app_inventor
unread,
Apr 4, 2016, 12:43:45 PM4/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Yes, always try searching first but I didn't get the results I was looking for. Maybe i typed in the wrong search strings. Thanks.
Taifun
unread,
Apr 4, 2016, 1:43:26 PM4/4/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
So, I must insert screen name as text field?
you got it
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
You will not find a tutorial, which does exactly what you are looking for. But doing the tutorials (not only reading a little bit) help you to understand, how things are working. This is important and this is the first step to do.