Re: CORRECTION: change to box-packing algorithm?
Charles Goodwin <[email protected]> Wed, 07 Apr 2004 07:17:33 +0000
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Organization | XWT Foundation |
| Message-ID | <[email protected]> |
On Wed, 2004-04-07 at 00:07 -0700, Adam Megacz wrote:
> Scratch that.
>
> A box will be placed:
>
> - no higher than its preceeding sibling
> - either
> - no farther to the left of its preceeding sibling
> - below the bottoms of all of its preceeding siblings
>
> - as far up and to the left as possible subject to the previous two
> constraints.
<box cols="1">
<box height="200" />
<box height="100" align="bottom" />
<box height="200" />
<box height="100" align="top" />
</box>
That'll still be:
b1b1 b3b3 b4b4
b1b1 b2b2 b3b3
Right?
--
- Charlie
Charles Goodwin <[email protected]>
Online @ http://www.charlietech.com