Tagged Questions
1
vote
2answers
57 views
Best way to combine object selection and object editing in a dialog
There might potentially be a very straight forward solution to this, but I'm can't see it, hence the question. I'm wondering what is the best way to structure a dialog where the user can select items ...
7
votes
3answers
612 views
Graphically displaying a conversation between more than two people
I'm working on a project that involves displaying a text-only conversation between anywhere from two to ten or more people. The reader will be either zero or one of the participants.
The main UI will ...