Tagged Questions
7
votes
6answers
263 views
How to convey a true/false value to a user?
I'm developing an application where users will be allowed to create custom fields that are part of a record, in addition to the fields that are provided by default. Users will be able to choose names ...
15
votes
5answers
676 views
How can I deal with diverse gender identities in user profiles?
I'm trying to work out the wording for (preferably) a gender dropdown in a user profile of a site I'm working on. I want to be inclusive of people who don't gender orient to either male or female ( ...
3
votes
1answer
167 views
UI pattern for shared editing scope among selected elements?
I'm having a hard time researching this pattern for WPF, partly because I'm not exactly sure of the correct term for it.
As best as I can describe it, here is how this editing pattern works:
...