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
 circular selections problem

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
klausdoege Posted - Aug 26 2018 : 04:53:27
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
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 27 2018 : 01:46:46
Hi Klaus

This is fixed in the upcoming 8.0.5.

Nigel
Xequte Software
www.imageen.com