Hey, I've tried both Chris and Mustafa's suggestions without success. Here is what I have now with the same errors:
qx.Theme.define("qxnws.theme.Appearance", { extend : qx.theme.modern.Appearance, appearances : { /*********** TimeChooser *******************/ "timechooser/main-bar" : { }, "timechooser" : "spinner", // <--- I tried commenting this out "combobox/timechooser" : "spinner", // <--- I tried commenting this out "timechooser/hour-increment-button" : "spinner/upbutton", "timechooser/minute-increment-button" : "spinner/upbutton", "timechooser/am-pm-increment-button" : "spinner/upbutton", "timechooser/hour-decrement-button" : "spinner/downbutton", "combobox/timechooser/hour-decrement-button" : "spinner/downbutton", "timechooser/minute-decrement-button" : "spinner/downbutton", "timechooser/am-pm-decrement-button" : "spinner/downbutton", "timechooser/hour-field" : "spinner/textfield", "timechooser/minute-field" : "spinner/textfield", "timechooser/am-pm-field" : "spinner/textfield", *Jonathan Wolfe** | Meteorologist * * Charleston, WV * *National Weather Service 304-746-0190* * preview.weather.gov/edd <http://preview.weather.gov/edd>* On Wed, Jun 10, 2015 at 9:16 AM, SQville <chris.es...@sqville.com> wrote: > Johnathan, > > I don't think you need "combobox/" in front of "timechooser" > > Since TimeChooser is your top level widget (vs a ChildWidget) all you need > to do is set it's appearance property (which you did) and make sure that > value is in your Appearance.js file (as "timechooser" and not > "combobox/timechooser"). And you don't need to alias it, just start using > it > > Chris > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Custom-Widget-Issue-tp7587217p7587220.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >
------------------------------------------------------------------------------
_______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel