[Laszlo-user] big images become clipped in a view (in SWF8 runtime)
Marc Bachstein
bachstein at visus-tt.com
Fri Oct 24 08:27:27 PDT 2008
Hello,
I have big images, which are not displayed completely in flash runtime with
view.setSource(). The images become clipped.
Does anybody know why the image information at the bottom of the image is
lost in flash runtime? (I am using OL 4.1.1)
I have posted already into the forum but did not get a response yet.
http://forum.openlaszlo.org/showthread.php?t=12315
You can find a big image in this forum post.
I have also bigger images (>1.2 MB, 4040x5416) which become clipped up to
50%. If you are interested I can email such an image to you, too.
Kind Regards,
Marc
-------
<canvas height="700" width="100%">
<view name="mainView" bgcolor="0xDDDDDD" width="100%" height="100%">
<handler name="oninit"><![CDATA[
this.myImage.imageView.setSource("myImage.jpeg","none");
]]>
</handler>
<view name="myImage" bgcolor="0xBBBBBB" height="600"
width="500" y="80" x="200">
<view height="600" width="500" name="imageView"
stretches="both" bgcolor="0x777777">
<handler name="oninit" >
this.setProxyPolicy(function (url)
{return false;});
</handler>
</view>
<vscrollbar/>
<hscrollbar/>
</view>
</view>
</canvas>
More information about the Laszlo-user
mailing list