Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA147782F for ; Wed, 9 Nov 2011 08:03:47 +0000 (UTC) Received: (qmail 37178 invoked by uid 500); 9 Nov 2011 08:03:47 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 37130 invoked by uid 500); 9 Nov 2011 08:03:47 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 37122 invoked by uid 99); 9 Nov 2011 08:03:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 08:03:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [82.146.102.94] (HELO pmgroup.be) (82.146.102.94) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 08:03:42 +0000 Received: from [192.168.0.238] ([192.168.0.238]) by mail.pmgroup.be (PMGroup Mailserver) with ASMTP id STM03019 for ; Wed, 09 Nov 2011 09:03:19 +0100 Message-ID: <4EBA3541.1040906@pmgroup.be> Date: Wed, 09 Nov 2011 09:09:37 +0100 From: Fernand Vanrie User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: Problems displaying Dialogs on Mac OSX References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gerardo , maybe the General options must been set to use OO-(UNO-AWT)dialogs and not "system" dialogs Hope it helps Fernand > Hello everybody. > I've been working with the UNO-AWT dialogs, i've "translated" the look and > feel of an extension, from using Java Swing to UNO-AWT. I've tested the > extension an it seems that the dialogs doesn't work on Mac OSX, but it > works on Windows XP 32 bits, and Linux Slackware 13.37 x64. So i think it > is more a Mac OSX thing, so do you know the cause of the problem, or some > dependecy or whatever?. > I doesn't put any debug dialog because when i tested it, it doesn't display > anything. Here it is the extension if you want to test it yourself: > http://ooo2gd.googlecode.com/issues/attachment?aid=1020004001&name=UNOGDocs.oxt&token=6ce68ec8588a3944efa1002c0a7781ce > > Regards. >