ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 circular selections problem
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

klausdoege

Germany
389 Posts

Posted - Aug 26 2018 :  04:53:27  Show Profile  Reply
Hi,
i use the imageen example project "copysel" and have follow problem.
1. i copy a polygon and this works perfect

2. now i copy en paste the polygon, is perfect

3. i select a ellipse and this is OK

4. but now i will copy and paste the ellipse and see the complete
picture is selected


In the source is follow code for copy and paste:
// Copy and paste
procedure TForm1.Button1Click(Sender: TObject);
begin
ImageEnView1.LayersCreateFromSelection();
ImageEnView1.MouseInteract := [ miMoveLayers, miResizeLayers ];
ImageEnView1.Update();
end;

I have change the source to:
// Copy and paste
procedure TForm1.Button1Click(Sender: TObject);
begin
-> if ImageEnView1.Selected then
ImageEnView1.LayersCreateFromSelection();
ImageEnView1.MouseInteract := [ miMoveLayers, miResizeLayers ];
ImageEnView1.Update();
end;

And see ImageEnView1.Selected is not enabled by ellipse,
but by Rect or lasso it's enabled.
Cut you please change this.

Klaus
www.klausdoege.de

xequte

38203 Posts

Posted - Aug 27 2018 :  01:46:46  Show Profile  Reply
Hi Klaus

This is fixed in the upcoming 8.0.5.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: