Re: [qooxdoo-devel] FlowLayout in Scroll container

2009-05-03 Thread Ftelf
Hi, yes, you're right, and I'm an idiot :). I should had a look at Application.js for example earlier. Thanks. Matthew Gregory wrote: > > Try this: > flowPanel.setAllowGrowX(false); > > That should do the trick, > Matt > > Ftelf wrote: >> Hi, >> I'm trying to get work FlowLayout Container i

Re: [qooxdoo-devel] FlowLayout in Scroll container

2009-05-03 Thread Matthew Gregory
Try this: flowPanel.setAllowGrowX(false); That should do the trick, Matt Ftelf wrote: > Hi, > I'm trying to get work FlowLayout Container inside Scroll container but not > success so far. There is always only the first line visible in Composite > with FlowLayout inside the Scroll containter. I ha

[qooxdoo-devel] FlowLayout in Scroll container

2009-05-02 Thread Ftelf
Hi, I'm trying to get work FlowLayout Container inside Scroll container but not success so far. There is always only the first line visible in Composite with FlowLayout inside the Scroll containter. I have been debugging layouting a little but it is too complex for me. I have found out that getHei

Re: [qooxdoo-devel] FlowLayout - now with LineBreak support

2008-08-29 Thread Jim Hunter
Thanks for your efforts on this! Once I get moved over to .8 this will be the first control I start using heavily. The way I use the one I wrote for .7.x is that the line break happens after the widget that has EOL (end of line) set to true. Thanks, Jim On Fri, Aug 29, 2008 at 2:34 PM, Chris Ba

[qooxdoo-devel] FlowLayout - now with LineBreak support

2008-08-29 Thread Chris Banford
Hi Fabian, > things are really coming together :-) I have checked out the contrib and > build your test application. What can I say, it just works. I have > changed the path to qooxdoo in my working copy to point to > /qooxdoo-contrib/qooxdoo-0.8-sdk. This is where contributions are > supposed

Re: [qooxdoo-devel] FlowLayout for 0.8

2008-08-29 Thread Chris Banford
Fabian Jakobs wrote: Chris Banford schrieb: Hi Fabian, One other cool feature came to my mind. It would be nice if you had a layout property, which forces a line break. e.g. Yes, that is a good idea, and should be easy to add. Will put in on my todo list.

Re: [qooxdoo-devel] FlowLayout for 0.8

2008-08-29 Thread Fabian Jakobs
Chris Banford schrieb: > Hi Fabian, >>> One other cool feature came to my mind. It would be nice if you had a >>> layout property, which forces a line break. e.g. >>> >>> >> >> Yes, that is a good idea, and should be easy to add. Will put in on my >> todo list. >> >> >>> container.add(

Re: [qooxdoo-devel] FlowLayout for 0.8

2008-08-29 Thread Chris Banford
Hi Fabian, One other cool feature came to my mind. It would be nice if you had a layout property, which forces a line break. e.g. Yes, that is a good idea, and should be easy to add. Will put in on my todo list. container.add(child, {lineBreak: true} As usual, I spoke too

Re: [qooxdoo-devel] FlowLayout for 0.8

2008-08-29 Thread Chris Banford
Fabian Jakobs wrote: > Hi Chris, > > things are really coming together :-) I have checked out the contrib and > build your test application. What can I say, it just works. I have > changed the path to qooxdoo in my working copy to point to > /qooxdoo-contrib/qooxdoo-0.8-sdk. This is where contri

Re: [qooxdoo-devel] FlowLayout for 0.8

2008-08-29 Thread Fabian Jakobs
Hi Chris, things are really coming together :-) I have checked out the contrib and build your test application. What can I say, it just works. I have changed the path to qooxdoo in my working copy to point to /qooxdoo-contrib/qooxdoo-0.8-sdk. This is where contributions are supposed to look fo

[qooxdoo-devel] FlowLayout for 0.8

2008-08-28 Thread Chris Banford
Hi list, FlowLayout is now available in qx Contrib. http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/FlowLayout/ With some help getting set-up from Andreas (thanks!) and a bit of trial and error on my end, I've managed to get the FlowLayout for 0.8 up on

Re: [qooxdoo-devel] FlowLayout question

2007-07-17 Thread Sebastian Werner
This is also not directly supported. Maybe there is a workaround, but I don't know about one. Sebastian Am 18.07.2007 um 03:14 schrieb Jim Hunter: One more question, how do you force a line break in the FlowLayout? I might need to add 4 Atoms, then I want to force the next Atom onto the

Re: [qooxdoo-devel] FlowLayout question

2007-07-17 Thread Sebastian Werner
I think this is not implemented. Sebastian Am 18.07.2007 um 02:09 schrieb Jim Hunter: I am playing with the FlowLayout and one thing I am trying to accomplish seems to be out of reach. If I setVerticalChildrenAlign ("top") and throw some simple Atoms (just text) into it and then add an Im

Re: [qooxdoo-devel] FlowLayout question

2007-07-17 Thread Jim Hunter
One more question, how do you force a line break in the FlowLayout? I might need to add 4 Atoms, then I want to force the next Atom onto the next line. Is there an object that I can add to the FlowLayout that will give me this result? I tried a Terminator but it did not seem to do anything, did I

[qooxdoo-devel] FlowLayout question

2007-07-17 Thread Jim Hunter
I am playing with the FlowLayout and one thing I am trying to accomplish seems to be out of reach. If I setVerticalChildrenAlign("top") and throw some simple Atoms (just text) into it and then add an Image, they all show up aligned at the top. This is not what I am looking for, I would like all th

Re: [qooxdoo-devel] FlowLayout

2006-09-19 Thread dperez
Hi, I see, a very easy requirement to specify, but very hard to implement. Luckily there are some existing open source layout managers (like e.g. Swing of Java) that already solve problems very similar. Sebastian Werner wrote: > > They are planned. The number one requirement is, that it shoul

Re: [qooxdoo-devel] FlowLayout

2006-09-19 Thread Sebastian Werner
dperez schrieb: > Thanks for your answer Sebastian. > > Could you please share some of the planned new layout improvements? They are planned. The number one requirement is, that it should support computed values at any state of the rendering process. I think this is already a complicated thing.

Re: [qooxdoo-devel] FlowLayout

2006-09-19 Thread dperez
Updated http://qooxdoo.org/documentation/user_manual/layout_manager with this info. Sebastian Werner wrote: > > Hi David, > > auto sizing of a flow layout is not that well supported. It works only > in simple szenarios. You can open a bug report, but I don't think this > will be fixed in one

Re: [qooxdoo-devel] FlowLayout

2006-09-19 Thread dperez
Thanks for your answer Sebastian. Could you please share some of the planned new layout improvements? Sebastian Werner wrote: > > auto sizing of a flow layout is not that well supported. It works only > in simple szenarios. You can open a bug report, but I don't think this > will be fixed in

Re: [qooxdoo-devel] FlowLayout

2006-09-19 Thread Sebastian Werner
Hi David, auto sizing of a flow layout is not that well supported. It works only in simple szenarios. You can open a bug report, but I don't think this will be fixed in one of the next versions. Maybe we can solve this with the layout improvements of 0.7. But I couldn't promise this for sure.

[qooxdoo-devel] FlowLayout

2006-09-19 Thread dperez
Hi, FlowLayout doesn't behave correclty when its height is auto and its width is set to 100%. It behaves even worse when width and height is auto. To illustrate better this problem, I have modified the http://www.nabble.com/file/16/FlowLayout_1.html test/FlowLayout_1.html in this way: - I hav