Hello
I need to initiate my preview window with zoom on
If i set on init ::zoom(.t.) and lzoom := .t. before, the result is badly painted.
Has anyone succeeded doing this ?
Thanks for help
Richard
Hello
I need to initiate my preview window with zoom on
If i set on init ::zoom(.t.) and lzoom := .t. before, the result is badly painted.
Has anyone succeeded doing this ?
Thanks for help
Richard
Richard,
Where do you call ::zoom(.t.) from ?
Antonio
tried several locations,
On init the result is bad,
tried lzoom := .t. same bad painting
Any idea where i should call it from ?
Richard
function RPreview( oDevice )
local oPreview := TPreview():New( oDevice )
oPreview:Zoom()
oPreview:Activate()
return nilAntonio
I had done this also and the result is not good.
I think an image shows better the problem
I have uploaded two images
www.cbati.com/ZOOMNORMAL.jpg this image is obtained when zooming (not at init)
www.cbati.com/ZOOMONINIT.jpg this image is obtained when zooming at startup
Thanks for your help,
Richard
See the difference in paiting