Re: [qooxdoo-devel] Missing checkbox decorator in Firefox

2011-09-30 Thread kidproquo
Thanks! I am an idiot :-) I completely skipped the appearance part for the custom widget from the tutorial. Regards, Crayg -- View this message in context: http://qooxdoo.678.n2.nabble.com/Missing-checkbox-decorator-in-Firefox-tp6844563p6848140.html Sent from the qooxdoo mailing list archive at

Re: [qooxdoo-devel] Missing checkbox decorator in Firefox

2011-09-30 Thread Christian Hagendorn
Hi, it looks for me like a theming issue. You need a appearance like: "myappearanceid/mychildcontrolId" : "checkbox" Have you also tried the theming tutorial: http://manual.qooxdoo.org/1.5.x/pages/tutorials/tutorial-part-4-2-1.html Cheers, Chris Am 29.09.2011 18:32, schrieb kidproquo: > Hello,