[TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3299
Joined: 2003-05-06, 11:46 UTC

[TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *Sir_SiLvA »

Press F5, start the copy process of a file, press/click cancel https://ibb.co/nD6JKTh
there is a visible TextLabel behind the Icon :!:

32Bit Version ONLY, for Windows 7 and up as XP has not this cancel dialog.
Last edited by Sir_SiLvA on 2023-06-23, 01:58 UTC, edited 2 times in total.
Hoecker sie sind raus!
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC11.00 beta 8, since ?, 32bit only] TextLabel behind Icon

Post by *petermad »

32Bit Version ONLY.
And Windows > 7 only <https://ghisler.ch/board/viewtopic.php?p=435562#p435562>

What makes you think that it is text behind the icon, and not just bad rendering of the icon?

https://tcmd.madsenworld.dk/cancelcopy.png

2Sir_SiLvA
To rule out the antialiasing - could you try and put FontQuality=3 in the [Configuration] section of your wincmd.ini and do the test again, and upload a new screenshot?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3299
Joined: 2003-05-06, 11:46 UTC

Re: [TC11.00 beta 8, since ?, 32bit only] TextLabel behind Icon

Post by *Sir_SiLvA »

petermad wrote: 2023-06-22, 23:59 UTC
32Bit Version ONLY.
And Windows > 7 only <https://ghisler.ch/board/viewtopic.php?p=435562#p435562>
Nope, my Screenshot is a Windows 10 Screenshot and this is what it looks in Windows 7: https://ibb.co/2MVY7fY
petermad wrote: 2023-06-22, 23:59 UTC What makes you think that it is text behind the icon, and not just bad rendering of the icon?
The fact that you can make the text better visible use Settings -> "Font" -> "Set dots per inch (DPI) to:" -> 200 and you get: https://ibb.co/VQkmRH9

According to Ahk the class is a TPaintBox https://ibb.co/VY6Gj0r so I suppose the Text is "PaintBox".

PS: I tried to get that dialog also under xp but there the copy operation is just canceled?
Last edited by Sir_SiLvA on 2023-06-23, 01:50 UTC, edited 1 time in total.
Hoecker sie sind raus!
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *petermad »

The fact that you can make the text better visible use Settings -> "Font" -> "Set dots per inch (DPI) to:" -> 200
You are right with 120 DPI or larger, I can see it in32bit TC under Windows 7 too. https://tcmd.madsenworld.dk/cancelcopyw7-150dpi.png


PS: I tried to get that dialog also under xp but there the copy operation is just canceled?
Under Windows XP, I get the same dialog with the 3 buttons - but there is NO icon, and no text where it should have been: https://tcmd.madsenworld.dk/cancelcopyXP-150dpi.png - maybe because Windows XP doesn't have an imageres.dll icon library
Last edited by petermad on 2023-06-23, 10:23 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
AntonyD
Power Member
Power Member
Posts: 1249
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *AntonyD »

According to Ahk the class is a TPaintBox https://ibb.co/VY6Gj0r so I suppose the Text is "PaintBox".
Correction "PaintBox1" - is the text of this object ;)
btw - which script(standalone exe?) did you use for this kind of analysis?
#146217 personal license
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3299
Joined: 2003-05-06, 11:46 UTC

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *Sir_SiLvA »

AntonyD wrote: 2023-06-23, 08:47 UTC
According to Ahk the class is a TPaintBox https://ibb.co/VY6Gj0r so I suppose the Text is "PaintBox".
Correction "PaintBox1" - is the text of this object ;)
Where is the prove to that claim :?:
AntonyD wrote: 2023-06-23, 08:47 UTC btw - which script(standalone exe?) did you use for this kind of analysis?
the WindowSpy.ahk script that comes with ahk since forever :D
Hoecker sie sind raus!
User avatar
AntonyD
Power Member
Power Member
Posts: 1249
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *AntonyD »

Where is the prove to that claim
https://ibb.co/Rhp2nPs
It's in "your" picture that you provided in your post above ;)
#146217 personal license
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *ghisler(Author) »

Confirmed, thanks. Delphi indeed has a text field for the paint box control (which doesn't make sense), while Lazarus does not.
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *petermad »

history.txt wrote:23.06.23 Fixed: Custom message dialog (e.g. when aborting copying in the middle of a big file): The new icon field had some default text behind the icon (32)
Confirmed fixed in TC 11.00b9 :-)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3299
Joined: 2003-05-06, 11:46 UTC

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *Sir_SiLvA »

ghisler(Author) wrote: 2023-06-23, 13:39 UTC Confirmed, thanks. Delphi indeed has a text field for the paint box control (which doesn't make sense), while Lazarus does not.
Is that still delphi 2? I was certain it was something like that but couldnt find it in delphi 3s version of the paintbox.
Hoecker sie sind raus!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC11.00 beta 8, since 6?, 32bit only] Copy Cancel Dialog - Text behind the Icon in TPaintBox visible

Post by *ghisler(Author) »

Yes, it's Delphi 2. I did buy 3 and later one of the X versions but didn't see any real benefit to move there.
Author of Total Commander
https://www.ghisler.com
Post Reply