Unexpected redraw and delayed response to action & unexpected behavior

Moderators: Hacker, petermad, Stefan2, white

User avatar
white
Power Member
Power Member
Posts: 6022
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Unexpected redraw and delayed response to action & unexpected behavior

Post by *white »

petermad wrote: 2025-06-25, 16:43 UTC
history.txt wrote:22.06.25 Fixed: Find files, Plugins tab: The sorting buttons now have the same height as in the View Mode configuration dialog (32/64)
Well not here:
Confirmed. Not here too. I look with AutoHotkey Windows Spy and the height is 25 vs 29.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50937
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Unexpected redraw and delayed response to action & unexpected behavior

Post by *ghisler(Author) »

I can confirm that the button is initially visible when opening the dialog, but it's disabled, so not a big problem. I will fix that in the next version.
Size of the “Sort” buttons
That's very strange, in the user interface designer the height is set to 25 in all 4 places (Delphi/Lazarus, search and configuration). I only kept the larger width in the search dialog. Therefore I cannot change this behaviour, sorry.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 6022
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Unexpected redraw and delayed response to action & unexpected behavior

Post by *white »

ghisler(Author) wrote: 2025-06-26, 08:30 UTC
Size of the “Sort” buttons
That's very strange, in the user interface designer the height is set to 25 in all 4 places (Delphi/Lazarus, search and configuration). I only kept the larger width in the search dialog. Therefore I cannot change this behaviour, sorry.
What does that mean? When the width is smaller the height gets larger? The height is somehow always 29 on the configuration dialog? What exactly is the behavior?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50937
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Unexpected redraw and delayed response to action & unexpected behavior

Post by *ghisler(Author) »

I found the reason: The main configuration dialog is scaled up by 115% when there is enough space, which isn't done for other dialogs. This is done to give the many options a bit more space to make them easier to read. I will update the history to only report that the buttons were made larger.
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 16157
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Unexpected redraw and delayed response to action & unexpected behavior

Post by *petermad »

The main configuration dialog is scaled up by 115%
Does that also explain the cut-off lower border of the bottom button under windows 7? See: https://tcmd.madsenworld.dk/scrollbuttons1155W7.png
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50937
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Unexpected redraw and delayed response to action & unexpected behavior

Post by *ghisler(Author) »

The buttons probably have a minimum height on Windows 7, which isn't reached with 25 pixels.
Author of Total Commander
https://www.ghisler.com
Post Reply