Re: Can't see PNG images !



Have been away for a few days and other diversion but have worked through
(some) of your requests...

I can't see any graphs (all .png) but I see all .gif on thee BBC page. I
don't have a problem with .jpg or any other image file type.

If I run 'regsvr32 /i shimgvw.dll' I receive 'DllRegisterServer and
DllInstall in shimgvw.dll succeeded' but it doesn't do anything to my
filetype or associations!

When I run assoc and ftype I receive following:
For .png files I have:
C:\>assoc | find /i "png"
..png=pngfile

C:\>ftype | find /i "png"
pngfile="C:\Program Files\Common Files\Microsoft Shared\PhotoEd\PHOTOED.EXE"
"%1"

For .gif files I have:
C:\>assoc | find /i "gif"
..gif=giffile

C:\>ftype | find /i "gif"
giffile="C:\Program Files\Common Files\Microsoft Shared\PhotoEd\PHOTOED.EXE"
"%1"

My results for following command 'C:\>ftype | find /i "imageview"' are:

emffile=rundll32.exe C:\WINNT\system32\shimgvw.dll,ImageView_Fullscreen %1
Paint.Picture=rundll32.exe
C:\WINNT\system32\shimgvw.dll,ImageView_Fullscreen %1
pjpegfile=rundll32.exe C:\WINNT\system32\shimgvw.dll,ImageView_Fullscreen %1
TIFImage.Document=rundll32.exe
C:\WINNT\system32\shimgvw.dll,ImageView_Fullscreen %1
wmffile=rundll32.exe C:\WINNT\system32\shimgvw.dll,ImageView_Fullscreen %1

Now I see that I have missing from my list, compared to yours, entries for
giffile and pngfile but what is a mystery to me is that I can view .gif OK
but NOT .png. If this really is my problem how do I recover the missing
entries for giffile and pngfile under 'imageview'???



"Robert Aldwinckle" wrote:

> "Thomas D Scotland" <ThomasDScotland@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:832ADA8F-0B62-4212-AF1E-143EB35CD452@xxxxxxxxxxxxx
> ....
> > Example of problem can be seen at
> > http://newsvote.bbc.co.uk/1/shared/fds/hi/business/market_data/overview/default.stm
>
>
> Are you saying that you don't see any of the graphs (e.g. getting Red-X)
> or is there some other symptom about them?
>
> Use the Privacy Report (Alt-V,v) and see if you can see them listed
> in it. Hint: you will have to keep dragging the Cookie column out of
> the way because they are long URLs.
>
> Also use the TIF Viewer (Alt-T,O,Alt-S,V)
> - by Details, sorted by Last Accessed (Alt-V,D Alt-V,I,Last Accessed)
> and find them in there.
>
> When you find one press Enter on it. Ignore the warning.
> What do you see?
>
> Capture the TIF path from the Address bar (Alt-d,Ctrl-c)
> and find your sample file's cache name. (Alt-Enter)
> Make a note of the Cache name: (I couldn't find any way
> to capture it so you're going to have to type some of it
> some time.) or just leave the Properties page open
> for future reference.
>
> Next switch to a cmd window. (The captured TIF path
> should still be in the Clipboard.)
>
> Type: cd /d
> Press Space and paste in the captured path (Alt-Space,E,P)
> Press Enter.
>
> Find the cached .png file by then entering:
> dir/s *intraday*.png
> (or however much of the cache'd name you want to enter.)
>
> Construct the full filename (e.g. in an IE Address bar)
> by copying and pasting both the Directory name
> (appended by a backslash) and the cached filename.
> Press Enter. What happens?
>
> FWIW that launches Windows Picture and Fax Viewer (in XPsp2)
>
> If that doesn't happen for you perhaps you have changed
> your filetype or associations for png.
>
> To check on that possibility switch back to your cmd window
> and enter:
>
> assoc | find /i "png"
> and
> ftype | find /i "png"
>
> Here are mine:
> <examples>
> ..png=pngfile
> pngfile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> </examples>
>
> To restore that default (in XP) Run... (e.g. press Win-R and Enter:)
> regsvr32 /i shimgvw.dll
>
> Note: this also restores other filetypes too. So you might want
> to check on these first:
>
> <example>
> F:\Documents and Settings\Rob\Local Settings\Temporary Internet Files>ftype | find /i "imageview"
> emffile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> giffile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> jpegfile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> Paint.Picture=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> pjpegfile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> pngfile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> TIFImage.Document=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> wmffile=rundll32.exe F:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
> </example>
>
>
> HTH
>
> Robert Aldwinckle
> ---
>
>
>
.



Relevant Pages

  • Re: Cant see PNG images !
    ... "Robert Aldwinckle" wrote: ... > Capture the TIF path from the Address bar ... > Next switch to a cmd window. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Cant see PNG images !
    ... Capture the TIF path from the Address bar ... your filetype or associations for png. ... To check on that possibility switch back to your cmd window ...
    (microsoft.public.windows.inetexplorer.ie6.browser)

Loading