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
Hello,
I'm building an app for my arduino powered smart car and I can't seem to figure out how to make a command.
I need to get !! 2 buttons clicked at the same time !! that will result in a text sent over bluetooth.
Am I missing something? Is it possible to make 2 buttons clickable at the same time?
Ghica
unread,
Jan 8, 2017, 11:23:36 AM1/8/17
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
Click two buttons at the same time? How do you want to do that physically on your phone? And in programming these events are always serialized in some way.
But the real question is, why would you want to be able to do that? Do you want to do the same thing when you press one button or the other? Then you would need only one button. If they do partly the same, you could call a procedure to do the things they have in common. Do you have an example of the command you would want to send? Cheers, Ghica.
Taifun
unread,
Jan 8, 2017, 11:58:14 AM1/8/17
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