views:

48

answers:

3

In our application we have an option to void and unvoid a worksheet(make it so it doesn't matter for reporting, etc). What would be a good icon to represent this action?

+1  A: 

Void rubber stamp.

buckbova
What about the unvoiding though?
Earlz
@Earlz: If the icon is a toggle, the look of the void rubber stamp being pressed in would be the unvoid button. That is if you have toggle buttons elsewhere. Might be confusing to have just one toggle button in the entire app.
Welbog
+2  A: 
  • Void: A ghost-like (faded) version of the worksheet icon (if you already have one)
  • Unvoid: A solid version of the worksheet icon

They'll imply that void worksheets are passed over during reporting but still exist.

Maybe the icons should have an action, like arrows depicting that the solid version becomes the ghost-like version for the "void" icon and the opposite for the "unvoid" icon.


In any case, I advise you to make up several sets of icons and present them to your users inside the application during usability testing to verify which set is the most understandable.

Welbog
For right now I did the "ghost like" thing.. you're right though, it'd be very nice to have an animation for this..
Earlz
In testing be sure to check if users will confused a ghosted icon with being a disabled toolbar control. Then there's the question on if the icon represents the current state or the state the user gets on activation.
Michael Zuschlag
+1  A: 

Use a checkbox with the label "include in reports" or similar.

I can't speak to your overall design (since I've not seen it), but icons often hurt usability while a checkbox should be much more easily understood. This does not strike me as a feature that will be used often, and therefore does not need the space savings an icon provides because it doesn't need to always be shown.

Roger Pate