Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-06 Thread Benjamin Dreux
Thanks for you help. I'will give it a try Regards Le 6 février 2012 08:26, Derrell Lipman a écrit : > On Mon, Feb 6, 2012 at 08:02, Benjamin Dreux wrote: >> >> Do you mean that i should try to create a new layout, based on grid >> layout. >> This new layout will add line separator between it ce

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-06 Thread Derrell Lipman
On Mon, Feb 6, 2012 at 08:02, Benjamin Dreux wrote: > Do you mean that i should try to create a new layout, based on grid layout. > This new layout will add line separator between it cells. > > Is that what you meant ? > "Layer," not "layout." The "virtual" infrastructure allows multiple layers

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-06 Thread Benjamin Dreux
I'm not quite sure to understand your idea. Do you mean that i should try to create a new layout, based on grid layout. This new layout will add line separator between it cells. Is that what you meant ? Regards Le 3 février 2012 15:21, Derrell Lipman a écrit : > On Fri, Feb 3, 2012 at 15:07, Ben

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-03 Thread Derrell Lipman
On Fri, Feb 3, 2012 at 15:07, Benjamin Dreux wrote: > HI > Thanks for you answer. > If my understanding of the purpose of the virtual grid line is > correct, it draw an infinite number of line on a widget. > > But in my case i just want to have each cell of my grid container to > be paint in blac

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-03 Thread Benjamin Dreux
HI Thanks for you answer. If my understanding of the purpose of the virtual grid line is correct, it draw an infinite number of line on a widget. But in my case i just want to have each cell of my grid container to be paint in black. Is this possible ? Le 3 février 2012 14:40, Derrell Lipman a

Re: [qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-03 Thread Derrell Lipman
On Fri, Feb 3, 2012 at 14:30, Benjamin Dreux wrote: > Hi > I want to display a piece of information in a two-entry table. > The qooxdoo framwork offer a single entry table. > > But i thought about using the grid layout, wihich is sufficient for my > purpose. > It was easy to place the content of

[qooxdoo-devel] How to draw a table using composite container and grid layout

2012-02-03 Thread Benjamin Dreux
Hi I want to display a piece of information in a two-entry table. The qooxdoo framwork offer a single entry table. But i thought about using the grid layout, wihich is sufficient for my purpose. It was easy to place the content of my table. ut now, i don't know how to place the border of my table.