[10.00b2_x64] Refresh problem/delay when opening config window
Moderators: Hacker, petermad, Stefan2, white
[10.00b2_x64] Refresh problem/delay when opening config window
When opening the config window, there is a delay of about 1s unless the window is drawn correctly.
Before, it looks like:
https://www.directupload.net/file/d/6127/wmah6k5q_png.htm
Before, it looks like:
https://www.directupload.net/file/d/6127/wmah6k5q_png.htm
Re: [10.00b2_x64] Refresh problem/delay when opening config window
confirmed, it's a noticeable delay which wasn't there before.
Re: [10.00b2_x64] Refresh problem/delay when opening config window
Not confirmed in my environment
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: [10.00b2_x64] Refresh problem/delay when opening config window
I see it too. And 32bit version has similar problem, only instead of half-drawn window there's delay before the window shows at all, and it started already in previous beta.
10.00ß1a 32bit - delay before showing window
10.00ß1a 64bit - no problem
10.00ß2 32bit - delay before showing window
10.00ß2 64bit - half-drawn window as reported in OP
Windows 10 x64, clean ini.
10.00ß1a 32bit - delay before showing window
10.00ß1a 64bit - no problem
10.00ß2 32bit - delay before showing window
10.00ß2 64bit - half-drawn window as reported in OP
Windows 10 x64, clean ini.
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [10.00b2_x64] Refresh problem/delay when opening config window
I have checked it, it's caused by a new function which adds labels to edit boxes for accessiblity. For this, all static text controls are checked whether they have a linked edit box or combobox. I will have to check why this is so slow - maybe call this separately for each tab.
The 32-bit problem must be something different, the function was added only in beta 2.
The 32-bit problem must be something different, the function was added only in beta 2.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [10.00b2_x64] Refresh problem/delay when opening config window
I confirm, I also haveSob wrote: 2021-03-19, 16:20 UTC I see it too. And 32bit version has similar problem, only instead of half-drawn window there's delay before the window shows at all, and it started already in previous beta.
10.00ß1a 32bit - delay before showing window
10.00ß1a 64bit - no problem
10.00ß2 32bit - delay before showing window
10.00ß2 64bit - half-drawn window as reported in OP
Windows 10 x64, clean ini.
#231783 Single user license
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [10.00b2_x64] Refresh problem/delay when opening config window
The delay in TC 32-bit seems to be the Delphi load function of the dialog itself, because it has so many controls. I don't think I can make that any faster. But I found a solution now for the new delay in 64-bit.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [10.00b2_x64] Refresh problem/delay when opening config window
This should be fixed in beta 3 64-bit, please test it!
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [10.00b2_x64] Refresh problem/delay when opening config window
Fixed in b3, thanks!