You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Gerardo Gómez <ge...@gmail.com> on 2011/11/09 02:28:06 UTC

Problems displaying Dialogs on Mac OSX

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.

Re: Problems displaying Dialogs on Mac OSX

Posted by Christian Lohmaier <cl...@openoffice.org>.
Hi Gerardo, *,

2011/11/9 Gerardo Gómez <ge...@gmail.com>:
>
> 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?.

well, you write that you're using OOo's dialogs, so this might not
apply, but java AWT and Mac OS doesn't work, see details here:
https://issues.apache.org/ooo/show_bug.cgi?id=92926 (I strongly
disagree with the "fixed" state it - but as my patch did only work on
10.4 and wasn't correct in all places - what can you do....)

Anyway - if you're really using the OOo-api for the dialogs then this
should not be the problem.

ciao
Christian

Re: Problems displaying Dialogs on Mac OSX

Posted by Fernand Vanrie <so...@pmgroup.be>.
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.
>