View Issue Details

IDProjectCategoryView StatusLast Update
0003000JEDI VCL00 JVCL Componentspublic2005-06-11 02:40
ReporterobonesAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0003000: TJvDatePickerEdit: Setting Checked to True before showing the component triggers ConvertError exception
DescriptionI'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 InformationThis is issue 3000 ;-)
TagsNo tags attached.

Activities

obones

2005-06-11 02:40

administrator   ~0007419

This is now in CVS

Issue History

Date Modified Username Field Change
2005-05-27 06:30 obones New Issue
2005-06-11 02:40 obones Status new => resolved
2005-06-11 02:40 obones Resolution open => fixed
2005-06-11 02:40 obones Assigned To => obones
2005-06-11 02:40 obones Note Added: 0007419