So I tried to compile an app with a <simplelayout>.

The compiler gives this error

ERRORS:
Compiler error: at [/tmp/lzswf9/lzgen15040/$lzc$class_simplelayout.as: 38]:
Error: Overriding a function that is not marked for override.

function addSubview (newsub) {


and indeed, simplelayout overrides addSubview, and then calls
super.addSubview.

So, do we try to make the compiler smart and insert override automatically
when it needs to, or do we make the user
do it? Note that it isn't always possible to know when a method is
overridden , so we need some way to  allow the user to force this
from the LZX code.

-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to