Well, as long as Christian is willing to do that, i'd vote for the one you're proposing. Unless he can create a self-made one that fits nice with Win2K (color-wise).CoolWater wrote:Win2k should/could use the currently used header control (the self-made one).
Which header control do you like more?
Moderators: Hacker, petermad, Stefan2, white
- Wanderer -
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It's not very high priority for me. Using the theme API would be possible, but would require considerably more screen space.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
It is possible to resize the header control using the HDLAYOUT structure/HDM_LAYOUT message when you are going to use the common controls header control..ghisler(Author) wrote:It's not very high priority for me. Using the theme API would be possible, but would require considerably more screen space.
Regards,
CoolWater
i don't vote, because i miss the option "i don't care about the look, i want it only fast displayed, so i ever choose the design which will be displayed as fast as possible on all windows machines."
(also i had to look quite a minute on the screenshot to see any difference 8-) )
(also i had to look quite a minute on the screenshot to see any difference 8-) )
Was nützt der Löffel für die Weisheit, wenn man zu weit vom Suppentopf entfernt sitzt?
Mario
Mario
Ok, but others might think different... Moreover, i think a fresh UI could address people more who see a screenshot. TC still looks partially like an old Win95 software...versalzen wrote:i don't vote, because i miss the option "i don't care about the look, i want it only fast displayed, so i ever choose the design which will be displayed as fast as possible on all windows machines."
(also i had to look quite a minute on the screenshot to see any difference)
@ghisler
Btw. The Tab control looks ugly too since the frame is partially overlapped by other labels/buttons... So why not draw the tab control ONLY on top of the path control, i.e. set the height of the entire tab control to the height of the tabs. so you do not need to draw it around/behind the list control which really looks ugly, imho.
Regards,
CoolWater
-
- Junior Member
- Posts: 39
- Joined: 2007-09-15, 14:53 UTC
- Location: Noord-Brabant, The Netherlands
In another forum I posted a Delphi-example of how to create/program the modern header look:
http://ghisler.ch/board/viewtopic.php?t=21175
If you create it like this, the ("old") classic (Win2000) look would still be there on "old" Windows versions, and if XP/Vista/7 themes are turned off. And users with themes turned on would have the modern look.
And there's no issue with "the modern header bar is higher". The new one would be drawn on the canvas of the old/current one, so it is as high as the old/current one.
And for the "current directory bar" you could use twMaxCaptionActive. It would look like the current one, but then more modern (gradient). And again, if themes are turned off, or TC is used on an old Windows version, the classic directory bar would be shown.
http://ghisler.ch/board/viewtopic.php?t=21175
If you create it like this, the ("old") classic (Win2000) look would still be there on "old" Windows versions, and if XP/Vista/7 themes are turned off. And users with themes turned on would have the modern look.
And there's no issue with "the modern header bar is higher". The new one would be drawn on the canvas of the old/current one, so it is as high as the old/current one.
And for the "current directory bar" you could use twMaxCaptionActive. It would look like the current one, but then more modern (gradient). And again, if themes are turned off, or TC is used on an old Windows version, the classic directory bar would be shown.
-
- Junior Member
- Posts: 39
- Joined: 2007-09-15, 14:53 UTC
- Location: Noord-Brabant, The Netherlands
I did some Paint-Shop-Pro-ing and created an example of how TC could look with the use of standard Windows themes possibilities (Delphi ThemeServices). The left panel has the current look, the right one has the themed look:
http://home.kpn.nl/jong7810/z_netlinkedfiles/TC_example1.jpg
Changed:
- Current directory bar
- File panel headers
- Selected file under cursor
- ToolBar/ButtonBar
http://home.kpn.nl/jong7810/z_netlinkedfiles/TC_example1.jpg
Changed:
- Current directory bar
- File panel headers
- Selected file under cursor
- ToolBar/ButtonBar