Hi Bill,

you cannot extend from "Widget". Please choose between "Parent" or 
"Terminator" dependend on, if your widget will have children or not.

Cheers,

Sebastian



Bill Adams schrieb:
> Hello.  I'm a newbie from the Ajax Experience.  Something seems to be
> wrong with this class I'm writing:
> 
> qx.Class.define("custom.SearchForm",
> {
>       extend: qx.ui.core.Widget,
>       construct: function()
>       {
>               this.base(arguments);
>               this.attribute = new qx.ui.form.ComboBox;
>               this.searchString = new qx.ui.form.TextField("");
>       },
>       members:
>       {
>               attribute: null,
>               searchString: null
>       }
> });
> 
> Thanks,
> Bill
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to