A menu is a user interface mechanism that provides the user a means to view and execute application operations.

learn more… | top users | synonyms (1)

77
votes
6answers
56k views

Changing Locale within the app itself

My users can change the Locale within the app (they may want to keep their phone settings in English but read the content of my app in French, Dutch or any other language ...) Why is this working ...
11
votes
5answers
29k views

Android: customize application's menu (e.g background color)

What is the way (if there is a way) to customize the menu (the one triggered by the MENU button of the phone). I'm especially interested in two things: changing the background color from the ...
0
votes
2answers
976 views

Giving JMenuItem's name to it's ActionListener

How can I give my JMenuItems names that the ActionListener attached to them will look at? I've got a menu system that's handled by a single ActionListener, and some items in those menus duplicate ...
19
votes
9answers
33k views

Call method when home button pressed on android [closed]

So I have this method in one of my Android Activities: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_BACK) { Log.d("Test", "Back ...
50
votes
4answers
18k views

How to copy text programatically in my Android app?

I'm building an Android app and I want to copy the text value of an EditText widget. It's possible for the user to press Menu+A then Menu+C to copy the value, but how would I do this programatically?
10
votes
3answers
29k views

Change background color of android menu [duplicate]

I'm trying to change the standard light grey to a light green. Seems that there is not a simple way to do this (through Android Themes, for example) but I have found a workaround as explained at this ...
46
votes
4answers
15k views

active menu item - asp.net mvc3 master page

I've been scanning around trying to find an appropriate solution for assigning "active/current" class to menu items from the master page. The line is split down the middle with regards of whether to ...
12
votes
10answers
34k views

jQuery add class .active on menu

I've got a problem. I want to add the class "active" on item menu when the relative page is on. the menu is very simple: <div class="menu"> <ul> <li><a href="~/link1/">LINK ...
5
votes
1answer
6k views

BlackBerry - Custom menu toolbar

Hi I'm a beginner in BlackBerry programming, I need to replace in my application the default menu (when you press the menu button) by a custom menu, horizontal. The best to describe is I want the same ...
14
votes
4answers
6k views

Android: Programatically detect if device has hardware menu button

I'm currently struggling aroung with this issue. I need to check if the device, where the app is installed, has a hardware menu key. Because it is not existing on some devices like Galaxy Nexus, I ...
9
votes
3answers
9k views

Prevent HTML5 video from being downloaded (right-click saved)?

How can I disable the "Save Video As..." from the right-click menu to prevent from clients from downloading the video? And, are there is more complete solutions that prevent the client from accessing ...
3
votes
7answers
11k views

How to build unlimited level of menu through PHP and mysql

Well, to build my menu my menu I use a db similar structure like this 2 Services 0 3 Photo Gallery 0 4 Home 0 5 Feedback ...
5
votes
4answers
10k views

iOS horizontal SlideView with vertical menu

nowadays lots of iOS iPhone application got a vertical menu and sliding views. It looks like this: I cannot find any examples in Inernet. Need your help, thnx
10
votes
3answers
10k views

PyQt: Show menu in a system tray application

First of all, I'm an experienced C programmer but new to python. I want to create a simple application in python using pyqt. Let's imagine this application it is as simple as when it is run it has to ...
4
votes
4answers
7k views

Android pop-up menu with icons (similar to Google Map app new version 6)

Does anyone know what component is used for the menu in the new version 6 of Google Map's official app on Android? I'm trying to build a menu similar to that, couldn't find anything in the official ...

1 2 3 4 5 29
15 30 50 per page