ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 How to load all image
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

dracola

Argentina
37 Posts

Posted - Dec 13 2011 :  23:15:51  Show Profile  Reply
How to load all image in a folder itu multiple imageENview ???

fab

1310 Posts

Posted - Dec 14 2011 :  00:52:54  Show Profile  Reply
To handle multiple images you have to use TImageEnMView. For example it can load all images in a folder with:

ImageEnMView1.FillFromDirectory('c:\images');

If you want use TImageEnView you have to loop manually among all images in the folder and execute this for each image and for each component:

ImageEnView1.IO.LoadFromFile(filename);
Go to Top of Page

dracola

Argentina
37 Posts

Posted - Dec 14 2011 :  02:35:58  Show Profile  Reply
I tried to make application kiosk where people can load their image from memory / flash disk
i want to cache all image first (i don't know how) and then display it 6 or 8 image each/page.
what best component should i use. thank's fabrizio.

something like this

Go to Top of Page

fab

1310 Posts

Posted - Dec 14 2011 :  03:23:00  Show Profile  Reply
TImageEnMView can show images as thumbnails. It is possible to load only thumbnails instead of full images setting ImageEnMView.StoreType:=ietThumb.
Anyway you have to handle checkboxes, comboboxes, in your code.
Go to Top of Page

dracola

Argentina
37 Posts

Posted - Dec 14 2011 :  04:47:55  Show Profile  Reply
Thanks fabrizio, i will try it
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: