23
votes
7answers
1k views

Help menu - “?” or “Help”?

It is a very simple question, but it has been bothering me for quite some time: when creating an application, should the help menu (in the menu bar) be called "?" or "Help"? I can see a few ...
5
votes
2answers
134 views

Icons and colors on menus

I wonder when (if at all) it is appropriate to use icons next to menu entries (drop down menus, right click contextual menus etc). I have noticed that pretty much all of the menus I have seen only ...
14
votes
4answers
949 views

How to best indicate navigation menu on mobile

What's the best way to indicate the navigation menu on mobile? I see this three-bar icon being used a lot but do users really understand what it means? Wouldn't a button simply saying "Navigation" ...
2
votes
2answers
340 views

Sliding Drop Down Menu Icon - How do I make it more obvious?

A website we've build is based on a 200px x 200px grid system, each item in the grid represents a link to somewhere on the site, or does something specific. (5x4 boxes in size) It's meant as some ...
3
votes
2answers
255 views

Is there a generally accepted icon for the “Submit” button? [closed]

I'm developing an Android application that presents the user with a search form, then presents a list of matching results after the query has been submitted. The results will be displayed on a ...
6
votes
2answers
166 views

What menu strip items and other controls deserve their own icon?

I'm creating an application which has buttons and menu strips everywhere. I have icons for nearly object (from icons to menu strips). The problem is, I want my application to be professional and ...
9
votes
2answers
606 views

CRUD Operations icons vs. menu

What would you suggest the best practices for CRUD operations options. Consider the following design; Should i keep icons for each operation or create a drop down menu with all the options inside? ...
9
votes
1answer
1k views

Microsoft Visual Studio 11 - why would they use uppercase in UI?

Microsoft has been very transparent with their updates to Visual Studio 11. It includes a huge change to the UI design of the entire IDE, most notably colour themes, icons and capitlization. In their ...
2
votes
3answers
259 views

In a desktop application, what are best practise methods to provide a menu of functions

I have a .NET Winforms application that hosts controls to provide different areas of functionality. My normal method in providing a menu to switch between these controls has been a TreeView or a List ...
11
votes
6answers
861 views

full-color icons vs. greyed-out icons in menus

Icons in menus are often full-color. Even though the page an icon/menu item controls is not active, the icon still appears in its normal hues. To distinguish the icon which is active, a designer will ...
13
votes
5answers
1k views

How to represent level of difficulty while selecting a game?

I am working on a menu to select from various (3) game variants shown from top to bottom, each variant offering different difficulty levels. The difficulty will be selected by swiping (touch input ...