[TC 11.01RC1] sfxhead.sfx: text is displayed incorrectly

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Elwin_Ransom
Junior Member
Junior Member
Posts: 38
Joined: 2022-07-31, 18:14 UTC
Location: Perelandra

[TC 11.01RC1] sfxhead.sfx: text is displayed incorrectly

Post by *Elwin_Ransom »

In the " Unpacking files..." window, the "To:" line is half displayed:
https://0x0.st/H9Pb.png

On my end, I temporarily solved the problem by replacing the string

Code: Select all

LTEXT "", 130, 5, 18, 242, 19, SS_NOPREFIX | NOT WS_GROUP
with string

Code: Select all

CONTROL "", 130, "STATIC", SS_NOPREFIX | SS_LEFTNOWORDWRAP, 5, 18, 242, 19
recompiling sfxhead.sfx.

( Just to clarify: the "Self extracting ZIP file" window is now centered, but the "Unpacking files..." window is not. Is this correct? If not, I will create another bug report. )
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.01RC1] sfxhead.sfx: text is displayed incorrectly

Post by *ghisler(Author) »

That seems to work, thanks! I also tried to add end ellipsis and path ellipsis, but then From and To were shown on one line.
Self extracting ZIP file" window is now centered, but the "Unpacking files..." window is not. Is this correct?
Yes, this is correct. From and To need to be aligned together, otherwise it looks bad.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.01RC1] sfxhead.sfx: text is displayed incorrectly

Post by *ghisler(Author) »

This should be fixed in Total Commander 11.01 RC2, please try it!
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: [TC 11.01RC1] sfxhead.sfx: text is displayed incorrectly

Post by *petermad »

history.txt wrote:24.08.23 Fixed: Self-extracting module sfxhead.sfx: "To:" location was mostly not visible due to a line break after "To:" text (32/64)
Cornfirmed that the path is now visible also for long paths, but long paths are just cut off at the right edge of the dialog box, so the file name cannot be seen.
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
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC 11.01RC1] sfxhead.sfx: text is displayed incorrectly

Post by *ghisler(Author) »

Thanks for confirming the fix.

As I wrote above, I tried adding end ellipsis and path ellipsis, but then From and To were shown on one line.
Therefore that can't be helped, sorry.

Moderator message

Moved to fixed bugs
Author of Total Commander
https://www.ghisler.com
Post Reply