Anonymous | Login | Signup for a new account | 2019-02-21 03:49 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
0003571 | [JEDI VCL] 00 JVCL Components | minor | always | 2006-03-10 02:50 | 2006-03-10 03:12 | ||
Reporter | Raid | View Status | public | ||||
Assigned To | AHUser | ||||||
Priority | normal | Resolution | fixed | ||||
Status | resolved | Product Version | 3.10 | ||||
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} |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Attached Files | |||||||
|
Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |