Page 2 of 4

Re: Hover Box for Zip files

Posted: 01 Nov 2018 08:23
by highend
Did you try fresh?
Yep, won't work either :maf:

Re: Hover Box for Zip files

Posted: 01 Nov 2018 09:21
by hari3
HB for rar?

Re: Hover Box for Zip files

Posted: 01 Nov 2018 09:57
by Borut
I am seeing only the raw preview. In fresh it seems to kind of work at my place (after show hover box being enabled).

Re. RAR: Sure, I would be very very interested too. But I guess, let us see it work for zip for all and think about RAR later.

Re: Hover Box for Zip files

Posted: 01 Nov 2018 11:36
by admin
Maybe another Win10 bug?

What's the OS of those where it does not work?

Re: Hover Box for Zip files

Posted: 01 Nov 2018 11:55
by Borut
Win 7 here, as in sig. (And works in Fresh.)

Re: Hover Box for Zip files

Posted: 01 Nov 2018 12:09
by admin
You say "it seems to kind of work"... that does not sound like 100%...

Re: Hover Box for Zip files

Posted: 01 Nov 2018 12:15
by RalphM
Doesn't work in my regular config after enabling to show hover box for Zip-Files but works in fresh with exactly the same options for hover box.
OS see sig.

Other factors I guess.

Edit: Rephrased it to make it clearer - I hope.

Re: Hover Box for Zip files

Posted: 01 Nov 2018 12:16
by Borut
Read it as: Works after enabling hover box.

Re: Hover Box for Zip files

Posted: 01 Nov 2018 12:34
by admin
Next beta has some debug logging. You should see these 4 lines for each time you hover a ZIP:

Code: Select all

2018-11-01 12:33:06.099 >> kExtZipFldr OK

2018-11-01 12:33:06.146 >> ePFzip OK

2018-11-01 12:33:06.192 >> zip_ListContents IN

2018-11-01 12:33:06.333 >> zip_ListContents OUT: 1

Re: Hover Box for Zip files

Posted: 01 Nov 2018 15:11
by Borut
Hm. I do not see any change in 19.30.0004. The result of ::dlog is empty (apart from the header line). How should this be debugged properly?

Edit:

::dlog result of fresh is indeed something like:
2018-11-01 15:05:02.207 >> kExtZipFldr OK
2018-11-01 15:05:02.207 >> ePFzip OK
2018-11-01 15:05:02.207 >> zip_ListContents IN
2018-11-01 15:05:02.217 >> zip_ListContents OUT: 1

In my opinion, with RalphM's and mine configurations (and probably highend's too) the new code is not executed at all. The raw preview is shown before the new zip-content code has a chance.

Re: Hover Box for Zip files

Posted: 01 Nov 2018 15:17
by admin
Well, that's an interesting result as well. I'll add more logging to the next beta...

Re: Hover Box for Zip files

Posted: 01 Nov 2018 15:53
by admin
Next beta (v19.30.0004) you should get this on dlog; :

Code: Select all

2018-11-01 15:52:19.246 >> Delay:1

2018-11-01 15:52:19.278 >> Delay:2

2018-11-01 15:52:19.309 >> sFIT:InfoTip

2018-11-01 15:52:19.324 >> sHB:1

2018-11-01 15:52:19.340 >> sHB:2

2018-11-01 15:52:19.371 >> sHB:3

2018-11-01 15:52:19.387 >> hb_Get

2018-11-01 15:52:19.403 >> kExtZipFldr OK

2018-11-01 15:52:19.434 >> ePFzip OK

2018-11-01 15:52:19.465 >> zip_ListContents IN

2018-11-01 15:52:19.496 >> zip_ListContents OUT: 1

2018-11-01 15:52:19.528 >> sHB:4

2018-11-01 15:52:19.543 >> sHB:5

2018-11-01 15:52:19.574 >> Delay:3

Re: Hover Box for Zip files

Posted: 01 Nov 2018 18:02
by Borut
Guess you mean v19.30.0005. Will test it as soon as possible, after it will be available.

Re: Hover Box for Zip files

Posted: 01 Nov 2018 18:37
by Borut
XYplorer 19.30.0006 - Windows 7 Professional (Service Pack 1), 64-bit, Build 7601 - 2018-11-01 18:35:37.852
----------------------------------------------------------------------------------------------------

2018-11-01 18:35:26.756 >> Delay:1

2018-11-01 18:35:26.756 >> Delay:2

2018-11-01 18:35:26.756 >> sFIT:InfoTip

2018-11-01 18:35:26.756 >> sHB:1

2018-11-01 18:35:26.756 >> sHB:2

2018-11-01 18:35:26.756 >> sHB:3

2018-11-01 18:35:26.756 >> hb_Get

2018-11-01 18:35:26.864 >> sHB:5

2018-11-01 18:35:26.874 >> Delay:3

Re: Hover Box for Zip files

Posted: 01 Nov 2018 19:13
by admin
Select a Zip file and run this through the address bar:
text dectohex(attrstamp()) ;
I have the suspicion that Zip files are seen as folders on your system...