View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003571 | JEDI VCL | 00 JVCL Components | public | 2006-03-10 02:50 | 2006-03-10 03:12 |
| Reporter | Raid | Assigned To | AHUser | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.10 | ||||
| Target Version | Fixed in Version | 3.30 | |||
| Summary | 0003571: TJvPageListTreeView - ShowLines always true in Delphi 7 | ||||
| Description | Due to the not saving in the DFM if it's default, Delphi never loads the ShowLines property because in the source it shows {$IFDEF VCL} property ShowLines default False; {$ENDIF VCL} But it actually creates as True. Basically, the fix is put this in JvPageListView.pas - TJvCustomPageListTreeView.Create: {$IFDEF VCL} ShowLines := False; {$ENDIF} | ||||
| Tags | No tags attached. | ||||