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
 ImageEnMView.SetPresetThumbnailFrame

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
w2m Posted - Sep 23 2012 : 09:36:17
If ImageEnMView1.SetPresetThumbnailFrame is set, can you reset the thumbnail Style back to iemsFlat or iemsACD? In other words can you set the thumbnail back to normal default settings?

William Miller
2   L A T E S T    R E P L I E S    (Newest First)
w2m Posted - Oct 09 2012 : 06:06:49
Thanks Fabrizio,

That worked nicely.

William Miller
fab Posted - Oct 09 2012 : 03:51:17
In order to remove current thumbnail frame (and selected frame) you have to execute:
ImageEnMView1.ThumbnailFrame.Free();
ImageEnMView1.ThumbnailFrame := nil;
ImageEnMView1.ThumbnailFrameSelected.Free();
ImageEnMView1.ThumbnailFrameSelected := nil;
ImageEnMView1.Update();