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 Remove Folder thumbnail in TImageEnMView
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

AndyColmes

USA
351 Posts

Posted - May 24 2015 :  20:53:00  Show Profile  Reply
I am adding items to a TImageEnMView manually by using the following:

ImageEnMView1.InsertImageEx( j );
ImageEnMView1.SetImageEx(j, ImageEnVect1.Bitmap );
ImageEnMView1.ImageInfoText[ j ].Caption := 'Sample: ' + IntToStr( j + 1 );
ImageEnMView1.Checked[ j ]:= True;
ImageEnMView1.Update;

But I get this Folder thumb with every new item. What is the setting to turn that off? I just want a single column vertical scrolling of thumbnails.

Thanks in advance.

Andy


AndyColmes

USA
351 Posts

Posted - May 24 2015 :  21:45:02  Show Profile  Reply
I guess I didn't have to add the AppendImage which created the duplicate entry.

Thanks anyway.

Andy
Go to Top of Page

xequte

38514 Posts

Posted - May 25 2015 :  18:26:46  Show Profile  Reply
Hi

I don't see the AppendImage in your code, but, yes, use either AppendImage (add to end) or InsertImage (insert at position).


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: