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 E0A4572CD for ; Wed, 26 Oct 2011 13:38:03 +0000 (UTC) Received: (qmail 31415 invoked by uid 500); 26 Oct 2011 13:38:03 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 31396 invoked by uid 500); 26 Oct 2011 13:38:03 -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 31388 invoked by uid 99); 26 Oct 2011 13:38:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 13:38:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gk_brown@verizon.net designates 206.46.173.17 as permitted sender) Received: from [206.46.173.17] (HELO vms173017pub.verizon.net) (206.46.173.17) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2011 13:37:55 +0000 Received: from [192.168.1.17] ([unknown] [173.76.183.112]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LTO002ONDUB8P90@vms173017.mailsrvcs.net> for user@pivot.apache.org; Wed, 26 Oct 2011 08:37:24 -0500 (CDT) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1084) Subject: Re: how to make a login window before main window? From: Greg Brown In-reply-to: <1319635556057-3454417.post@n3.nabble.com> Date: Wed, 26 Oct 2011 09:37:23 -0400 Content-transfer-encoding: quoted-printable Message-id: References: <1319631109676-3454273.post@n3.nabble.com> <1319635556057-3454417.post@n3.nabble.com> To: user@pivot.apache.org X-Mailer: Apple Mail (2.1084) > how to create a dialog without owner?=20 Don't pass an owner to open(). > when i do it in startup(), it always open a big pivot window, then = shows the > dialog. Don't open your main window before opening the dialog.