View Issue Details

IDProjectCategoryView StatusLast Update
0002319JEDI VCL00 JVCL Componentspublic2004-11-22 11:42
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002319: TJvImageListBox Anchors not assigned for Delphi 5
DescriptionDelphi 5 can use Anchors, but the $IFDEF for Anchors in the TJvImageListBox limits it to D6 or Higher only. Should change to:
    {$IFDEF COMPILER5_UP}
    property Anchors;
    {$ENDIF COMPILER5_UP}
TagsNo tags attached.

Activities

user72

2004-11-22 11:42

  ~0005689

Fixed in CVS

Issue History

Date Modified Username Field Change
2004-11-16 13:24 anonymous New Issue
2004-11-22 11:42 user72 Status new => resolved
2004-11-22 11:42 user72 Resolution open => fixed
2004-11-22 11:42 user72 Assigned To => user72
2004-11-22 11:42 user72 Note Added: 0005689