Flash 10 has a higher limit, 16,769,025 , so we should check for that case based on runtime.
On Mon, Jan 11, 2010 at 7:06 PM, Max Carlson <[email protected]> wrote: > Change 20100111-maxcarlson-s by maxcarl...@bank on 2010-01-11 15:42:56 PST > in /Users/maxcarlson/openlaszlo/trunk-clean > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: Limit size of drawview bitmapdata to a maximum of 2880 x 2880 > pixels > > Bugs Fixed: LPP-8697 - SWF9/SWF10 drawviews larger than 2880 x 2880 throw > an exception > > Technical Reviewer: hminsky > QA Reviewer: ptw > > Release Notes: For best results in SWF9/10, please keep drawview sizes > below 2880 x 2880, or a maximum of 8294400 pixels total. > > Details: Measure total number of pixels, and don't create bitmaps that > would cause an exception. Warn when this is the case. > > Tests: See LPP-8697. When running with the debugger, you should get a > warning describing the limitation. > > Files: > M lps/components/extensions/drawview.lzx > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/20100111-maxcarlson-s.tar > -- Henry Minsky Software Architect [email protected]
_______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
