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 1200A8A04 for ; Tue, 16 Aug 2011 19:48:21 +0000 (UTC) Received: (qmail 1640 invoked by uid 500); 16 Aug 2011 19:48:20 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 1611 invoked by uid 500); 16 Aug 2011 19:48:20 -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 1603 invoked by uid 99); 16 Aug 2011 19:48:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 19:48:20 +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 (nike.apache.org: domain of gk_brown@verizon.net designates 206.46.173.1 as permitted sender) Received: from [206.46.173.1] (HELO vms173001pub.verizon.net) (206.46.173.1) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 19:48:13 +0000 Received: from [192.168.1.17] ([unknown] [96.233.101.183]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LQ100HWKDNFNJD4@vms173001.mailsrvcs.net> for user@pivot.apache.org; Tue, 16 Aug 2011 14:47:40 -0500 (CDT) Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Apple Message framework v1084) Subject: Re: Rough equivalent of Swing JOptionPane.showConfirmDialog From: Greg Brown In-reply-to: Date: Tue, 16 Aug 2011 15:47:39 -0400 Content-transfer-encoding: quoted-printable Message-id: <4B4283D1-7FC5-49E3-A3DD-3844BE0766C2@verizon.net> References: <4E49B81F.9090508@hms.harvard.edu> <4E4A0A11.90200@hms.harvard.edu> <4E4AAEA9.9090806@hms.harvard.edu> <4E4AAF95.9050109@hms.harvard.edu> <0BA2B9EC-4C35-443F-B469-19B8A6BF1D8B@verizon.net> To: user@pivot.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Yes. You might be able to do something along the lines of = DesktopApplicationContext#createDisplay(). On Aug 16, 2011, at 3:38 PM, Roger L. Whitcomb wrote: > Is it possible to piggy back on top of JDialog and just put Pivot > widgets on an otherwise blank pane? >=20 > Roger Whitcomb | Architect, Engineering | Roger.Whitcomb@ingres.com | > Ingres | 500 Arguello Street | Suite 200 | Redwood City | CA | 94063 | > USA +1 650-587-5596 | fax: +1 650-587-5550 >=20 > -----Original Message----- > From: Greg Brown [mailto:gk_brown@verizon.net]=20 > Sent: Tuesday, August 16, 2011 12:31 PM > To: user@pivot.apache.org > Subject: Re: Rough equivalent of Swing JOptionPane.showConfirmDialog >=20 >> Sorry, my use of "blocking" was not intended to be technically > accurate. >> Of course, it has to keep pumping the event loop, which is what makes > it >> so tricky. Actually, the tricky code seems to be in java.awt.Dialog >> where the modal event loop lives. >=20 > Right, that's what I would have guessed. >=20 > But in any case, this sort of behavior would require access to the > native event queue, which AWT does not provide (and I'm not sure = should > be exposed anyway). >=20 > G >=20