View Issue Details

IDProjectCategoryView StatusLast Update
0002892JEDI VCL00 JVCL Componentspublic2005-07-19 12:45
ReporteranonymousAssigned Tooutchy 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version 
Target VersionFixed in Version 
Summary0002892: ImageListBox bug when sorted = True at runtime
DescriptionPut a JvImageListBox and link to it an imagelist with one glyph in it. Now assign at runtime listitems adding of elements (list.Add('itm'). If Sorted property of listbox is True it shows glyphs without captions except for the last item. If Sorted is false there is no problem. JvImageComboBox doesn't even have a Sorted property..
TagsNo tags attached.

Activities

2005-04-21 12:50

 

lst1.jpg (7,192 bytes)
lst1.jpg (7,192 bytes)

2005-04-21 12:50

 

lst2.jpg (6,223 bytes)
lst2.jpg (6,223 bytes)

outchy

2005-04-22 19:44

administrator   ~0007051

Thanks for reporting this bug.
I posted a revision of the file in the CVS repository, the bug should be gone with these modifications.

obones

2005-04-24 23:12

administrator   ~0007059

To the original poster:
Please let us know how this goes

DRothmaler

2005-04-28 03:04

reporter   ~0007075

Last edited: 2005-04-28 03:05

Hi, since you changed the JvListComb.pas, it is not possible to compile it with Delphi 5, because FOwner (inherited from TCollection) on line 529 has no method "Owner".

Please use GetOwner instead. This works with Delphi 5 and Delphi 2005 on my system.

obones

2005-04-28 11:21

administrator   ~0007076

Thanks for that, this is now fixed in CVS.
Has anyone tested that the fix works as expected?

anonymous

2005-04-28 15:22

viewer   ~0007081

i am finishing an important project, when i finish it in a week aprox i will install the new zip and test it..

anonymous

2005-05-21 06:59

viewer   ~0007292

the imagelistbox is now ok and the sorted property at runtime or design time functions correctly tn the latest zip, but the imagecombobox stil not have the sorted property..

outchy

2005-05-21 09:18

administrator   ~0007294

You are right, the sorted property exists in the parent class. But I have some problems while adding items once the list is sorted.

Issue History

Date Modified Username Field Change
2005-04-21 04:28 anonymous New Issue
2005-04-21 12:50 anonymous File Added: lst1.jpg
2005-04-21 12:50 anonymous File Added: lst2.jpg
2005-04-22 16:52 outchy Status new => confirmed
2005-04-22 19:38 outchy Status confirmed => assigned
2005-04-22 19:38 outchy Assigned To => outchy
2005-04-22 19:44 outchy Note Added: 0007051
2005-04-24 23:12 obones Note Added: 0007059
2005-04-24 23:12 obones Status assigned => feedback
2005-04-28 03:04 DRothmaler Note Added: 0007075
2005-04-28 03:05 DRothmaler Note Edited: 0007075
2005-04-28 03:05 DRothmaler Note Edited: 0007075
2005-04-28 11:21 obones Note Added: 0007076
2005-04-28 15:22 anonymous Note Added: 0007081
2005-05-21 06:59 anonymous Note Added: 0007292
2005-05-21 09:18 outchy Note Added: 0007294
2005-07-19 12:45 outchy Status feedback => closed