Tagged Questions
4
votes
2answers
98 views
Change button for color input modes
I have this SWT widget (color picker) with label:
By pressing the star button, color picker field transforms into code field, where you can write code:
I am not satisfied with this "star ...
3
votes
2answers
66 views
“Important” Items Box versus Pinned Items
I am designing an application which has panel with a list of items. The items in the list can be re-ordered by drag and drop:
The number of items in the list has the potential to be very large.
In ...
45
votes
18answers
2k views
How can I keep up-to-date with the latest thinking about designing complex, rich applications?
I am designing a very complex eco-system of apps.
I like to make sure I am up-to-date with the latest thinking, research and trends in app and UI/UX design. I find that there are many great articles, ...
8
votes
1answer
310 views
Prominent Notification Areas in a Desktop Application
I am working on ux for a desktop application for users. I am looking to find out more information, answers, best practices when it comes to handling notifications of actions and other alerts within a ...
1
vote
0answers
76 views
would a small application to store temporary data be useful [closed]
I am planning to create a nice free small application and I need your expert opinion about whether this application would be useful or not. Here we go:
Details about the Application
Imagine you ...
46
votes
9answers
4k views
Undo History - Why limit it?
Why do most applications have fairly limited 'undo' history functionality?
I've been caught out on multiple occasions (granted its technically my fault) where I've needed to undo a number of changes ...
5
votes
2answers
357 views
What affords scrolling?
Besides the obvious:
Scrollbar
Touch interfaces (especially mobile ones)
A sign saying "You can scroll here you know!"
This for a desktop application.
4
votes
4answers
157 views
Why do programs ask the user to configure auto-update when first run?
Yesterday, I was installing F.lux on my Mac (cool-looking program by the way), and when I ran it, it asked me if I wanted the program to automatically update. How am I (or any average user) supposed ...
4
votes
3answers
300 views
Multiple instances of a Property Editor
I am designing an application in which several kind of user objects have properties. When clicking an object, the properties of the object would be shown in a pane similar to the Properties pane in ...
2
votes
5answers
652 views
Select item from a list to be added to another list
I have an application implemented with Java Swing. The main view of the applications is divided in a left side and a right side. The top of the right side contains a SearchField, and a list of search ...
