Increase inplace copy dialog width

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Increase inplace copy dialog width

Post by *MVV »

Regular copy dialog width increased - great! But Shift+F5 copy dialog (TCheckEditBox class) is still narrow. Please increase its width.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

This is a standard TC dialog which is used in many other places. I'm not sure whether I should really make it much larger.
Author of Total Commander
https://www.ghisler.com
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Why don't you sure? It won't hurt at all, but will allow longer paths (longer than 50 characters) and filenames in a label (currently only 25 name characters shown in Russian). Screenshot.

BTW it even too short to include full-length checkbox title (there is a shortening in Russian).
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Because I still think that the new wider F5 copy dialog looks ugly (misproportioned).
Author of Total Commander
https://www.ghisler.com
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

New F5 dialog looks bad not because of its width but because of buttons' width. You should make buttons' width smaller and move them to the right. But in such case disappearing 'Options' button will look strange.

BTW F5 dialog could look better if you make it resizeable, so it could look normally for most people. It is really easy to do, just playing with forms (I gave some examples).
Sob
Power Member
Power Member
Posts: 941
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

The truth is, I also like cute small and "packed" dialogs better than some too wide, etc.. But that's just the visual appearance which is not the most important thing. The old copy dialog may have been a tiny little bit closer to cute (not counting the ugly "Options >>" on separate line) and small than the new one. But the longer paths didn't fit quite often. And you just have to ask if it was worth it.

Resizeable dialog is the ultimate solution. You design it nice and small and use that as default. And if someone makes it bigger, it does not hurt your eyes. Happiness all around. :) Too bad Delphi 2 does not have anchors and constrains (if I remember it right), that makes creating resizeable dialogs much easier.
User avatar
white
Power Member
Power Member
Posts: 4617
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Post by *white »

[mod]Thread split to What about porting 32-bit TC to Lazarus?

White (moderator)
[/mod]
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2MVV
I cannot make the buttons smaller because some languages require the width.
Author of Total Commander
https://www.ghisler.com
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

OK, now I see that buttons have same width as in older versions (they look wider because of single-line layout).
Maybe you can move 'Options' button down and move rest buttons to the right? Or maybe leave just '>>' instead of 'Options >>' button text to make it shorter (I think it is quite enough to have title '>>' to tell user that button can expand something - tooltip may be used to tell what exactly).
Sob
Power Member
Power Member
Posts: 941
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

This Options button is real troublemaker. :) Either it sits below the other buttons (old version) and makes the dialog look ugly. Or it is on the same line as others and makes author feel bad, because it needs to be relatively wide. And in both cases makes things weird by dissapearing, but that's because it looks like it belongs to same group as other buttons. It wouldn't be weird if it was clearly separate.
What about dealing with it the same way as in MVV's latest example? Just the basic idea, Options would be above the other buttons in some form (smaller button or perhaps even clickable panel). Advanced options would also open above buttons, othewise it would not make sense. Rest of the buttons aligned to right. I think the result would make better impression.
User avatar
MaxX
Power Member
Power Member
Posts: 1029
Joined: 2012-03-23, 18:15 UTC
Location: UA

Post by *MaxX »

User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately this ">>" button is almost invisible - although I must admit that it really looks good, I must also say that most people wouldn't even notice that it is there...
Author of Total Commander
https://www.ghisler.com
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

ghisler,
You can try to make it non-flat so it will be visible.
Sob
Power Member
Power Member
Posts: 941
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

It's called *advanced* options for a reason, people who are supposed to find it will find it. New users either want to just copy files and don't need any options (no problem here) or they have some specific requirements and they will actively look for advanced options. And when they do, there's no chance to not find the button. Sure, if the dialog contained fifty other controls, it could be missed among them. But in this simple dialog? No way. Also don't forget it's a one-time thing, they just need to find it once and they will remember it for later.
Post Reply