kooloveme / thtmlviewer

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

Print preview hand button sends previewed page into oblivion #270

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a problem with the "File > Print Preview" function within the demo 
project: Demos\Main Demos\FrameDem.dpr. The same problem exists with 
FrameDemW.dpr, HtmlDemo.dpr and HtmlDemoW.dpr

When a person uses the "Hand tool" to pan the previewed page, the previewed 
page will "fly off the window" into oblivion.

Load a local HTML document. Then click from the main menu "File > Print 
Preview". Click the "Hand tool" button, then place the hand icon over the 
previewed document.  Press and hold your left mouse button, and move the hand 
to the right side of the screen. You will see the document disappear off the 
screen to the right, never to be seen again.

Lastly, why is there no description as to what the "W" signifies in the 
projects?  What's the difference between FrameDem.dpr and FrameDemW.dpr?  There 
is nothing in the "Main demos" folder that says anything about the differences 
the "W" makes.

Original issue reported on code.google.com by xyz.123....@gmail.com on 26 Jul 2013 at 5:09

GoogleCodeExporter commented 9 years ago
thanks for spotting this issue.

There is no difference between the projects *Dem.dpr and *DemW.dpr they are 
only different project files like the FrameViewer*.dpr. "W" stands for 
"WideString" as I use it for the Unicode compiler.

Original comment by OrphanCat on 27 Jul 2013 at 8:51

GoogleCodeExporter commented 9 years ago
r428 fixes this issue.

Original comment by OrphanCat on 30 Jul 2013 at 6:45