Page 1 of 1
Change status bar system
Posted: Thu Mar 16, 2006 1:10 am
by Dreamer
Sometimes filename is too long and other important information (also selection size) is not visible - and filename is also on title bar, therefore I suggest:
- reorder context menu items, filename should be last
- or - limit filename characters so that all other information would be fully visible
Re: Change status bar system
Posted: Thu Mar 16, 2006 4:22 am
by xnview
Dreamer wrote:Sometimes filename is too long and other important information (also selection size) is not visible - and filename is also on title bar, therefore I suggest:
- reorder context menu items, filename should be last
- or - limit filename characters so that all other information would be fully visible
Perhaps limit filename is better, no?
Posted: Thu Mar 16, 2006 10:01 pm
by Ty
This problem occurs frequently in Windows in general: (a) the file name is much longer than the space available to display it, and (b) it's the actual filename--at the right end of the long path/name--that is the worthwhile information.
The solution, in my opinion, is to set the properties of the control where the name is being displayed as a RIGHT justified text field. This way the right-most data is always displayed, and the left-most data is truncated as necessary to fit in the available space.
If Pierre tries this out in XnView and it works well, I'm sure Mr. Gates will quickly adopt it as a standard for his firm....
Re: Change status bar system
Posted: Fri Mar 17, 2006 1:30 am
by Dreamer
xnview wrote:Dreamer wrote:Sometimes filename is too long and other important information (also selection size) is not visible - and filename is also on title bar, therefore I suggest:
- reorder context menu items, filename should be last
- or - limit filename characters so that all other information would be fully visible
Perhaps limit filename is better, no?
Sure, but maybe not easier to implement. Number of characters must be flexible, not fixed!
BTW Format/extension should be always visible.
Posted: Sat Mar 18, 2006 7:24 am
by Ty
I agree that limiting the filename is not a good idea.
Posted: Sun Mar 19, 2006 12:47 am
by Dreamer
Ty wrote:I agree that limiting the filename is not a good idea.
Sorry, I misunderstood.