View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002892 | JEDI VCL | 00 JVCL Components | public | 2005-04-21 04:28 | 2005-07-19 12:45 |
| Reporter | anonymous | Assigned To | outchy | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0002892: ImageListBox bug when sorted = True at runtime | ||||
| Description | Put 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.. | ||||
| Tags | No tags attached. | ||||
|
2005-04-21 12:50
|
|
|
2005-04-21 12:50
|
|
|
|
Thanks for reporting this bug. I posted a revision of the file in the CVS repository, the bug should be gone with these modifications. |
|
|
To the original poster: Please let us know how this goes |
|
|
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. |
|
|
Thanks for that, this is now fixed in CVS. Has anyone tested that the fix works as expected? |
|
|
i am finishing an important project, when i finish it in a week aprox i will install the new zip and test it.. |
|
|
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.. |
|
|
You are right, the sorted property exists in the parent class. But I have some problems while adding items once the list is sorted. |
| 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 |