Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 407A77D60 for ; Tue, 15 Nov 2011 13:31:12 +0000 (UTC) Received: (qmail 32468 invoked by uid 500); 15 Nov 2011 13:31:11 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 32434 invoked by uid 500); 15 Nov 2011 13:31:11 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 32426 invoked by uid 99); 15 Nov 2011 13:31:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 13:31:11 +0000 X-ASF-Spam-Status: No, hits=2.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of pan.peter1978@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 13:31:04 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1RQJ63-00056L-8o for user@pivot.apache.org; Tue, 15 Nov 2011 05:30:43 -0800 Date: Tue, 15 Nov 2011 05:30:43 -0800 (PST) From: pan peter To: user@pivot.apache.org Message-ID: <1321363843265-3509618.post@n3.nabble.com> In-Reply-To: <1321360954545-3509500.post@n3.nabble.com> References: <1320409436557-3479956.post@n3.nabble.com> <1320411382837-3480019.post@n3.nabble.com> <1320418666489-3480330.post@n3.nabble.com> <1321266273511-3506412.post@n3.nabble.com> <1321351487114-3509236.post@n3.nabble.com> <1321360954545-3509500.post@n3.nabble.com> Subject: RE: AW: AW: primary region got disappeared for splitpane MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org O.K. I also fix this issue. The critical thing missing here for the split pane is the width for the split pane, if we specify the total width of the split pane, then no problem. for example, code like this SplitPane splitPane =(SplitPane) namespace.get("splitPane"); splitPane.setWidth(800); splitPane.setSplitRatio(0.3f); splitPane.setPrimaryRegion(SplitPane.Region.TOP_LEFT); splitPane.setResizeMode(SplitPane.ResizeMode.PRIMARY_REGION); -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/primary-region-got-disappeared-for-splitpane-tp3479956p3509618.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.