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
 Objects cannot be selectable when LayersCurrent<>0

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
kturkay Posted - Jun 30 2020 : 04:15:46
hi
today I detected that
Objects cannot be selected when LayersCurrent>0
when I drag mouse swipe the area. obj grips in the area appears but objects are cannot be selectable or movable etc.

//Imageenvect1.MouseInteractVt := [miObjectSelect];//default set


procedure TForm1.IvNewObject(Sender: TObject; hobj: Integer);
begin
Imageenvect1.ObjLayer[hobj] := 1;
// when value set to 0. selecting moving etc. have no problem
end;


btw, while reading chm, I noticed that imageenvect seems in "legacy components"
is it means development of imageenvect vcl is discontinued ?
(thanks in advance)
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 30 2020 : 19:06:09
Hi

Yes, objects should be applied to the base layer. Objects and layers generally do not interact well together. I'll look if we can improve this in a later update.

TImageEnVect is being replaced by TImageEnView layers. It will still always be available, but there are unlikely to be big features added to TImageEnVect.

There is a transition guide:

https://www.imageen.com/help/VectToLayers.html




Nigel
Xequte Software
www.imageen.com