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
 showing border when not selected

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
tbn8260 Posted - Jul 02 2024 : 17:33:19
I have an ImageEnView loaded saved layers. At the end of the load, I called ImageEnView1.LayersCurrent:=0 which would make it no layer would be selected at the start. The issue is it's showing a border around the last layer that was added. Is this an option I can disable or a flag I can set so that it doesn't show that border?



1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 06 2024 : 22:06:09
Hi

LayersCurrent changes the active layer, but not the selection status of layers (https://www.imageen.com/help/TIELayer.Selected.html). Do it this way:

ImageEnView1.LayersDeselectAll();
ImageEnView1.LayersCurrent := 3;

Nigel
Xequte Software
www.imageen.com