kooloveme / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
Other
0 stars 0 forks source link

Displaying images #321

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which steps will reproduce the problem?
1. Open HTML file (test.html)
2.
3.

What is the expected output?
as it should be.png

What do you see instead?
as it shows.png

Which version of the product are you using? Which compiler version are you
using? On which operating system?
tHTMLviewer version 11.4
Delphi 7
Windows 7 32-bit

Please attach test html files and screenshots, if appropriate.
Please provide any additional information:

Original issue reported on code.google.com by pascalge...@gmail.com on 4 Dec 2013 at 8:30

Attachments:

GoogleCodeExporter commented 9 years ago
If you are using the component THtmlViewer: It does cannot handle sources 
others than from a local file system. You must use component TFrameBrowser 
instead and implement event handlers OnGetPostRequest and OnImageRequest. For 
more details please have a look at the FrameBrowser Demos.

If you *are* using TFrameBrowser: please check your event handlers 
OnGetPostRequest and OnImageRequest. You might want to set breakpoints to code 
like ":= ErrorBitmap" to find the reason.

Original comment by OrphanCat on 4 Dec 2013 at 8:02

GoogleCodeExporter commented 9 years ago
No answer...
Seems, my post was helpful.

Original comment by OrphanCat on 26 Jan 2014 at 11:33