It seems that the given class is undefined. Please be sure that the 
class (Remote) is included before your custom class.

Sebastian


C.Bieser schrieb:
> I've just migrated on old File to v0.7 and now I get the following Error. I
> han't fount anything in the Archiv the helps me...
> 
> Do You have an Idea?
> 
> Thanks,
>   Christian
> 
> -----
> The configuration key "extend" in class "pim.remoteTableModel" is not
> allowed!
> 
> qx.Class.define("pim.remoteTableModel",
> {
>   extend : qx.ui.table.model.Remote,
> 
>   construct : function()
>   {
>     this.base( arguments );
>     qx.ui.table.model.Remote.call( this );
>     this._requestUrl = '';
>     this._columns = -1;
>   },
> 
> [...]
> });


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to