Flow Panel not working properly.

2009-09-24 Thread Ryan
Hi, I have a Flow Panel which is of a fixed size. I am trying to place panels of a fixed size inside this Flow Panel. I would like to to place these panels horizontally inside the Flow Panel. But as soon the width of the flow panel is reached I would like to wrap the next set of panels to the

Re: Flow Panel not working properly.

2009-09-24 Thread rudolf michael
You need to add the following css property to the FlowPanel childs in order to place them horizontally,float:left; to all the childs of the FlowPanel. On Thu, Sep 24, 2009 at 3:03 PM, Ryan cher...@ensarm.com wrote: Hi, I have a Flow Panel which is of a fixed size. I am trying to place

Re: Flow Panel not working properly.

2009-09-24 Thread Thomas Broyer
On 24 sep, 14:03, Ryan cher...@ensarm.com wrote: Hi, I have a Flow Panel which is of a fixed size. I am trying to place panels of a fixed size inside this Flow Panel. I would like to to place these panels horizontally inside the Flow Panel. But as soon the width of the flow panel is

Re: Flow Panel not working properly.

2009-09-24 Thread Ian Bambury
Thomas, why do you say that? display:inline should work for panels and is supported by everything Ryan, some code would help as would some idea of which panel type you are adding Ian http://examples.roughian.com 2009/9/24 Thomas Broyer t.bro...@gmail.com On 24 sep, 14:03, Ryan