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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78364 --- shadow/78364 2006-05-11 00:04:08.000000000 -0400 +++ shadow/78364.tmp.13058 2006-05-11 00:04:08.000000000 -0400 @@ -0,0 +1,32 @@ +Bug#: 78364 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: .NET's DateTimePicker combobox is not a true combobox while mono's is. + +MS.NET's DateTimePicker looks as if it were a simple ComboBox, but actually +it can individually enter year, month, day etc. + +Keyboard control also works individually (up key to increase the number, +down key to decrease etc.) + +It depends on locales - for example, in th-TH (Thai) it is selectable based +on Thai Buddhist Calendar. + +To make it possible, we need somewhat different DateTimePicker +implementation than we have now. + +(Having this bug report as wishlist since it is enclosed within +DateTimePicker itself and current code just works as is.) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
