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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnFolderMView1 and filename mask

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
ruissjuk Posted - Jan 22 2014 : 01:34:00
Is there way to use wildcard mask in loading images from folder. I need to load jpg-images that have name like JER1201_*.jpg . I just can load all images but did not find place to put mask.
2   L A T E S T    R E P L I E S    (Newest First)
nwscomps Posted - Jan 24 2014 : 04:38:38
you can achieve that by using our TThumbsBrowser component. It uses imageen internally for all loading and storing of thumbnails. Currently we are in the process of upgrading it to v. 2

Francesco Savastano
Nwscomps.com
Add-ons for the ImageEn Library
w2m Posted - Jan 22 2014 : 11:02:07
// Retrieve all JPEG images in C:\Images\
IEFolderMView1.SetFolderEx('C:\Images\', iefCustom, 'jpg,jpeg,jpe');

There is no way to filter filenames, just file extensions.

If you need to display thumbnails with files with a specific filename you probably would have to use TImageEnMView, and then write a FindFirst, Find Next function to search for file names that match a mask which you would load into a TStringList, then finally use the filtered stringlist to load the thumbnails into TImageEnMView using iexHelperFunctions to create the thumbnails.

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html