Hi Christian,

only had the chance for a very brief look at your app, but nice work so
far.  ;-)

> However, I am running into a problem when trying to generate "normal" 
> widget classes. The javascript produced looks like this:
> 
> /**
>  * Class declaration
>  */
> qx.Class.define("custom.LoginWindow",
> {
>   extend : qx.ui.Window,
> 
>   construct : function()
>   {
>       this.base(arguments);
>      
>         qx_id2494774 = this;
> 
> var qx_id2495726 = new qx.ui.groupbox.GroupBox();
> qx_id2495726.setHeight('100%');
> qx_id2495726.setWidth('100%');
> qx_id2494774.add(qx_id2495726);
> 
> [....]
>  
>         this.addToDocument();
>   }
> });
> 
> but now the logger tells me:
> 
> The configuration key "extend" in class "custom.LoginWindow" is not allowed!
> 
> What am I doing wrong?

Is it related to the wrong class name? It should read
qx.ui.window.Window, I suppose.

Bye,

Andreas




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to