Hi Guilherme, Guilherme Aiolfi wrote: > After updating my working copy, I'm getting this message when loading my > app: > > Uncaught Error: qx.ui.form.SelectBox has no themeable property "center" > while styling selectbox > > Removing the 193 line from qx.theme.classic.Appearance.js: > > center : true > > Seems to solve the problem. > > I'm using the classic theme. This solves the problem, but the approach is to change the "selectBox" appearance. Let me explain it briefly. The "button" widget is based on the "atom" widget which introduces the "center" property. So setting this property for all buttons in the appearance theme is okay. The "selectBox" widget however is based on the generic "widget" class which does not offer the "center" property. That's the reason you get an error for all selectBox widgets.
See bug report #1474 ( http://bugzilla.qooxdoo.org/show_bug.cgi?id=1474 ) for details. cheers, Alex ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
