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
 Why does LayerNotifyEx not fire ielCreated (after freehandpolyline finished) ?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

andyhill

Australia
133 Posts

Posted - Aug 27 2022 :  03:34:01  Show Profile  Reply
procedure TfMain.ImageEnView1LayerNotifyEx(Sender: TObject; layer: Integer; event: TIELayerEvent);
begin

//////////////////////////////////////////////////////////////////////////////
// TIELayerEvent = (ielSelected, ielMoved, ielResized, ielMoving, ielResizing, ielRotating, ielRotated, ielBeginResizing,
// ielBeginRotating, ielBeginMoving, ielDeselected, ielEdited, ielBeginCreating, ielCreating, ielCreated,
// ielAction, ielMovedPoint, ielArranged, ielBeforeRemove, ielRemoved, ielEditedProps, ielTextEditorClick,
// ielTextEditorChange);
//////////////////////////////////////////////////////////////////////////////

if event = ielCreated then begin
s:= '';
end;


Andy

xequte

38611 Posts

Posted - Aug 28 2022 :  00:24:05  Show Profile  Reply
Hi Andy

It does in my testing. Can you give me more information.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

andyhill

Australia
133 Posts

Posted - Aug 28 2022 :  15:12:05  Show Profile  Reply
Confirmed with latest update

Andy
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: