The class that call the qx.Class.getByName does not contains any reference to
the class to be created (like the case of "var abc = new ml_23sept.MyClass();"
commented out): is a child object that, via events, tell which class (by name)
has to be instantiated.
So, this is the reason why is not
Hi,
in your overridden _createChildControlImpl method, you use the public
"add" method. This is the API intended for children added from *outside*
the class, which inserts the child into the Window's children container.
All you have to do is replace this.add with this._add, then the child
cont
I have a parent widget which extends Window class (qx.ui.window.Window) and
this window now has couple of children (I have created the children by
overriding *createChildControlImpl*).
Now I would like to access my methods in Parent class from one of the child
classes. I don't want to create an ob
Hey,
Am 24.09.2013 um 09:57 schrieb Peter Schneider :
>> Hey,
>>
>>> I have recently started to port my web desktop from QooxDoo 0.7 to 3.0
>>> and I have to say that I have not yet come to the point to appreciate
>>> all of the changes in the API.
>>
>> Well, you migrate from a at least 5 year
> Hey,
>
>> I have recently started to port my web desktop from QooxDoo 0.7 to 3.0
>> and I have to say that I have not yet come to the point to appreciate
>> all of the changes in the API.
>
> Well, you migrate from a at least 5 year old qooxdoo version to the current
> development. I hope you u