View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003437 | JEDI VCL | 00 JVCL Components | public | 2006-01-11 02:15 | 2006-01-11 13:04 |
| Reporter | fiorino | Assigned To | jfudickar | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 | ||||
| Target Version | Fixed in Version | 3.20 | |||
| Summary | 0003437: TJvDropCalendar dosn't update the current day | ||||
| Description | If the date changes after the form is created, the current date indicator on the drop drown calendar isn't updated. The fix is simple: procedure TJvDropCalendar.DoShow; begin { In the constructor the calendar will sometimes report the wrong size, so we do this here. } AutoSize := True; TJvMonthCalendar2(FCal).Today:=Date; { update the current day } inherited DoShow; end; | ||||
| Tags | No tags attached. | ||||