AW: AW: [Mono-osx] Problems with first WinForms Hello World

Armin Arnegger arnegger@innosolv.ch
Tue, 12 Apr 2005 07:38:59 +0200


I did macpack (macpack -n:Hello -a:Hello.exe -o:. -m:1).=20
If I run from finder, the app starts and after a quick time it =
terminate
again.

Armin

-----Urspr=FCngliche Nachricht-----
Von: kangaroo [mailto:grompf@sublimeintervention.com]=20
Gesendet: Dienstag, 12. April 2005 00:25
An: Armin Arnegger
Cc: Adhamh Findlay; mono-osx@lists.ximian.com; 'Artyom Tyazhelov'
Betreff: Re: AW: [Mono-osx] Problems with first WinForms Hello World


Thats because you didn't macpack.  When you run from command line=20
without macpack the carbon runtime never registers (because its not in=20
a bundle) and the app never gets focus.

-kangaroo

On 11-Apr-05, at 5:51 PM, Armin Arnegger wrote:

> Artyom,
>
> Thanks, I've set the MONO_MWF_USE_QUARTZ_BACKEND to "1" and .....
> The MessageBox is shown, but it is hanging.
> It's not possible to click Ok.
> I must cancel with Ctrl-C   :-(
>
> Armin
>
>
> -----Urspr=FCngliche Nachricht-----
> Von: Artyom Tyazhelov [mailto:artyom.tyazhelov@gmail.com]
> Gesendet: Montag, 11. April 2005 10:05
> An: Armin Arnegger
> Cc: Adhamh Findlay; mono-osx@lists.ximian.com
> Betreff: Re: [Mono-osx] Problems with first WinForms Hello World
>
>
> Armin,
>
> just for your information:
>
> if you want to use OS X SWF backend driver, you need to export
> MONO_MWF_USE_QUARTZ_BACKEND environment variable.
> look here:
>
> [MONO_SRC_ROOT] /
> mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
> line 87:
>
> if (Environment.OSVersion.Platform =3D=3D (PlatformID)128) {
>        if (Environment.GetEnvironmentVariable
> ("MONO_MWF_USE_QUARTZ_BACKEND") !=3D null)
>                driver=3DXplatUIOSX.GetInstance();
>        else
>                driver=3DXplatUIX11.GetInstance();
>
> hope this helps
>
> Arty0M
>
> On Apr 10, 2005 12:14 AM, Armin Arnegger <arnegger@innosolv.ch> =
wrote:
>> See below [Armin]
>>
> [skiped. preserve world bandwith.]
> _______________________________________________
> Mono-osx mailing list
> Mono-osx@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>
>
> !DSPAM:425af1f023191217787374!
>