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
 How to view two folders with TImageEnFolderMView?

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
mmiranda Posted - May 27 2014 : 18:23:58
Hello

I'm using TImageEnFolderMView (No problems so far).

My question is:
Is possible to use TImageEnFolderMView to display the contents of two diferent folders at the same time?

my program should save the images in a local folder and videos in a remote disk because of limited disk space. In my case, the videos are in a diferent hard drive (remote unit) .
I need to show images and videos at the same time in a viewer like ImageEnFolderMView.

Note:
I'm asking to this forum because I think that some developpers may have the same problem and I would like to share ideas..

(Working with Delphi 7)

Thanks for your time
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 10 2014 : 14:04:34
Hi

FYI, in v5.1.2 (coming soon) you can specify multiple folders by separating them with IEM_Folder_Delimiter (which is a "|")


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
xequte Posted - May 28 2014 : 13:39:16
Hi

Not automatically, but you can still use all the methods of TImageEnMView, so instead of setting Folder just call FillFromDirectory twice:

http://www.imageen.com/help/TImageEnMView.FillFromDirectory.html

I'll look at adding support for multiple folders in a coming update.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com