best UI for rating a stack of objects
best UI for rating a stack of objects
- Subject: best UI for rating a stack of objects
- From: Matthias Winkelmann <email@hidden>
- Date: Tue, 6 Dec 2005 22:28:07 +0100
Hi everyone,
I'm currently implementing a user interface. At one point, the user
has to rate a stack of objects. There could be about 30 items he has
to rate on a scale of 1 to 10. He is supposed to see only one of the
entries at a time - think hotornot.com.
I've currently implemented this with an NSLevelIndicator and the
rating style. When the user selects a value, the application
automatically advances to the next item.
This seems to be a big no-no to me, since a slider or similar ui
component should probably not commit the change at the same time.
OTOH, adding a "next" button doubles the amount of clicks the user
has to perform.
I'd love to hear some opinions and suggestions on this.
cheers,
Matthias
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden