"Rockafella" <shctan@[EMAIL PROTECTED]
> wrote in message
news:<c5ot7t$h57$1@[EMAIL PROTECTED]
>...
> I am currently using Delphi to build application.
> Recently, I have been give a project to display 50 thumbnails on a
single
> screen.
> The Delphi Enterprise edition does not have a VCL component to display a
> list of thumbnails.
> The only way I can do this is to use 50 TImage components which I do not
> think is the right way to do.
>
> Can you recommend a tool that I can use?
> For example, suggest an IDE do the job for complex GUI layout.
It's not a shortcoming of the IDE if the version of Delphi you have
doesn't
have a built-in component for the job. There are third-party Delphi
components
and libraries that can do things like this. If you have the budget for
buying
components, consider ImageLib or a comparable component suite. If you
have
a more modest budget, look into Envision and similar shareware components.
If you have the time but not the money, look for freeware components and
libraries. I know that gxExplorer (a freeware Explorer
replacement/enhancement,
http://sourceforge.net/projects/gxexplorer
) will implement thumbnail
views
for each file in a directory, and the project has all source code
available.
Rick Carter
carterrk@[EMAIL PROTECTED]
Paradox/Delphi SIG, Cincinnati PC Users Group
Rick Carter
carterrk@[EMAIL PROTECTED]
Paradox/Delphi SIG, Cincinnati PC Users Group


|