That's the approach I used with the data-related classes. The only thing to worry about is if the variable is used during construction. If that's the case you might want an isFocusable() method that is overridden in the child class.





LzView declares an instance var

var focusable = false;

and then LzInputText declares it true

var focusable = true;

How should we write this in a swf9-compatible way?

Should the constructor or construct or init method set it to true?

--
Henry Minsky
Software Architect
<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]

Reply via email to