[TC10.50rc2] cm_UpdateQuickView does not always work

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

Moderators: white, Hacker, petermad, Stefan2

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

[TC10.50rc2] cm_UpdateQuickView does not always work

Post by *white »

  1. Create a button on the button bar with command cm_UpdateQuickView
  2. Create this batch file count.cmd:

    Code: Select all

    @echo. >count.txt
    @for /L %%c in (1,1,10) do echo %%c  >>count.txt & timeout /T 3 /nobreak
    
  3. Execute the batch file
  4. While the batch file is running, switch to TC, select count.txt and enable Quick View (Ctrl+Q)
  5. Repeatedly hit the button mentioned in step 1 to reload the file
The file displayed in Quick View is not reloaded during and after execution of the batch file.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC10.50rc2] cm_UpdateQuickView does not always work

Post by *ghisler(Author) »

Not confirmed, works for me in 32-bit and 64-bit.

I'm viewing the file with the internal txt viewer.

Are you perhaps viewing it with a plugin? If yes, which one? The plugin name should be shown above the quick view panel now in the beta. I tried with cudalister.wlx and the refresh also worked.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50rc2] cm_UpdateQuickView does not always work

Post by *white »

No plugins, new ini.
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50rc2] cm_UpdateQuickView does not always work

Post by *white »

I also tried this:
  • I disabled auto-refresh for my test drive (Configuration/Options/Refresh/Auto-Refresh when activating the program - No refresh for these drives)
  • Enable Quick view
  • Edit the file currently shown in Quick view, save and close
  • cm_UpdateQuickView does nothing
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: [TC10.50rc2] cm_UpdateQuickView does not always work

Post by *ghisler(Author) »

I disabled auto-refresh for my test drive
Thanks, that helped.
Author of Total Commander
https://www.ghisler.com
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: [TC10.50rc2] cm_UpdateQuickView does not always work

Post by *white »

HISTORY.TXT wrote:21.06.22 Fixed: cm_UpdateQuickView didn't work if the file list wasn't updated via auto-refresh (32/64)
Tested OK using TC10.50rc3 32-bit and 64-bit.

Moderator message from: white » 2022-06-22, 19:05 UTC

Moved to Fixed bugs.
Post Reply