https://bugzilla.novell.com/show_bug.cgi?id=343969
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=343969#c1 Luke Page <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Luke Page <[EMAIL PROTECTED]> 2007-12-15 15:44:47 MST --- Clicking on the month creates a new context menu in the MonthCalendar control, which is set as its parent. When MonthCalendar is created by DateTimePicker it does not set its parent as DateTimePicker and hence there is no way that the context menu can find the parent form. Even if MonthCalendar set its parent as the DateTimePicker, the DateTimePicker does not have an override to specify a parent. The problem occurs because of bug 338511 - the context menu tries to find the parent form and raises a Null Exception message. *** This bug has been marked as a duplicate of bug 338511 *** https://bugzilla.novell.com/show_bug.cgi?id=338511 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
