Hi all,
qooxdoo 1.3:
I tried to use qx.io.PartLoader.getInstance().getPart but it throws an error 
because this._load.getPart(...) is not a function which is really true.:)
I guess the getPart-Method of qx.io.PartLoader should look like this...
 
getPart : function(name) {
      return this._loader.getParts[name]);
 }
 
...because this._loader handles the instance of qx.Part.
Is this correct or did I get it wrong ?
 
Cheers and have a nice weekend ! 
Rob.
 
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to