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