Re: [qooxdoo-devel] Source vs Build and qx.Class.getByName

2013-09-24 Thread Dbrec
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

Re: [qooxdoo-devel] How to access user defined methods of widget parent

2013-09-24 Thread Daniel Wagner
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

[qooxdoo-devel] How to access user defined methods of widget parent

2013-09-24 Thread bharath
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

Re: [qooxdoo-devel] The experimental ScriptLoader has been removed. Please use 'qx.bom.request.Script' instead

2013-09-24 Thread Martin Wittemann
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

Re: [qooxdoo-devel] The experimental ScriptLoader has been removed. Please use 'qx.bom.request.Script' instead

2013-09-24 Thread 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 old qooxdoo version to the current > development. I hope you u