Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-20 Thread Tobias Oetiker
Today Guilherme Aiolfi wrote: > That's something the core team will have to answer. > > Usually I don't see examples in the API documentation, so I would expect it > to be in the tutorial. yes there are nice examples in the api browsers (I think it would be cool if there were more of thees ... )

Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-20 Thread Guilherme Aiolfi
That's something the core team will have to answer. Usually I don't see examples in the API documentation, so I would expect it to be in the tutorial. On Sun, Jun 20, 2010 at 4:02 AM, murtaza52 wrote: > > Hello Krycek, > > Thanks for your reply. It illustrated the possibilities very well. > > I

Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-20 Thread murtaza52
Hello Krycek, Thanks for your reply. It illustrated the possibilities very well. Is it possible to include your example in the API documentation or the tutorial, so that others like me also benefit? Thanks, Murtaza -- View this message in context: http://qooxdoo.678.n2.nabble.com/setColumnF

Re: [qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-19 Thread Guilherme Aiolfi
Hi Murtaza, If you want a column to grows/shrinks as the container is resized you can set those columns a flex value. For example, setting setColumnFlex(1,1) you are telling the grid layout that the first column should resizes as need. You can use setColumnFlex/seRowFlex for more than one column

[qooxdoo-devel] setColumnFlex/setRowFlex question

2010-06-19 Thread murtaza52
Hi, I am newbie to Qooxdoo and was trying out the twitter tutorial. I am unable to understand the functionality that setColumnFlex and setRowFlex offers to the grid. In the tutorial, in addition to setting the column and row as flex, the colspan and rowspan is also set to 2. I understood the b