4
votes
1answer
329 views

Does Metro scale?

This question has bugged me for a while, I thought I might ask it. In software, we say something "scales" if it's able to stay coherent and consistent over a long period of time, but more ...
1
vote
1answer
78 views

Why does in-line Label Edit in Windows Explorer have a delay?

When you open Windows Explorer, then select some file or folder, then click its file name, an inline label-edit will be invoked. But there is an intentional delay before the textbox is displayed. Why? ...
8
votes
5answers
483 views

Are double tabs on the same level acceptable?

In my Windows application, I want to show the user some kind of map. The information displayed on this map can vary a lot, depending on filters set by the user. With these filters set, the user will ...
2
votes
1answer
80 views

Display “Day entities” that contain Stuff, by day and by period

I have something like Things that happened this day that can be either of TypeA or TypeB. I want to display Day items per period and also display inside each Day item some info about its TypeA's and ...
18
votes
2answers
722 views

Is there a visual glossary of (Windows) UI controls?

Some days it seems every member of my team calls each control by a different name. Is there a good resource, preferably with images, for what the official name of each control type is? I found a few ...
16
votes
4answers
1k views

Good alternatives for replacing multiple nested modal dialogs?

Having a mature and good-selling Windows desktop application, we are focusing on improving the user experience for the next release. One thing that I try is to get rid of multiple nested modal dialog ...
5
votes
1answer
191 views

Any recommendations on dealing with wizard screens with wildly different amounts of content?

I'm facing an issue with a wizard import system. The content of each screen in the wizard varies to the tune of creating white spaces as big as 300px by 300px. A stakeholder thinks this is too much ...
4
votes
6answers
448 views

Good example of a Keyboard Shortcut Manager implementation [closed]

I am implementing a keyboard shortcut manager in which the user can assign shortcut keys to global (or contextual) commands in a Windows desktop application. Note that the application has load of ...
2
votes
4answers
1k views

Blogs/Websites That Showcase Windows UI Examples? [closed]

I'm looking for a blog or website that showcases nice UI designs. Specifically, one that has examples of Windows user interfaces. I have a few of these bookmarked (like Beautiful Pixels), but they are ...