Top "Menu" questions

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

How to get rid of ugly asp:Menu flickering?

I'm using the asp:Menu control on an ASP.NET 4.0 Webforms page with table-free rendering mode: <asp:Menu ID="…

asp.net menu asp.net-4.0 aspmenu-control
Android invalidateOptionsMenu() for API < 11

I used ActivityCompat.invalidateOptionsMenu(MainActivity.this); so that my menu item "refresh" can automatically be enabled/disabled without the using …

android menu
How can I change the Options menu background for Android 2.3?

I have the same standard options menu, but I want to change the background of the items from white to …

android menu background options
simple_list_item_2 in Android

after creating some menus with simple_list_item_1 (which worked very fine) I tried to replace this by simple_list_…

android menu listactivity
MenuItem's checked state is not shown correctly by its icon

I have MenuItem defined this way: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/…

android menu menuitem android-actionbar
When to use ellipsis after menu items

In pretty much all applications that have a menu bar, some of the items have an ellipsis (...) after them, and …

user-interface menu standards conventions
Is there a way to determine if a <select> dropdown menu is open?

I'm looking for a way to determine if/when a <select> element's menu is open. I don't need …

javascript dom menu popup drop-down-menu
Sherlock Action Bar with Sliding menu

I'm making a view and an activity extending SherlockMapActivity and using SlidingMenu libraries to make my main view to scroll …

android menu actionbarsherlock sliding
How to realize this custom popup menu with Material Design Android?

I want to realize a custom popup menu like Twitter in Android for example with item and picture but I …

android menu material-design
The selected entry in Eclipse content assist is unreadable because of colours

In my Eclipse installation, the selected entry in the content assist menu is almost unreadable because the colour is white …

eclipse colors menu editor