[Mono-winforms-list] Patch for MessageBox and XplatUIX11
Peter Dennis Bartok
peter@novonyx.com
Sun, 19 Dec 2004 00:46:31 -0700
Ashwin,
Thanks for the patch. I've applied the XplatUIX11 part. However, there is a
bigger problem with the MessageBox and Form code interaction, it currently
creates two toplevel windows for the messagebox, I'd rather wait applying
the patch that prevents the exception and unsets visible until I have that
bug fixed.
To answer your question: This wasn't too small a patch. I quite like patches
broken out by functionality, so they can be applied and tested independent
of each other.
Cheers,
Peter
-----Original Message-----
From: "Ashwin Bharambe" <ashwinb@gmail.com>
To: <mono-winforms-list@lists.ximian.com>
Date: 18 December, 2004 18:22
Subject: [Mono-winforms-list] Patch for MessageBox and XplatUIX11
>Hi all,
>
>Attached is a patch for:
>
> - a small fix to MessageBox bug (setting Visible = false before
>calling ShowDialog)
> - adds modal support for dialog windows (XplatUIX11)
>
>As a result of this a simple MessageBox.Show("text", "caption") dialog
>works fine on my linux box.
>
>Thanks,
>Ashwin
>
>PS: Do let me know about the procedure and the granularity of sending
>patches. I think this is probably too small a granularity for sending
>patches.
>