progress bar issue

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
sexzyura
Junior Member
Junior Member
Posts: 2
Joined: 2023-09-14, 19:38 UTC

progress bar issue

Post by *sexzyura »

as explained to me on github, total commander has a bug as it fails to return to TBPF_NOPROGRESS upon completion of copying, therefore, after the completion of the copying process, this progress indicator always remains on my taskbar. how can I fix it? Image: https://imgur.com/a/AhL3Og0
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: progress bar issue

Post by *petermad »

I cannot reproduce this.

Which version and bitness of TC are you using and which version of Windows are you running?
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
Dalai
Power Member
Power Member
Posts: 9393
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: progress bar issue

Post by *Dalai »

2sexzyura
Which copy progress are you referring to: foreground or background transfer manager? Are you talking about regular copy operations or something specific like directory synchronization? Is the TC window minimized? Please provide as many details as possible.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: progress bar issue

Post by *ghisler(Author) »

I cannot reproduce this either. Please provide more details.
Author of Total Commander
https://www.ghisler.com
sexzyura
Junior Member
Junior Member
Posts: 2
Joined: 2023-09-14, 19:38 UTC

Re: progress bar issue

Post by *sexzyura »

2petermad
I currently use Windows 10 and Total Commander 10. But I tried the latest version 11 and it still has this bug. I will say right away that this defect is noticeable when using the Retrobar program, which changes the default taskbar of win10. There the progress is not displayed graphically, but with this text percentage system as you can see, and this bug is not visible with the default taskbar. But in any case, retrobar does not have any effect on the total commander, and this is precisely the bug in totalcmd. That's why I was wondering whether it is possible to disable the indication of copying files on the taskbar or to fix this bug in another way?

https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-itaskbarlist3-setprogressstate
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: progress bar issue

Post by *ghisler(Author) »

Maybe it's a bug of Retrobar? I have put a breakpoint on the line
SetProgressState(mainwnd,TBPF_NOPROGRESS);
in my code, and it is called after copying with F5, deleting with F8, and packing with Alt+F5.
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: progress bar issue

Post by *ghisler(Author) »

I'm moving this to "Will not be changed" because I'm actually calling SetProgressState(mainwnd,TBPF_NOPROGRESS); so the bug must not be within Total Commander.

Moderator message

Moved to will not be changed
Author of Total Commander
https://www.ghisler.com
Post Reply