View and quick view *.CHM
Moderators: Hacker, petermad, Stefan2, white
View and quick view *.CHM
1. F3 > htmlview > 4 > IEView > 4 > IEView
Switching to htmlview doesn't occur.
2. Ctrl+Q > htmlview > 4 > htmlview
Switching to IEView doesn't occur.
Switching to htmlview doesn't occur.
2. Ctrl+Q > htmlview > 4 > htmlview
Switching to IEView doesn't occur.
Last edited by Fla$her on 2024-03-19, 21:14 UTC, edited 1 time in total.
Overquoting is evil! 👎
Re: View and quick view *.CHM
I don't understand the problem here ?
I have assigned the extension CHM to htmlview and this works in all situations.
If I hit 4 in a htmlview of a CHM it switches to the next configured plugin.
I have assigned the extension CHM to htmlview and this works in all situations.
If I hit 4 in a htmlview of a CHM it switches to the next configured plugin.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC6 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.3 x64
TC 11.55 RC6 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.3 x64
Re: View and quick view *.CHM
I am using markdown plug for similar operation and with this plug I can't observer the same problems.
SO maybe it more correctly will be to report this bug for 'IEView' plugins author?
SO maybe it more correctly will be to report this bug for 'IEView' plugins author?
Last edited by AntonyD on 2024-03-20, 06:39 UTC, edited 1 time in total.
#146217 personal license
Re: View and quick view *.CHM
The 3rd one is what I expect.
TC has no internal CHM viewer.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC6 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.3 x64
TC 11.55 RC6 x64 / x86
Everything 1.5.0.1395a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.3 x64
Re: View and quick view *.CHM
I realized my mistake. I confused Lister with IEView because of "ListerTitle=%TITLE% - Lister", replaced it in the first 2 points, removed the 3rd one.
PS: IEView, unlike htmlview, displays color settings correctly.
PS: IEView, unlike htmlview, displays color settings correctly.
I don't think the 2nd point concerns IEView.AntonyD wrote: 2024-03-19, 14:26 UTC SO maybe it more correctly will be to report this bug for 'IEView' plugins author?
Overquoting is evil! 👎
Re: View and quick view *.CHM
Re: View and quick view *.CHM
2Stefan2
It didn't stop being a bug just because I confused the plugin with Lister.
Pressing 4 should result in a cyclic transition in both cases.
It didn't stop being a bug just because I confused the plugin with Lister.
Pressing 4 should result in a cyclic transition in both cases.
Overquoting is evil! 👎
Re: View and quick view *.CHM
I cannot reproduce the issue for F3.
I tested first with plain HTMLView put before IEView in the [ListerPlugins] section:
and all other plugins i have that that can open chm files disabled.
Then I also tried with this "View method by file type" setting:
no problems with that either.
In Quickview i cannot confirm the problem as described, but at the third press on 4 TC, does not go back to HTMLView:
Ctrl+Q > focus on Lister panel > HTMLView > 4 > ieview > 4 > HTMLView > 4 > HTMLView
I have to set focus to the Lister panel manually each time HTMLView is opened, to be able to go to ieview - so this works:
Ctrl+Q > focus on Lister panel > HTMLView > 4 > ieview > 4 > HTMLView > focus on Lister panel > 4 > ieview - etc.
If I re-enable my other plugins I get this sequence for Quickview (no ploblems with F3):
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > 4 > total7zip > 4 > synplus > 4 > hexviewer > 4 > sumatrapdf
ieview is simply skipped
I can include ieview by doing:
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > focus on Lister panel > 4 > ieview > 4 > total7zip > 4 > synplus > 4 > hexviewer > 4 > sumatrapdf
EDIT
If I, in the last example, move total7zip.wlx between HTMLView and ieiew in the [ListerPlugins] section, then i get this:
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > 4 > ieview > 4 > 4synplus > 4 > hexviewer > 4 > sumatrapdf
i.e. total7zip is skipped.
Again this works:
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > focus on Lister panel > 4 > ieview > 4 total7zip > 4 > synplus > 4 > hexviewer > 4 > sumatrapdf
So the problem oviously lies in HTMLView that makes TC skip the next plugin, unless the panel has been focused.
I tested first with plain HTMLView put before IEView in the [ListerPlugins] section:
Code: Select all
25=%COMMANDER_PATH%\PLUGINS\WLX\HTMLView\HTMLView.wlx
25_detect=EXT="PDF" | EXT="CHM" | FORCE
26=%COMMANDER_PATH%\PLUGINS\WLX\IEView\ieview.wlx
26_detect=EXT="PDF" | EXT="CHM" | FORCE
Then I also tried with this "View method by file type" setting:
Code: Select all
[ListerModes]
0exts=*.chm
0fields=HTMLView.wlx,ieview.wlx
In Quickview i cannot confirm the problem as described, but at the third press on 4 TC, does not go back to HTMLView:
Ctrl+Q > focus on Lister panel > HTMLView > 4 > ieview > 4 > HTMLView > 4 > HTMLView
I have to set focus to the Lister panel manually each time HTMLView is opened, to be able to go to ieview - so this works:
Ctrl+Q > focus on Lister panel > HTMLView > 4 > ieview > 4 > HTMLView > focus on Lister panel > 4 > ieview - etc.
If I re-enable my other plugins I get this sequence for Quickview (no ploblems with F3):
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > 4 > total7zip > 4 > synplus > 4 > hexviewer > 4 > sumatrapdf
ieview is simply skipped
I can include ieview by doing:
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > focus on Lister panel > 4 > ieview > 4 > total7zip > 4 > synplus > 4 > hexviewer > 4 > sumatrapdf
EDIT
If I, in the last example, move total7zip.wlx between HTMLView and ieiew in the [ListerPlugins] section, then i get this:
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > 4 > ieview > 4 > 4synplus > 4 > hexviewer > 4 > sumatrapdf
i.e. total7zip is skipped.
Again this works:
Ctrl+Q > focus on Lister panel > sumatrapdf > HTMLView > focus on Lister panel > 4 > ieview > 4 total7zip > 4 > synplus > 4 > hexviewer > 4 > sumatrapdf
So the problem oviously lies in HTMLView that makes TC skip the next plugin, unless the panel has been focused.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50824
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: View and quick view *.CHM
Unfortunately I could not fix this because it's a bug in htmlview, sorry.
Moderator message
Moved to will not be changed
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com