Quick view CTRL+Q and photos

Support for xplorer² free lite version

Moderators: fgagnon, nikos, Site Mods

niobium
New Member
Posts: 3
Joined: 2004 Jul 17, 20:48

Quick view CTRL+Q and photos

Post by niobium »

why the quick view for DIGITAL PHOTOGRAPHS appear do in the form of textual file and not image? Thank you
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

That is expected display when file size is greater than setting for max thumbnail size (on Tools | Options... | General tab )
AND
you have not ticked "No hex preview" (on Tools | Options... | Window tab )
To always show pictures, regardless of file size, set max size limit to 0.
niobium
New Member
Posts: 3
Joined: 2004 Jul 17, 20:48

Post by niobium »

I have ticked "No Hex preview" et set max size limit to 0... and now there is nothing any more, the window is empty ??????
User avatar
fgagnon
Site Admin
Site Admin
Posts: 3737
Joined: 2003 Sep 08, 19:56
Location: Springfield

Post by fgagnon »

That should not be if you have set Byte file size limit for extracting
Thumbnails = 0 (on Tools | Options... | General tab )

Now when you are focused on a picture file (.jpg .bmp .gif .png etc...)
you should see the preview in QuickView pane for any file type that Windows Media Player can view. {edit/add: WMP must be installed, as x2 plugs into latest version of WMP that it finds on your machine to decode the picture. Also see this forum topic for further discussion.}

If this does not resolve your issue, please provide more details on file(s) you are trying to view, etc...
wavy c
Member
Member
Posts: 21
Joined: 2004 Jul 04, 13:17

Post by wavy c »

I have noticed a similar problem with previewing html (web) pages stored on my hdd when using win xp.

On a old laptop, running win98se, xplorer2 displays a little thumbnail picure of the html page when preview is on. For some reason, on my xp desktop computer, all I get is a hex display.

Digital pictures display fine for me under both xp and win98se.

If xplorer2 uses media player to display pictures, I wonder what it uses to dipslay html pages? Perhaps I have inadvertently changed a setting somewhere, or a file extension association?

It's not a major issue, but I am curious to know if it possible to fix this behavior.

regards - wavy c
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

wavy c, you must have win XP SP1 where html previewing was turned off by m$ for "security issues"; please search this forum for a discussion that explains how to turn it back on

niobium, what's the file extension of these digital pictures?
niobium
New Member
Posts: 3
Joined: 2004 Jul 17, 20:48

arfffffffffffffffffff..... i'm so sorry !!!!!!!!!!!!!!

Post by niobium »

i have set max size limit to 0 in the wrong place (in text preview size :shock: ), now all it's OK.... thank you very very much !!!!!

Super génial ce programme !!!!! :lol: :D :lol: :D
wavy c
Member
Member
Posts: 21
Joined: 2004 Jul 04, 13:17

Post by wavy c »

Nikos - Tnx, yes I'm using sp1 so that explains the lack of html previews.

Niobium - Glad to know you got your picture previews working. I searched for some info on this, which you won't need now, but perhaps the following may be useful to others having similar problems:

Remove image and/or media preview in Explorer

Windows XP Explorer has a 'feature' to provide a preview in the Details box on the left of the file you have selected, if it's supported. Image files, HTML pages, video clips, MP3s, etc are all previewed (even with the folder view open).

If you have a large movie clip and it either is corrupt (ie. no index from a partial download) or it uses an unsupported codec, then Explorer tries to load the whole file. This can slow your computer a lot and prevent deleting/renaming/moving/etc the file until it's finished.

Simply do the following steps:

1) Open a command window (Start->Run, type in 'cmd' hit enter)
2) To remove image preview, type and hit enter
regsvr32 /u shimgvw.dll
3) To readd image preview, type and hit enter
regsvr32 shimgvw.dll
4) To remove media preview, type and hit enter
regsvr32 /u shmedia.dll
5) To readd media preview, type and hit enter
regsvr32 shmedia.dll
- wavy c
User avatar
JRz
Gold Member
Gold Member
Posts: 560
Joined: 2003 Jun 10, 23:19
Location: NL

Post by JRz »

nikos wrote:wavy c, you must have win XP SP1 where html previewing was turned off by m$ for "security issues"; please search this forum for a discussion that explains how to turn it back on
[...]
wavy c, took the liberty of looking it up for you. Here's the key part from my post which describes the easiest way (I know of at least) to get preview and thumbnails for .htm and .html files back in Windows XP SP1:

[...]
In fact, if you paste the following text (see code section) in an empty file and (for example) save it under the name 'fixHTMLPreview.reg', you can simply double-click the file and you're sorted

(especially used win9x/NT4 compatible first line - REGEDIT4 - to be able to use this down to win98)

Code: Select all

REGEDIT4 

[HKEY_CLASSES_ROOT\.htm\ShellEx] 

[HKEY_CLASSES_ROOT\.htm\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] 
@="{EAB841A0-9550-11cf-8C16-00805F1408F3} " 

[HKEY_CLASSES_ROOT\.html\ShellEx] 

[HKEY_CLASSES_ROOT\.html\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] 
@="{EAB841A0-9550-11cf-8C16-00805F1408F3} " 
Enjoy!!

8)
Dumb questions are the ones that are never asked :turn:
wavy c
Member
Member
Posts: 21
Joined: 2004 Jul 04, 13:17

Post by wavy c »

JRz, Tnx for taking the trouble to look this up - very kind!

Looking forward to trying it out later this evening.

I guess m$ must have been worried about malicious scripts running when doing a html preview, but as any web pages I have stored on my hdd will have already been opened in a browser I don't think I'll worry too much about their "security issues"!

:lol:

-
wavy c
Member
Member
Posts: 21
Joined: 2004 Jul 04, 13:17

Post by wavy c »

Tested JRz's reg file - it works! :D

- wavy c
User avatar
JRz
Gold Member
Gold Member
Posts: 560
Joined: 2003 Jun 10, 23:19
Location: NL

Post by JRz »

Of course 8)
Dumb questions are the ones that are never asked :turn: