Hi Huseyin!
[...]
> qx.io.PartLoader.require(["part1"], function()
> {
> if (!this.__groupbox1)
> {
> this.__groupbox1 = new appname.Classname();
> container.add(this.__groupbox1, {left:20,
> top:40});
>
> }
>
>
> }, this);
>
> this is the Class code to be loaded:
>
> qx.Class.define("appname.Classname",
> {
> extend : new qx.ui.groupbox.GroupBox,
No need to create an instance of the super class. Just do a regular
"extend: qx.ui.groupbox.GroupBox".
HTH,
Andreas
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel