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!
Option buttons not working on Android App
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 23
- Joined: Wed Oct 31, 2007 9:16 pm
Re: Option buttons not working on Android App
Are you talking about the hardware buttons?
Android release notes:
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.
-
- Posts: 23
- Joined: Wed Oct 31, 2007 9:16 pm
Re: Option buttons not working on Android App
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
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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com