Page 1 of 1

Option buttons not working on Android App

Posted: Mon May 20, 2013 5:43 pm
by kellymdeters
I have an app that I've built and it successfully runs on Win, Mac and iOS. Everything appears to work on Android except when I run it on the simulator, none of the buttons that are "option" buttons work (they display a scrolling list to choose from on all the other platforms, but they do nothing on Android - I click and nothing happens). Any advice?
Thanks!

Re: Option buttons not working on Android App

Posted: Mon May 20, 2013 7:05 pm
by Mag
Are you talking about the hardware buttons?

Android release notes:
When the user presses the hardware 'Back' key, a backKey message is sent to the current card of the default stack. If the message is passed or not handle, the engine will automatically quit.
When the user presses the hardware 'Menu' key, a menuKey message is sent to the current card of the default stack.
When the user presses the hardware 'Search' key, a searchKey message is sent to the current card of the default stack.

Re: Option buttons not working on Android App

Posted: Mon May 20, 2013 8:11 pm
by kellymdeters
Nope, I'm talking about a button that is an "Option menu" (see this: http://lessons.runrev.com/s/lessons/m/4 ... tion-menus). To get it to do what I want on iOS (iPad) I have them set as "option menu" (if you change them to pull-down or pop-up it changes your entire screen into the menu rather than having a little mini one pop up that you can select from) - but then on Android they do nothing at all.

Re: Option buttons not working on Android App

Posted: Mon May 20, 2013 11:39 pm
by jacque
Android doesn't really have option buttons. Instead it shows a list field with radio buttons that the user chooses from. You'd need to create one of those and slide it up from the bottom of the screen. I don't think there's any interface for a regular option popdown in Android.