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
 "Up" directory in EnFolderMView
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

JohnFredC

USA
3 Posts

Posted - Oct 31 2014 :  08:45:09  Show Profile  Reply
How would I provide my user an "up" (the folder hierarchy) thumb that, Onclick, navigates to the parent folder.

I looked for a property setting but couldn't find one.

No problem putting such a function in a toolbar or popup menu, but many users will be accustomed to seeing a separate thumb for that very thing in other software.

______________________
Sarasota Florida

xequte

39142 Posts

Posted - Oct 31 2014 :  12:32:02  Show Profile  Reply
Hi Sarasota

There is not a property for that as most applications have moved away from that model (even though I personally thought it was quite a useful navigation tool).

It should be fairly easy to add. In the OnFolderChanged event (this is in v5.2.1 so email me for it) add:

sUpFolder := ExtractFilename( ExcludeTrailingBackSlash( IEFolderMView.Folder ));
IEFolderMView.InsertImage(0, sUpFolder, True, iedtNone, iedtNone, iedtFilename, False);
IEFolderMView.ImageBottomText[0].Caption := '..';



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page

JohnFredC

USA
3 Posts

Posted - Nov 03 2014 :  07:51:57  Show Profile  Reply
Thank you Nigel! I will send you my email.

I must say that, in addition to the functionality offered by ImageEN, the implementation is extremely clear and easy to use. Kudos.


______________________
Sarasota Florida
Go to Top of Page

xequte

39142 Posts

Posted - Nov 09 2014 :  13:46:14  Show Profile  Reply
Thanks :-D

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: