I think the constructor (LzView) should say: this.focusable = true;
Since that will happen the earliest and be the closest equivalent. For C++ reasons, no O-O language lets you override instance vars. Well, LZX does. :)
On 2008-03-20, at 18:33 EDT, Henry Minsky wrote:
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 [EMAIL PROTECTED]
