View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003000 | JEDI VCL | 00 JVCL Components | public | 2005-05-27 06:30 | 2005-06-11 02:40 |
Reporter | obones | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0003000: TJvDatePickerEdit: Setting Checked to True before showing the component triggers ConvertError exception | ||||
Description | I'm about to commit a change in TJvCustomDatePickerEdit.UpdateDisplay which adds this right after the initial test: // (obones): We need a valid handle here, because setting the text // will read the value of DateSeparator. This value is #0 until the // CreateWnd method is called. // If we don't do that, setting any property that changes the display // (like checked) just after having created the control at runtime // would trigger an "Invalid date" exception because the date, month // and day would not be separated at all. // Doing this means that a parent is required for the change to work. HandleNeeded; | ||||
Additional Information | This is issue 3000 ;-) | ||||
Tags | No tags attached. | ||||