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 |