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
 TImageEnMView AppendImage without autoselect

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
Ralf Posted - Jan 24 2017 : 05:23:32
Hallo,

allways wenn I insert a Image with AppendImage the new Image is Selected. Is there anyway to do AppendImage without changing the SelectedImage Value?

At the Moment i always set the SelectedImage after AppendImage to the old Value.

Thanks
Ralf
2   L A T E S T    R E P L I E S    (Newest First)
Ralf Posted - Jan 25 2017 : 02:56:57
Hi Nigel,

ok it seems, that i must do that this way. A function AppendImage(Stream:TStream;bSelectIt:Boolean=true) would be nice.

Thanks
Ralf
xequte Posted - Jan 24 2017 : 19:14:57
Hi Ralf

Please see:

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

// Append an image without selecting it
ImageEnMView1.InsertImageEx( ImageEnMView1.ImageCount, imsNever );

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