[Mono-bugs] [Bug 82531][Nor] Changed - CommonDialog only useful for Mono internal implementations

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 23 16:40:45 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by andyhume32 at yahoo.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=82531

--- shadow/82531	2007-08-22 17:03:13.000000000 -0400
+++ shadow/82531.tmp.6316	2007-08-23 16:40:45.000000000 -0400
@@ -81,6 +81,14 @@
 CommonDialog.  :)
 
 I think I understand most of what should be going on, but have one
 question.  When you are creating your own derived CommonDialog, is it
 possible to make it return DialogResults other than Ok or Cancel?  I
 don't see anywhere you could set it to say, DialogResult.Ignore.
+
+------- Additional Comments From andyhume32 at yahoo.co.uk  2007-08-23 16:40 -------
+CommonDialog seems designed for ShowDialog to only return OK or 
+Cancel.  It guess it makes /some/ sense as those are the two buttons 
+in the file-open-like dialogs.  Why they didn't have RunDialog 
+return DialogResult too and then any result code could be returned I 
+don't know.
+


More information about the mono-bugs mailing list