Re: [qooxdoo-devel] New odd behavior

2007-09-04 Thread Derrell Lipman
On 9/4/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > > I would prefer left aligned ones, too. The style of the ListView header > has some other paddings etc. too which looks better IMHO. I thought that > this center alignment was in 0.6.x as well, but it seems that I'm wrong. > We should defini

Re: [qooxdoo-devel] New odd behavior

2007-09-04 Thread Andreas Ecker
Hi Jim! > Some things that I have seen since porting my application from .6.x > to .7.x: > > > 1) DockLayouts no longer work if you setRight(0) and setBottom(0). If > you do that, then the layout has no height or width. You have to > setWidth('100%') and setHeight('100%'). Do you have a simple

Re: [qooxdoo-devel] New odd behavior

2007-09-03 Thread Sebastian Werner
Am 04.09.2007 um 04:46 schrieb Derrell Lipman: On 9/3/07, Jim Hunter <[EMAIL PROTECTED]> wrote: Thanks for the info, but why was there a change made? This changes the look of an existing application and not for the better. If a developer migrates to a new version of the code without making

Re: [qooxdoo-devel] New odd behavior

2007-09-03 Thread Derrell Lipman
On 9/3/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > > Thanks for the info, but why was there a change made? This changes the > look of an existing application and not for the better. If a developer > migrates to a new version of the code without making any changes their > application should still lo

Re: [qooxdoo-devel] New odd behavior

2007-09-03 Thread Jim Hunter
Thanks for the info, but why was there a change made? This changes the look of an existing application and not for the better. If a developer migrates to a new version of the code without making any changes their application should still look the same (IMHO). Thanks, Jim On 9/3/07, Derrell Lipman

Re: [qooxdoo-devel] New odd behavior

2007-09-03 Thread Derrell Lipman
On 9/3/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > > > 5) Tables now have column headings that are centered and I see no way to > change this. They used to be Left justified. I don't want them centered, how > can this be changed? > Table header cells are of type Atom, with assigned appearance "tab

[qooxdoo-devel] New odd behavior

2007-09-03 Thread Jim Hunter
Some things that I have seen since porting my application from .6.x to .7.x: 1) DockLayouts no longer work if you setRight(0) and setBottom(0). If you do that, then the layout has no height or width. You have to setWidth('100%') and setHeight('100%'). 2) Color properties have to be lower case. T