4
votes
2answers
122 views

Log add to top or bottom

In my WPF (Windows Presentation Foundation) application I have a log that display important events in the application. I'm unsure where to add new events? Or in other words, how should I sort the ...
-1
votes
2answers
136 views

How can I learn to make solid UX design recommendations/solutions? [closed]

I started out in UX as a wireframing monkey, crafting designs dictated by other people. I want to learn how to devise my own design solutions. How can I be sure I'm giving solid recs? I'm working on ...
6
votes
3answers
156 views

How to handle long processing task in UI?

We have a Desktop based WinForms application. Application performs some very complex logic in database and is bound to take long time. By long time i mean it will take anything from 1 min to 20 min ...
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 ...
1
vote
0answers
57 views

A Linux OS as Single Display Groupware [closed]

I was told on the Linux stack exchange that this was a better place to post this question. http://unix.stackexchange.com/questions/59199/a-linux-os-as-single-display-groupware For use in extreme ...
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 ...
0
votes
0answers
123 views

What do you understand by “iPhone feeling”? [closed]

I am having a hard time working together with marketing people when designing a new Desktop application. I am reading through their specifiations document for the application. Let me quote what it ...
2
votes
3answers
259 views

In a desktop application, what are best practise methods to provide a menu of functions

I have a .NET Winforms application that hosts controls to provide different areas of functionality. My normal method in providing a menu to switch between these controls has been a TreeView or a List ...