In trunk, with this test case (but *only* when compiling in debug mode)
<canvas width="100%" height="80%" >
   <view width="200" height="200" id="k"/>
  </canvas>

I get this error when compling to swf10:

ERRORS:
[/var/folders/xh/xhmdrA41HCKjjiditeqN1k+++TI/-Tmp-/lzswf9/test/tlf/build/fte/$lzc$
class_swatchview.as: 50] base/swatchview.lzx: 48: Error: Call to a possibly
undefined method applyTransform through a reference with static type Class.


This corresponds to the call to applyTransform

    <setter name="bgcolor" args="c"> <![CDATA[
        this.color = c;
        if (this['ctransform'] != null) {
            c = LzColorUtils.applyTransform(c, ctransform);
        }
        super.setAttribute('bgcolor', c);
        ]]>
    </setter>


It's the autoinclude of the swatchview by the debugger that's triggering
this.


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to