Hi, please try thiis:

"combobox/timechooser/minute-decrement-button" : 
"timechooser/minute-decrement-button"

Dank & Gruß
Mustafa Sak
Softwareentwickler
Mail Development
1&1 Mail & Media Development & Technology GmbH | Brauerstraße 48 | 76135 
Karlsruhe | Germany
Phone: +49 721 91374-6977
E-Mail: mustafa....@1und1.de<mailto:mustafa....@1und1.de> | Web: 
www.1und1.de<http://www.1und1.de/>

Von: Jonathan Wolfe [mailto:jonathan.wo...@noaa.gov]
Gesendet: Mittwoch, 10. Juni 2015 01:58
An: qooxdoo Development
Betreff: [qooxdoo-devel] Custom Widget Issue...

Hi,

I'm getting trying to make a custom date/time chooser and I am getting this 
error:

015859 qx.theme.manager.Appearance[24-0]: Cannot find a matching appearance for 
'combobox/timechooser/minute-decrement-button'.
edd.cfbb47184fa8.js:284
015886 qx.theme.manager.Appearance[24-0]: Hint: This may be an issue with 
nested child controls and a missing alias definition in the appearance theme.

I thought the following should work, but it doesn't. I'm not sure what is the 
issue based on the hint. Any suggestions?



// In  Appearance.js class

"combobox/timechooser":{
   alias: "timechooser"
},
"timechooser/minute-decrement-button" : "spinner/downbutton",

// In my TimeChooser.js class

properties :

{
  // overridden
  appearance :
  {
    refine : true,
    init : "timechooser"
  }

}

...

control.add(this.getChildControl("minute-decrement-button"),
{
  row : 2,
  column : 2
});


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to