Re: [qooxdoo-devel] Changing the default background colour

2007-04-11 Thread Tom Hunter
Alex Back Sent: 11 April 2007 11:11 To: 'qooxdoo Development' Subject: Re: [qooxdoo-devel] Changing the default background colour Hi Tom, the problem you described is a bug in qooxdoo. I opened a bug-report for this problem. Just take a look at http://bugzilla.qooxdoo.org/show_bug.cg

Re: [qooxdoo-devel] Changing the default background colour

2007-04-11 Thread Alex Back
? vAppearance.state(this, vStates) : > {}; } catch (ex) { >this.error("Couldn't apply state appearance", ex); >} >} else { >return this.error("Missing appearance: " + vId); >} > } > toHashCode=function () { >

Re: [qooxdoo-devel] Changing the default background colour

2007-04-11 Thread Alex Back
t; -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Alex Back > Sent: 10 April 2007 15:59 > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] Changing the default background colour > > Hi Tom, > > the way you

Re: [qooxdoo-devel] Changing the default background colour

2007-04-10 Thread Tom Hunter
ments); } trn=function (singularMessageId, pluralMessageId, count, varargs) { var nlsManager = qx.locale.Manager; return nlsManager.trn.apply(nlsManager, arguments); } warn=function (msg, exc) { this.getLogger().warn(msg, this._hashCode, exc); } --- End of object --- 016052 INFO:

Re: [qooxdoo-devel] Changing the default background colour

2007-04-10 Thread Alex Back
Hi Tom, the way you described should work. What is your output when you insert the following line in your main-method: this.debug(qx.manager.object.AppearanceManager.getInstance().getAppearanceTheme()); Just give it a shot. Maybe I can help you a little bit to track down this problem. cheers,

[qooxdoo-devel] Changing the default background colour

2007-04-09 Thread Tom Hunter
Hi, I'm trying to change the default background colour in my application. I understand the background colour is set in qx.theme.appearance.Classic, under the client-document key, and changing it here works OK, but what I want to do is create a custom theme that inherits from the Classic th