Re: [qooxdoo-devel] event not supported in subclass, with 0.7 Clazz organization

2007-02-21 Thread Derrell . Lipman
Fabian Jakobs <[EMAIL PROTECTED]> writes: > You only have to list every event of the super class in a mixed qooxdoo > 0.6/0.7 environment. If addEventListener is called on a new style class if > will search the inheritence hirarchy for a definition a an event using the > "events" key. The benefits

Re: [qooxdoo-devel] event not supported in subclass, with 0.7 Clazz organization

2007-02-20 Thread Fabian Jakobs
Hi Derrell, > [EMAIL PROTECTED] writes: > > >> I have a test application (based on example/TreeVirtual_3.html) that works >> fine if the tree is instantiated using >> >> tree = new qx.ui.treevirtual.TreeVirtual(headings); >> >> It fails, though, if I subclass TreeVirtual like this: >> >> qx.C

Re: [qooxdoo-devel] event not supported in subclass, with 0.7 Clazz organization

2007-02-20 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > I have a test application (based on example/TreeVirtual_3.html) that works > fine if the tree is instantiated using > > tree = new qx.ui.treevirtual.TreeVirtual(headings); > > It fails, though, if I subclass TreeVirtual like this: > > qx.Clazz.define("myclass.widget.t