Mikko
Unregistered
|
 |
Posted: Jan. 10 2006,18:50 |
 |
Hi,
I have Large Fonts enabled on my system, and the result is that the browse pane is miniscule and I cannot make it larger by resizing the window. With my 1600x1200 resolution, it is frustrating that the application window is 1/4 of the screen and cannot be resized...
Because of this, I cannot even start to evaluate the program, which is a shame because I have read much praise for it elsewhere.
Anyway, here are some of my thoughts about the resize problem:
- First of all, Large Fonts is an important setting in today's world of LCD displays. My screen is 21" but still the default fonts caused my eyes to hurt (yes, even with DVI). And I'm only in my thirties! :-)
- Very few programs refuse to work with the Large Fonts setting. I've seen some clipped text in a few places, but usually nothing major. I'm sorry to say, but usually problems with Large Fonts are an indication of poor programming.
- My suggestion to get rid of all resize problems is to reduce the number of resizable areas. The standard practise in Windows programs is that controls (checkboxes, editboxes, etc.) keep their size. The only resizable thing should be the left-most explorer and file selection panes! It doesn't make sense to widen the editboxes anyway, and if you resize the window to 1600x1200, it certainly doesn't look pretty with normal fonts either...
- The above change should be easy enough to implement. It only requires the auto-resize logic to be disabled, and to resize the explorer and file list panes (and move the control area), on window resize.
- If you insist on keeping the auto-resizable UI, can't you just scale the size calculations? I mean, get LOGPIXELSY and LOGPIXELSX, and use them to modify your dimensions. Sorry if this is too obvious, you probably have tried many work-arounds already.
mikkon @ excelsql.com
|