Re: [qooxdoo-devel] themes for contribs

2012-09-03 Thread Tobias Oetiker
Hi John, Today John Spackman wrote: > I often write theme components as Mixins and then include them into my > main theme, i.e. my widget will have a theme folder contains > MDecoration.js, MAppearance.js, etc and my main > application/theme/Appearance.js includes the mixins. Yes, that is how I

Re: [qooxdoo-devel] themes for contribs

2012-09-03 Thread John Spackman
I often write theme components as Mixins and then include them into my main theme, i.e. my widget will have a theme folder contains MDecoration.js, MAppearance.js, etc and my main application/theme/Appearance.js includes the mixins. I've not used this across contribs but I'd imagine it would work

[qooxdoo-devel] themes for contribs

2012-09-01 Thread Tobias Oetiker
qx.gurus ... I have been looking at the TokenField contrib yesterday and made it work with the indigo theme on 2.0.1 ... I was wondering, are there thoughts on how to do contribs which need custom theming ? Is there a way to make this work without the user having to tinker with their projects the