NetEZ.com NetEZ Community
Enter City & State or US Zip Code:
Change your local weather options
Google
WWW NetEZ.com

NetEZ.com Forum Index  
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Preview pane questions
Goto page 1, 2  Next
 
Post new topic   Reply to topic    NetEZ.com Forum Index -> xplorer˛ Professional
View previous topic :: View next topic  
Author Message
pmike
Member
Member


Joined: 14 Apr 2004
Posts: 36

PostPosted: Fri Jun 11, 2004 10:53 am    Post subject: Preview pane questions Reply with quote

I saw some screenshots in the quickstart guide that have thumbnails of html docs showing up in the preview pane (this worked on 2xExplorer too; short-cuts to websites were also thumbnailed).

This doesn't appear to work on my install of xplorer2 pro. (my OS is WinXP Pro)

Are these problems/settings with Windows Explorer or xplorer2?
Back to top
View user's profile Send private message
pmike
Member
Member


Joined: 14 Apr 2004
Posts: 36

PostPosted: Fri Jun 11, 2004 11:59 am    Post subject: Reply with quote

pardon...the screenshots were not of thumbnails in the preview pane, but thumbnails of html files showing up in the thumbnail view.

Regardless, thumbnails of html files don't appear to work.
Back to top
View user's profile Send private message
fgagnon
Site Admin
Site Admin


Joined: 08 Sep 2003
Posts: 4271
Location: Springfield

PostPosted: Fri Jun 11, 2004 12:01 pm    Post subject: Reply with quote

EDIT/REPLACE WITH:
Please disregard my original post, {text now deleted} Embarassed
& see below for solution.


Last edited by fgagnon on Fri Jun 11, 2004 3:21 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
pmike
Member
Member


Joined: 14 Apr 2004
Posts: 36

PostPosted: Fri Jun 11, 2004 12:27 pm    Post subject: Reply with quote

How does xplorer2 manage previewing? Does it plug into the standard shell preview engine?

It may be some obscure setting in windows; my machine is a stock corporate build.

My behavior is that html files show up in the preview pain as plain text; if one of my pains is in thumbnail mode, the html files have the "no thumbnail available" icon.
Back to top
View user's profile Send private message
fgagnon
Site Admin
Site Admin


Joined: 08 Sep 2003
Posts: 4271
Location: Springfield

PostPosted: Fri Jun 11, 2004 12:52 pm    Post subject: Reply with quote

Yes, it is my understanding that x2 plugs into the std shell for this.

How big are those htm(l) files?

[edit/add:]WHOA !!!
I only thought it was ok on my XP, but when I dbl-checked, I have the problem you described Embarassed

(Preview & thumbs DO show ok on my w2k, though.)
Back to top
View user's profile Send private message Send e-mail
pmike
Member
Member


Joined: 14 Apr 2004
Posts: 36

PostPosted: Fri Jun 11, 2004 1:44 pm    Post subject: Reply with quote

what a relief...glad I'm not the only one.

It doesn't matter what the size of the html files are. Even dummy html files less than 100 bytes don't work.
Back to top
View user's profile Send private message
nikos
Moderator
Moderator


Joined: 07 Feb 2002
Posts: 12346
Location: UK

PostPosted: Fri Jun 11, 2004 2:11 pm    Post subject: Reply with quote

i'm sure i discussed about this before
XP SP1 turned off html thumbnailing for "security precautions"

you should put it back on manually (not sure if there is a KB article in msdn about it)

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

that should do it

btw i'm sure you'll find that neither 2x or windows explorer does thumbnails of html on your system
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
fgagnon
Site Admin
Site Admin


Joined: 08 Sep 2003
Posts: 4271
Location: Springfield

PostPosted: Fri Jun 11, 2004 2:20 pm    Post subject: Reply with quote

right you are (don't know how I missed it Embarassed , or why i thought it WAS working & now is not !) Confused
Back to top
View user's profile Send private message Send e-mail
nikos
Moderator
Moderator


Joined: 07 Feb 2002
Posts: 12346
Location: UK

PostPosted: Fri Jun 11, 2004 2:25 pm    Post subject: Reply with quote

try this registry patch, it should bring it back on
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
fgagnon
Site Admin
Site Admin


Joined: 08 Sep 2003
Posts: 4271
Location: Springfield

PostPosted: Fri Jun 11, 2004 2:33 pm    Post subject: Reply with quote

& it did, as advertised Very Happy
Back to top
View user's profile Send private message Send e-mail
JRz
Gold Member
Gold Member


Joined: 10 Jun 2003
Posts: 956
Location: NL

PostPosted: Fri Jun 11, 2004 3:05 pm    Post subject: Reply with quote

nikos wrote:
i'm sure i discussed about this before
XP SP1 turned off html thumbnailing for "security precautions"


Embarassed And that's where I put my addition to your post in this topic. Can you please remove it in the other thread Nikos. The one inserted here should stay. Thanks...

Moved from other discussion about html thumbnails

You should do the same for the .html key in the same registry hive

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 Smile

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

Code:
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!!
_________________
Dumb questions are the ones that are never asked turn
Back to top
View user's profile Send private message
fgagnon
Site Admin
Site Admin


Joined: 08 Sep 2003
Posts: 4271
Location: Springfield

PostPosted: Fri Jun 11, 2004 4:46 pm    Post subject: Reply with quote

So you waited until AFTER I did it by hand in regedit to post the easy way to do it! Wink
__________________________________________________________________
But, seriously, that 'tip' should go on the x2 FAQ page to answer what will be a near-perpetual query. eh, nikos?
Back to top
View user's profile Send private message Send e-mail
JRz
Gold Member
Gold Member


Joined: 10 Jun 2003
Posts: 956
Location: NL

PostPosted: Fri Jun 11, 2004 5:17 pm    Post subject: Reply with quote

fgagnon wrote:
So you waited until AFTER I did it by hand in regedit to post the easy way to do it! Wink


But of course, you can help yourself obviously. The easy way is meant for the real customers Wink

fgagnon wrote:
But, seriously, that 'tip' should go on the x2 FAQ page to answer what will be a near-perpetual query. eh, nikos?


I agree!
_________________
Dumb questions are the ones that are never asked turn
Back to top
View user's profile Send private message
pmike
Member
Member


Joined: 14 Apr 2004
Posts: 36

PostPosted: Fri Jun 11, 2004 5:58 pm    Post subject: Reply with quote

thanks all
Back to top
View user's profile Send private message
nikos
Moderator
Moderator


Joined: 07 Feb 2002
Posts: 12346
Location: UK

PostPosted: Sat Jun 12, 2004 5:21 am    Post subject: Reply with quote

i don't think this is a x2 issue, but if the question comes up again i'll put it in the faq!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    NetEZ.com Forum Index -> xplorer˛ Professional All times are GMT - 4 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP