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
 IEvolution (v8.0.0.0) LayerNotify LayerEvent problem
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Deeron

67 Posts

Posted - Nov 24 2021 :  05:16:25  Show Profile  Reply
Hi Nigel,

I have an comment.

The BeginResizing and BeginMoving layer events do not occur. Is there anything else that needs to be set?
According to the help, if I understand it correctly, it occurs when the user began to resize the layer (click down).
I understand correctly, the click down means that the mouse button should be pressed on the layer grip?

The other LayerEvents work, I can handle them within the LayerNotify event.


private void ieViewer1_LayerNotify(object sender, EventArgs e)
        {
                LayerNotifyEventArgs layerNotifyEventArgs = (LayerNotifyEventArgs)e;
            
                if (layerNotifyEventArgs.Event == LayerEvent.BeginMoving)
                {
                    Console.WriteLine("LAYER EVENT: " + layerNotifyEventArgs.Event.ToString() + ", LAYER INDEX: " + layerNotifyEventArgs.Layer.ToString());
                }
                else if (layerNotifyEventArgs.Event == LayerEvent.BeginResizing)
                {
                    Console.WriteLine("LAYER EVENT: " + layerNotifyEventArgs.Event.ToString() + ", LAYER INDEX: " + layerNotifyEventArgs.Layer.ToString());
                }
        }



Thanks.

Regards,
Deeron

xequte

38179 Posts

Posted - Nov 24 2021 :  14:47:08  Show Profile  Reply
Hi Deeron

Checking the source, BeginMoving and BeginResizing are not supported in IEvolution. I will have them all added in the next IEvolution release.

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

Deeron

67 Posts

Posted - Nov 24 2021 :  15:22:29  Show Profile  Reply
Cool. Thanks.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: