Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Sebastian Werner
Ralf Sternberg schrieb: > Hi Sebastian, > > > The problem is that we need to support multiple values for each > > properties. Then we could add some fallback logic to do something like > > user-value -> appearance-value -> default-value -> null > > Yes, that would solve the problem. Then, manu

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Ralf Sternberg
Hi Sebastian, > The problem is that we need to support multiple values for each > properties. Then we could add some fallback logic to do something like > user-value -> appearance-value -> default-value -> null Yes, that would solve the problem. Then, manually set properties would always supe

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Sebastian Werner
Just a small additional note: Currently property values will be applied in this order: - main application - create new instance - constructor - apply initial appearance - set propertyX - apply state appearance - set propertyY - configure instance -

Re: [qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Sebastian Werner
Ralf Sternberg schrieb: > Hi, > > I'm new to qooxdoo and have a problem regarding the concept of themes > and appearances: > > When properties of a control like colors or borders are being set > manually (e.g. using "setColor()"), the "state" function of the > appearance can reset those propert

[qooxdoo-devel] appearance resets custom properties

2007-01-04 Thread Ralf Sternberg
Hi, I'm new to qooxdoo and have a problem regarding the concept of themes and appearances: When properties of a control like colors or borders are being set manually (e.g. using "setColor()"), the "state" function of the appearance can reset those properties whenever a state change occurs. For