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
|
|
|