Community Questions & Answers

How to show option menu manually

This is my code. Create Menu: ~~~ var btnMPagos = null; var btnMEmail = null; var btnMReprogramacion = null; var btnMGestionar = null; var activity = Ti.Android.currentActivity; activity.onCreateOptionsMenu = function(e) { var menu =...

Changing ActionBar buttons (Android Menu)

I'm creating an app for Android 4.0 under SDK 3.0. I would like to disable a button from a menu that appears in the ActionBar. I know there's a "enabled" option for the MenuItem object, but I didn't find the Menu object anywhere. Additionally, I...

Android ActionBar Overflow Menu

I am just finally jumping into the new Android 3/4+ features. I have had no issues changing any properties of the actual actionBar but am unable to get the overflow menu working, it simply defaults the standard bottom menu bar from previous android...

Sliding Menu Like Facebook

Hi there, i am using this for a sliding menu like facebook, it is really cool! but i have a question, when app opens it is blinking first showing menu then main window and it is not good :( i have put there a tabGroup but this time it is not working,...

Native menu list

I need: pressing a button that appears native Android menu like this: http://fs01.androidpit.info/userfiles/3284421/image/SeesmicAndroidMuteMenu4.png without ALOY please

MenuBar Applications

Hello All, I was wondering if it is possible to create an application in Titanium Desktop that just displays only in the menubar in OS X and is accessed by clicking on an icon? Thank you for your time, Joshua

menu model

Hi, I'm asking to how to make model menu like this http://imageshack.us/scaled/landing/46/img0134m.png thank's

creating a menu like the one in the image - is it out of the box?

![alt text](https://app-direct-www-cloudfront.s3.amazonaws.com/app_resources/3820/overview/img2011912604445816383.png "Menu") Do I need to create this myself using images, or is there something out of the box? Is there any equivalent for Android?

235 views
asked 6 months ago by Ryan popa
last activity 6 months ago

Creating a menu from a JSON

Hello to all guys, what I try to do is create a menu for my app, starting from a JSON. I have a PHP file, which makes a DB query which returns me a JSON when prompted. This JSON contains the categories, sub-categories, sub sub-categories etc etc of a...

Android Menu Item icon is not displayed

I follow the example on the API [page](http://docs.appcelerator.com/titanium/2.1/index.html#!/api/Titanium.Android.Menu-method-add) to create a menu for my Android app. It works fine but the icon in the menu item is not displayed at all. Here is my...

left menu screen

Hello all, I have been noticing that all the new iphone apps such as the facebook app, youtube and many more have a 3 line icon in the top left corner which then brings you a menu from the left. Does anyone know of any tutorials how to replicate this in...

iOS 'menu' window

Does anybody know if there is a built-in iOS 'menu' window, like the Bookmarks menu used on iPad? [Like this][someid] [someid]: http://cdn.macnn.com/article_images/article_thumbnail/safariios-bookmarks.jpg Or has anyone created one from scratch..?

How to add more menu buttons to android window menu

Say I have a window like so ~~~ var win = Ti.UI.createWindow({ title : 'SSSSS', layout: 'vertical', activity: { onCreateOptionsMenu : function(e) { var m1 = e.menu.add({ title : 'Logout' }); m1.addEventListener('click', function(e)...

Android Menu Button Update

In my App I have a place where you can add items to a shopping cart. To acces the cart you press the menu button on Android and the option comes up to "View Cart (9)". The number 9 being the number of items currently in the cart. This works...

Community App - Adding an android menu

I'm playing with the community app (http://developer.appcelerator.com/blog/2012/02/building-the-community-app.html) to get a better understanding of Titanium. I'm trying to add an Andoid menu (that pops up when a user hits the Android menu button) to the...

Iphone menu

How do you create a iphone style menu the same style like when you create a email dialog and press oncancel

Showing 1-50 of 119 1 2 3