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