View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002320 | JEDI VCL | 00 JVCL Components | public | 2004-11-17 06:22 | 2004-11-22 11:34 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA 2 | ||||
Target Version | Fixed in Version | 3.00 RC 1 | |||
Summary | 0002320: Bad practice to hard code image size in TJvXPBar | ||||
Description | To account for the fact the ImageList can have images other than 16 pixels wide, in procedure TJvXPBarItem.DrawItem change : //Inc(Rect.Left, 20); Inc(Rect.Left, ImageList.Width + 4); | ||||
Additional Information | Consider similar adaptability of ImageList.Height for "JvXPBar.ItemHeight" property: procedure TJvXPBarItem.SetImageList ..snip.. FImageList := Value; ItemHeight := FImageList.Height + 4; ..snip.. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-11-17 06:22 | anonymous | New Issue | |
2004-11-22 11:34 |
|
Status | new => resolved |
2004-11-22 11:34 |
|
Resolution | open => fixed |
2004-11-22 11:34 |
|
Assigned To | => user72 |
2004-11-22 11:34 |
|
Note Added: 0005687 |