Re: [qooxdoo-devel] Query about Table resize property in Qooxdoo

2008-08-28 Thread Amit Rana
Thank you Derrell, By setting the table width, I was able to stop the growing on the table. But, as mentioned by you, I have to hardcode the width 800 (for example). Setting the width as 100% gives a syntax error and setting it as "100%" (with quotes) has no effect and allows the table to grow

Re: [qooxdoo-devel] Query about Table resize property in Qooxdoo

2008-08-28 Thread Petr Kobalíček
Oh, Sorry for misinformation:-) But if you define this in members section, it will be added to prototype, this is right, isn't it ? (So the prototype will be polluted by these members) 2008/8/28 Derrell Lipman <[EMAIL PROTECTED]>: > On Wed, Aug 27, 2008 at 4:06 PM, Petr Kobalíček <[EMAIL PROTECTE

Re: [qooxdoo-devel] Query about Table resize property in Qooxdoo

2008-08-27 Thread Derrell Lipman
On Wed, Aug 27, 2008 at 4:06 PM, Petr Kobalíček <[EMAIL PROTECTED]>wrote: > > This code: > members : { > _filterBar: undefined, >_navigationBar: undefined, >

Re: [qooxdoo-devel] Query about Table resize property in Qooxdoo

2008-08-27 Thread Derrell Lipman
On Wed, Aug 27, 2008 at 10:47 AM, Amit Rana <[EMAIL PROTECTED]> wrote: > > > >1. I am facing a formatting issue while using Qooxdoo framework. I have >3 atoms (called Filter Bar, Table and Navigation Bar) which in turn hold >complex widgets inside them. These atoms are placed one belo

Re: [qooxdoo-devel] Query about Table resize property in Qooxdoo

2008-08-27 Thread Petr Kobalíček
Hi Amit, I do not answer your question, but I provide small hint for you. This code: members : { _filterBar: undefined, _navigationBar: undefined, _tabl