Indeed, everything works on a clean build! I will look for the problem myself.Horst.Epp wrote: 2026-04-08, 13:34 UTC For me, Imagine plugin still works fine to view .fli files with RC3
Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Moderators: petermad, Stefan2, white, Hacker
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
When updating one file at a time, it turned out that the problem was due to the TOTALCMD64.EXE file. In TC 32-bit everything works fine. What setting can affect 64-bit TC specifically?ghisler(Author) wrote: 2026-04-08, 07:03 UTC RC3 will be released later today, you will then see what I mean.
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Oh, my problem has already been reported in a bug:
The settings in lister for "Define view by file type" (ModeByfileType=1) no longer works in Lister in TC 11.57rc3 64bit - The 32bit version still works.
The settings in lister for "Define view by file type" (ModeByfileType=1) no longer works in Lister in TC 11.57rc3 64bit - The 32bit version still works.
- ghisler(Author)
- Site Admin

- Posts: 52373
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Can you try sending WM_COMMAND with high word of LPARAM set to 0xFFF8 when your plugin gets the focus?Now it's clear. TC1by1 began to show focus. TCModPlug and TCAlReaderExt still do not show focus.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Very unstable. It activates on the first file, but when switching to others, it doesn't. Sometimes closing and switching with Alt+Tab from other windows helps, but not always.
Overquoting is evil! 👎
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Hm. nothing happens:ghisler(Author) wrote: 2026-04-08, 16:25 UTCCan you try sending WM_COMMAND with high word of LPARAM set to 0xFFF8 when your plugin gets the focus?Now it's clear. TC1by1 began to show focus. TCModPlug and TCAlReaderExt still do not show focus.
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/b50df44259f6dd896ebbdabc031964d9.png[/img]
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
Interestingly, it works stably for me. Maybe some program is stealing your focus?
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
I quickly tried not to hide the header, that is, make 1by1 a descendant. No, no effect.
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
On both bitnesses?Interestingly, it works stably for me.
This wouldn't correspond to the initial conditions when another panel is active.Maybe some program is stealing your focus?
Overquoting is evil! 👎
- ghisler(Author)
- Site Admin

- Posts: 52373
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
The high word of lparam must be set to 0xFFF8, so send 0xFFF80000 instead.Hm. nothing happens:
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
No changes
Am I selecting 1by1WndClass correctly?
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/bc6fb15c9c335637d5d4936507259de2.png[/img]
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/bc6fb15c9c335637d5d4936507259de2.png[/img]
- ghisler(Author)
- Site Admin

- Posts: 52373
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
You need to send WM_COMMAND to the Lister window, that's the one you receive in ListLoad.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
It turns out that you need to check the Lister window that appears with F3? After all, Lister is not accessible via Ctrl+Q? Let me describe my actions step by step:ghisler(Author) wrote: 2026-04-09, 08:50 UTC You need to send WM_COMMAND to the Lister window, that's the one you receive in ListLoad.
1. Press F3, the TC1by1 plugin starts.
2. Using the Spy program, I capture the TLister window:
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/a9ee240a9119be80e9672fc9969edc5c.png[/img]
3. I enter WM_COMMAND in LPARAM FFF80000:
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/2a8f4b058176ed22424f496ce9766608.png[/img]
Result 0
What am I doing wrong?
- ghisler(Author)
- Site Admin

- Posts: 52373
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
No, Ctrl+Q also opens a Lister window! It's just embedded in Total Commander.
Lister ignores WM_COMMAND with LPARAM=FFF80000 when started with F3. Have you checked what happens when you send it after opening Ctrl+Q?
Lister ignores WM_COMMAND with LPARAM=FFF80000 when started with F3. Have you checked what happens when you send it after opening Ctrl+Q?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Quick view panel: Clicking on a Lister plugin didn't mark the panel as active
I checked it on TCSumatraPDF, uLister using CtrL+Q. Nothing happens. TC1by1 Lister does not.ghisler(Author) wrote: 2026-04-10, 08:11 UTC No, Ctrl+Q also opens a Lister window! It's just embedded in Total Commander.
Lister ignores WM_COMMAND with LPARAM=FFF80000 when started with F3. Have you checked what happens when you send it after opening Ctrl+Q?
