Return-Path: Delivered-To: apmail-incubator-pivot-user-archive@minotaur.apache.org Received: (qmail 27340 invoked from network); 1 Oct 2009 11:48:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 11:48:57 -0000 Received: (qmail 240 invoked by uid 500); 1 Oct 2009 11:48:57 -0000 Delivered-To: apmail-incubator-pivot-user-archive@incubator.apache.org Received: (qmail 218 invoked by uid 500); 1 Oct 2009 11:48:57 -0000 Mailing-List: contact pivot-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pivot-user@incubator.apache.org Delivered-To: mailing list pivot-user@incubator.apache.org Received: (qmail 209 invoked by uid 99); 1 Oct 2009 11:48:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 11:48:57 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tvolkert@gmail.com designates 74.125.92.147 as permitted sender) Received: from [74.125.92.147] (HELO qw-out-1920.google.com) (74.125.92.147) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 11:48:47 +0000 Received: by qw-out-1920.google.com with SMTP id 9so11982qwj.54 for ; Thu, 01 Oct 2009 04:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=hx1KzZt3tl0BADJqPFCQHBrN5WnjW7pQ722X6q2/XJ4=; b=Il2tgmhDNIJdD4wbjJfqChrw8XH00wYViARPnVEejh5RwdSC6vzQbnZnsptEoT4nhI xvAPER4mQSkBrd8PYtRZe3E/O4mo8lA7SmmqJqWP56Uk99Spfk8jAAX9kclLR/hqjLh2 Kd6aBTnvhllwEEYOpkLYSUip74bJiO2k1c718= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=htRPnF3hU1i6h66cFwcL9WPt6ICFPW7fZOnTduowiuCMkNcmKmR4aINWfx1vHYn05X B6Ig9YkddtiAi3bJMb/yOB8iQt5qN9WuKi6gygDKrug8s45c1MdXIjdXddZ1ONOk3jgP OdK9lLW70xM0VV9pxolIYxZ69Aa7u95rOr95s= MIME-Version: 1.0 Received: by 10.229.9.83 with SMTP id k19mr1413524qck.47.1254397707142; Thu, 01 Oct 2009 04:48:27 -0700 (PDT) In-Reply-To: References: <969667.52019.qm@web56902.mail.re3.yahoo.com> <168ef9ac0909140503r2ffdc599n90f9d0d39d0ae8ea@mail.gmail.com> Date: Thu, 1 Oct 2009 07:48:27 -0400 Message-ID: <168ef9ac0910010448m43426ab7h1e9d3dda2e5e276e@mail.gmail.com> Subject: Re: Layout managers From: Todd Volkert To: pivot-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e64f44f0bdc8150474de3952 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64f44f0bdc8150474de3952 Content-Type: text/plain; charset=ISO-8859-1 If you're using table panes with only 1 row and column, then perhaps you don't need them at all - can you send a snippet of WTKX so we can have a look at your specific case? On Thu, Oct 1, 2009 at 4:03 AM, Vicente de Rivera III < thirdy.derivera@gmail.com> wrote: > How about a BoxPane that fills both vertically and horizontally? The same > as a TablePane with 1* width column and a couple of 1* height row. > > Right now in my code, I have lots of TablePane code, I was hoping if > there's a better way. > > btw, took me sometime to figure out that wrapText for Labels that has a > parent BoxPane, works only if the parent BoxPane has an orientation and the > style fill:true > --0016e64f44f0bdc8150474de3952 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If you're using table panes with only 1 row and column, then perhaps yo= u don't need them at all - can you send a snippet of WTKX so we can hav= e a look at your specific case?

On Thu, O= ct 1, 2009 at 4:03 AM, Vicente de Rivera III <thirdy.derivera@gmail.com> wrote:
How about a BoxPane that fills both vertica= lly and horizontally? The same as a TablePane with 1* width column and a co= uple of 1* height row.

Right now in my code, I have lots of TablePane code, I was hoping if th= ere's a better way.

btw, took me sometime to figure out that wrapText for Labels that has a= parent BoxPane, works only if the parent BoxPane has an orientation and th= e style fill:true

--0016e64f44f0bdc8150474de3952--