Everything chm displays blank page

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Everything chm displays blank page

Post by void »

Image

Image

Please try the following:
  • Right click your Everything.chm and click Properties.
  • Check Unblock.
  • Click OK.
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: Everything chm displays blank page

Post by horst.epp »

No problem with blocking but the help is displayed in a much to small font.
So its not High DPI aware.
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Everything chm displays blank page

Post by NotNull »

horst.epp wrote:No problem with blocking but the help is displayed in a much to small font.
So its not High DPI aware.
As it's basically a "bunch of web-pages" (CHM = Compiled HTML), you can use <Ctrl +> and <Ctrl -> to zoom in/out. Or Use <Ctrl> plus the mouse scrollwheel.

The underlying issue is in the CHM itself. It uses px (pixels;absolute size) instead of pt (point;relative size) in the CSS stylesheets (I just decompiled the CHM to see what's going on)
Like: font-size:13px; instead of font-size: 13pt;


CHM is more or less abandoned by Microsoft, in favor of a new (much worse) help system. Part of the reason was that because it was HTML, it could contain (silently executed) active code like JavaScript. That's why it gets blocked.
If you would put the unblocked CHM somewhere on your network, it *still* would show you a blank page if the zone in which it is placed (trusted site, Intranet, etc) isn't allowed explicitely or this specific file isn't allowed explicitely.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything chm displays blank page

Post by void »

horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: Everything chm displays blank page

Post by horst.epp »

void wrote:Updated to 10pt, thanks.

http://www.voidtools.com/Everything.chm.zip
Thanks, its easy readable now.
Post Reply