| View previous topic :: View next topic |
| Author |
Message |
Hansen Guest
|
Posted: Wed May 10, 2006 7:15 pm Post subject: Just another annoyance with D2006 (image lists) |
|
|
well, I may be once again the only one. I may have purchased a broken copy
after all <g>
Images list in large projects: adding images takes AGES for Delphi to
re-link the resource of the form and add the image. I can provide just
another avi video for the unbelievers.
I don't want to talk about the 9 years old problem when adding an image to
the list places it in the wrong order (I have no hope for this to be fixed
no more...) |
|
| Back to top |
|
 |
Atmapuri Guest
|
Posted: Wed May 10, 2006 8:14 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
Hi!
| Quote: | well, I may be once again the only one. I may have purchased a broken copy
after all <g
Images list in large projects: adding images takes AGES for Delphi to
re-link the resource of the form and add the image. I can provide just
another avi video for the unbelievers.
I don't want to talk about the 9 years old problem when adding an image to
the list places it in the wrong order (I have no hope for this to be fixed
no more...)
|
The way imageList works is just increadibly cumbersome. There were
some attempts to implement a proper custom component designer,
but with very little success.
imageList just barely cuts it for the purpose it was designed for.
Here is what I would like to so:
- ability to add and delete images at any index
- link images to actual files on the drive so that when the file
changes, selecting an update, will update all the images in the
imageList from their source.
- full blown image editor
Thanks!
Atmapuri |
|
| Back to top |
|
 |
Steve Trefethen (Delphi R Guest
|
Posted: Wed May 10, 2006 10:14 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
Hansen wrote:
| Quote: | well, I may be once again the only one. I may have purchased a broken copy
after all <g
Images list in large projects: adding images takes AGES for Delphi to
re-link the resource of the form and add the image. I can provide just
another avi video for the unbelievers.
|
While a video may prove your point it isn't an entry in QC
(http://qc.borland.com/) which IMO would go a lot further towards
getting resources here to investigate the problem.
Please, log this in QC if you haven't done so already.
--
-Steve
Delphi.NET/C#Builder R&D
Borland Software Corporation
http://homepages.borland.com/strefethen
http://blogs.borland.com/stevet |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Wed May 10, 2006 10:14 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
Luis Cobian wrote:
| Quote: | Well, these problems with the image list editor have been around
since it was introduced in D4 (???). So they should be in QC.
|
the order opening is a general windows thing, ms word does it too
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
Steve Trefethen (Delphi R Guest
|
Posted: Wed May 10, 2006 10:14 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
Atmapuri wrote:
| Quote: | imageList just barely cuts it for the purpose it was designed for.
Here is what I would like to so:
|
Can I assume these are all in QC?
--
-Steve
Delphi.NET/C#Builder R&D
Borland Software Corporation
http://homepages.borland.com/strefethen
http://blogs.borland.com/stevet |
|
| Back to top |
|
 |
Luis Cobian Guest
|
Posted: Wed May 10, 2006 10:14 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
"Steve Trefethen (Delphi R&D)" <strefethen (AT) a (DOT) fake.email.com> wrote in
message news:44625836$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
Can I assume these are all in QC?
|
Well, these problems with the image list editor have been around since it
was introduced in D4 (???). So they **should** be in QC. |
|
| Back to top |
|
 |
Atmapuri Guest
|
Posted: Thu May 11, 2006 7:14 am Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
Hi!
| Quote: | imageList just barely cuts it for the purpose it was designed for.
Here is what I would like to so:
Can I assume these are all in QC?
|
QC28974
Thanks!
Atmapuri |
|
| Back to top |
|
 |
Warren Postma Guest
|
Posted: Fri May 12, 2006 4:14 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
Atmapuri wrote:
| Quote: | Images list in large projects: adding images takes AGES for Delphi to
re-link the resource of the form and add the image. I can provide just
another avi video for the unbelievers.
|
For various reasons, I have all TImageLIst components in a global object
(a data-module) containing NOTHING else. No code, and no other
components. This makes life better in so many ways.
Warren |
|
| Back to top |
|
 |
Trevor de Koekkoek Guest
|
Posted: Fri May 12, 2006 7:16 pm Post subject: Re: Just another annoyance with D2006 (image lists) |
|
|
"Warren Postma" <wp (AT) tekran (DOT) com> wrote in message
news:4464b022 (AT) newsgroups (DOT) borland.com...
| Quote: | Atmapuri wrote:
Images list in large projects: adding images takes AGES for Delphi to
re-link the resource of the form and add the image. I can provide just
another avi video for the unbelievers.
For various reasons, I have all TImageLIst components in a global object
(a data-module) containing NOTHING else. No code, and no other
components. This makes life better in so many ways.
Warren
|
Yeah, I usually do that as well. |
|
| Back to top |
|
 |
|