View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001532 | JEDI VCL | 00 JVCL Components | public | 2004-03-25 01:26 | 2004-03-25 17:40 |
Reporter | Dierk | Assigned To | user72 | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001532: Unit JvXPButtons strange images.draw command...... | ||||
Description | What is this? Do I have the right source??? Is this differently in Delphi5 ? Images.Draw(Canvas, (Width - Images.Width) div 2 + Integer(Shifted), (Height - Images.Height) div 2 + Integer(Shifted), ImageIndex, dsTransparent, itImage, Enabled); The command I know is somthing like that: TImageList.Draw(Canvas: TCanvas; X, Y, Index: Integer; Enabled: Boolean=True); Regards Dierk | ||||
Tags | No tags attached. | ||||
|
It should be: Images.Draw(Canvas, (Width - Images.Width) div 2 + Integer(Shifted), (Height - Images.Height) div 2 + Integer(Shifted), ImageIndex, {$IFDEF COMPILER6_UP}dsTransparent, itImage, {$ENDIF} Enabled); to work with Delphi 5. Already fixed in CVS |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-03-25 01:26 | Dierk | New Issue | |
2004-03-25 17:40 |
|
Status | new => resolved |
2004-03-25 17:40 |
|
Resolution | open => fixed |
2004-03-25 17:40 |
|
Assigned To | => user72 |
2004-03-25 17:40 |
|
Note Added: 0003474 |