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
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
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
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
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
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.
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(
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
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
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
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
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
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
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
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
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
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.
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
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
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.
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
21 matches
Mail list logo