sorry for that i forgot it. but the result is same after correcting it.
i got the same error.

----- Original Message -----
From: Andreas Ecker
Sent: 02/12/10 11:12 AM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] when trying to use PartLoader getting error 
“arguments.callee.base.call is not a function”

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

Reply via email to