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
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
[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