Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (optionmenu)
Browsing all 12 articles
Browse latest View live

How to show android OptionMenu in front of webview object?

I have an webview and an OptionMenu. OptionMenu can't appears in front of Webview. How can I do this? code block (my code:)var menu = Titanium.UI.Android.OptionMenu.createMenu();   var webview =...

View Article



[Android] OptionMenu does not work on app reopen

I am working on a single page application. In the application I create an option menu that works perfectly the first time I open the application. If I close the application by hitting the back button...

View Article

OptionMenu in Current Tab (child of window)

Hi all, My problem: i will make a option menu in a current tab (child of a window). But the option menu won’t appear. Only when i go back to the main window it will be there and not on the child...

View Article

Option Menu in 1.4.2 Not Working

why doesn't this work? The only way I can get a menu to work is if I create the menu in a .js file associated to a windowwin2.addEventListener('open', function(e) { win2.menu =...

View Article

OptionMenu remove doesn't work

I've tried to remove a menuitem and i've received the next error: Cannot call property remove in object ti.modules.titanium.ui.android.optionmenu.MenuProxy@43ec0650. It's not a function, it's "object"...

View Article


Options Menu that works on Android and IPhone on Ti 1.4 and 1.5

For those of you who have used the options menu (it shows up at the bottom of the screen in iphone and when you press the menu button in android), you know that the code to instantiate one is different...

View Article

Android: Open the Option Menu by click possible?

In my last post i found a way to show the option menu on android inside a tabgroup. Question: Can i open this bottom option menu only with the hardware button? I have a table and want show the option...

View Article

New Android Menu creation for 1.5.0 not working on first window

I just started migrating from the old way of creating menus in Android to the new one in 1.5.0 and I can't get it working. My application creates a window when it starts (no tabs like the KS sample)....

View Article


How can I set a listener to the MenuButton in Android?

I want to open my custom view when users press Android menubutton (Optionmenu). I found this URL in stack overflow for native Android Android: How can I set a listener to the MenuButton? Is it possible...

View Article


action bar scrambled in android

I get this scrambled action bar in android, very weird, I tried inspecting it with pixel viewer, and it seems it has 2 times the controls there, still it doesn't explain the spinning action, ... now I...

View Article

Android: different menus in tabgroup

Hello, I have a tabgroup with multiple tabs in my android app. The optionMenu should show different options wich depends on the selected tab. I've tested this on different devices but they behave...

View Article

Have 'back' go to previous window instead of close the application

I am having a similar problem as [this one] (http://developer.appcelerator.com/question/37081/stop-the-back-button-closing-app-on-android). Basically, I want my 'back' button (in Android) to reopen the...

View Article
Browsing all 12 articles
Browse latest View live




Latest Images