Sam Dutton’s blog

C++, Python and other animals

Great Interface Mysteries #1: unresizable dialog boxes

with one comment

Lots of dialog boxes in Windows that should be resizable, aren’t.

This is very annoying and completely unneccesary: it’s simple to write the code so dialogs are resizable.

How can this be so after decades of Windows development?

This is one of the world’s Great Interface Mysteries.

Unresizable Windows dialog

Here’s the dialog box that pops up when you edit environment variables in Windows.

The box isn’t resizable so you can’t see all the text without copying it and pasting it somewhere else.

D’oh!

Below is the same but different.

I’d like to be able to see all the commands containing the word show, but I can’t because the box isn’t resizable.

Double d’oh!

The Options dialog in Visual Studio, with Keyboard selected

 

 

 

 

Written by samdutton

23 May, 2008 at 2:34 pm

One Response

Subscribe to comments with RSS.

  1. Hi, I cant understand how to add your site in my rss reader. Can you Help me, please :)

    Lonnie Carbo

    26 April, 2009 at 1:33 pm


Leave a Reply