Tagged Questions
4
votes
3answers
84 views
Who should be able to pause/restart/quit the game in a turn based game?
I have a game that consists of players making moves in turn, on a single console (Xbox 360).
Up to 16 players can play in one game. The xbox can have up to 4 controllers associated/connected to one ...
0
votes
2answers
95 views
The best practices for a rating bar/slider/buttons
I need to make a rating scale input device that satisfies the following requirements:
1) Each value must be associated with a number to the user.
2) It must be immediately clear that this thing ...
5
votes
3answers
98 views
Select numerical value with +/- buttons or manually entering?
The design I'm working on has the user assigning a value to each Item, then if the value is more than 1, a second dependent attribute appears (as shown). I want the numbers to be large and not default ...
3
votes
4answers
138 views
iPad full screen in landscape mode - which side to put on my controls panel?
I have an app which helps the user to design a full screen sized postcard. The result is exactly what the user sees on the screen.
Because a lot of users scan things in an F pattern, I assume that ...
1
vote
2answers
105 views
Do users need 3 ways to change sound volume on their computer?
Virtually every video/audio software has volume controls. Why is software control needed if there exist two other controls: operating system and hardware volume controls?
Is it better to remove ...
8
votes
4answers
231 views
Is the middle power option 50% or 60%?
A friend of mine has a blender with 6 control selections: One off position, and five power settings in order of less to more power. Example below:
A discussion has erupted over whether or not the ...
4
votes
1answer
136 views
Where to place optimization controls in a scheduling interface with several vehicles and optimization criteria?
I'm involved in the design of a vehicle routing interface. It mainly consists of a Gantt-Chart, where jobs are arranged in a timeline. Each job is carried out at a different location. The total travel ...
8
votes
1answer
233 views
How to format UI control screenshots so users don't think they're touchable?
I have a need in a touchscreen mobile app to show users a message that informs them about some system function that they should know might affect my app. As well as describing the issue, I want to use ...
4
votes
1answer
327 views
When is an auto-saving form appropriate?
A trend Google has been pioneering in many Cloud applications is a sort of "autosave everywhere," especially noticable in Google documents's immediate save feature. I personally greatly prefer this ...
10
votes
9answers
482 views
Do users like choice? How much should I give them?
I built a photo slideshow web page as an exercise for myself.
One thing I found myself doing was adding a Settings button. Clicking this reveals a little settings pane that lets a user choose between ...
5
votes
4answers
480 views
How to represent a one time action
I am doing serious games and simulations and I sometimes have the need to represent actions to the user that they can only do once. Basically the user issues a command that only needs to be done once. ...