Also, I cannot figure out why this compiles at all, given that the sprite
var in LzView is declared to beLzSprite, and the compiler should know that
there is no updateResourceSize method on that
at compile time...
On Wed, Aug 13, 2008 at 5:53 PM, Henry Minsky <[EMAIL PROTECTED]>wrote:
> LaszloView.lzs defines a method updateResourceSize:
>
> function updateResourceSize ( ){
> //Debug.write('updateResourceSize');
> this.sprite.updateResourceSize();
> this.reevaluateSize();
> }
>
>
> But there is no updateResourceSize method in the swf9 kernel. Should there
> be? Or is this unneccessary in the swf9 kernel?
>
>
> --
> Henry Minsky
> Software Architect
> [EMAIL PROTECTED]
>
>
>
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]