[Mono-winforms-list] Workaround for this bug? (Audible Alert makes Msgbox.show blow up)

Jonathan Pobst monkey at jpobst.com
Tue Jan 5 11:17:49 EST 2010


X11 is the old backend.  Carbon is the newer one.

Your best bet is probably just to get a newer copy of the 
System.Windows.Forms.dll where the original issue is fixed and use that.

The daily packages haven't been updating recently, but 12/15/09 should 
still be new enough to fix it:

http://mono.ximian.com/daily/

Get either monocharge or mono, unzip System.Windows.Forms.dll from it, 
open a mono window, and use gacutil:

gacutil -i System.Windows.Forms.dll

That should install the newer version for you.

Jonathan


On 1/5/2010 10:02 AM, Daniel Rosenstark wrote:
> Hmmm... perhaps that's right. Just stunned by the
>
> 1) backwards cursor arrow and
> 2) X11 icon in my alt-tab instead of my apps icon.
>
> Anyway, what's the future on this thing? Is X11 the one that is going
> forward, or Carbon, or is there another one?
>
>
> On Tue, Jan 5, 2010 at 4:49 PM, Alex Shulgin
> <alexander.shulgin at yessoftware.com
> <mailto:alexander.shulgin at yessoftware.com>> wrote:
>
>     Daniel Rosenstark wrote:
>
>         Thanks Alex, that worked (but man is the X11 UI ugly!)...
>
>
>     You're welcome (and it's definitely not uglier than Carbon backend)...
>
>     --
>     Alex
>
>
>
>         On Tue, Jan 5, 2010 at 4:30 PM, Alex Shulgin
>         <alexander.shulgin at yessoftware.com
>         <mailto:alexander.shulgin at yessoftware.com>
>         <mailto:alexander.shulgin at yessoftware.com
>         <mailto:alexander.shulgin at yessoftware.com>>> wrote:
>
>             Daniel Rosenstark wrote:
>
>                 Thanks for that, Natalia.
>
>                 I have searched both readme's for OSX and Carbon but to no
>                 avail. What environment variable do I set?
>
>
>             It must be MONO_MWF_MAC_FORCE_X11.
>
>             --
>             Alex
>
>
>
>
>
>
>
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list



More information about the Mono-winforms-list mailing list