View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001892 | JEDI VCL | 00 JVCL Components | public | 2004-06-24 18:56 | 2004-06-25 02:05 |
Reporter | cpall | Assigned To | AHUser | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001892: Compile Error - jvParameterList | ||||
Description | I think this was somewhat addressed here, but the build is currently broken for delphi5 http://homepages.borland.com/jedi/issuetracker/bug_view_page.php?bug_id=0001869 around line 1518... needs to be with ScrollBox do begin AutoScroll := False; BorderStyle := bsNone; {$IFDEF COMPILER6_UP} BevelInner := bvNone; BevelOuter := bvNone; {$ENDIF COMPILER6_UP} Align := alClient; end; RightPanel := TJvPanel.Create(Self); RightPanel.Parent := ScrollBox; with RightPanel do begin Align := alRight; BorderStyle := bsNone; {$IFDEF COMPILER6_UP} BevelInner := bvNone; BevelOuter := bvNone; {$ENDIF COMPILER6_UP} Width := Scrollbox.HorzScrollBar.Size+3; Visible := False; end; | ||||
Tags | No tags attached. | ||||