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
 Selection does not work

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
AlexVaso Posted - Nov 13 2019 : 03:07:18
If there is at least one layer, rectangular selection does not work. Selection occurs only inside the layer.
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 14 2019 : 15:59:57
Hi

Please ensure that Layer 0 is the current layer:

ImageEnView1.LayersCurrent := 0;

Also, you may want to set Selectable := False; for your other layers so they do not become the current layer.



Nigel
Xequte Software
www.imageen.com
AlexVaso Posted - Nov 14 2019 : 05:20:57
I can not select layer[0] (background)?
xequte Posted - Nov 13 2019 : 15:40:43
Yes, that is correct. By design, selections are layer specific.

Nigel
Xequte Software
www.imageen.com