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
 [IEvolution] Thumbnails text
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

newinf

12 Posts

Posted - Jul 07 2011 :  08:29:13  Show Profile  Reply
Hi,

I am using a IEMulti viewer and when i load images from some Tiff's (with FillFromDirectory method) i can see at the bottom of each thumbnail image the file name. This is OK but... How can i disable it or how can i setup the caption text, for example, i would like set the page numbers (pag. 1, pag 2, ...)

Thanks in advance.

fab

1310 Posts

Posted - Jul 07 2011 :  10:09:03  Show Profile  Reply
You can disable all texts writing:

ieMulti1.ImageList.GetImageInfo( idx ).GetBottomText().Caption = "xxxxx";

There are three text areas (info, top and bottom), so you can also write:

ieMulti1.ImageList.GetImageInfo( idx ).GetInfoText().Caption = "xxxxx";
ieMulti1.ImageList.GetImageInfo( idx ).GetTopText().Caption = "xxxxx";

"idx" is the image index, so to set all texts you have to loop for each image.

Go to Top of Page

newinf

12 Posts

Posted - Jul 08 2011 :  00:37:21  Show Profile  Reply
Thanks Fabrizio, that is what i needed. It works.
Go to Top of Page

fab

1310 Posts

Posted - Jul 08 2011 :  01:01:39  Show Profile  Reply
I wrote...

"You can disable all texts writing:"

...I actually meant...

"You can set thumbnails text writing:"
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: