T O P I C R E V I E W |
Deeron |
Posted - Nov 22 2021 : 09:04:27 Hi Nigel,
For example, if I add more than one layer to a background image and delete one of the layers with DEL, the index of the remaining layers is reordered and one of the remaining layers is selected.
Two questions:
1. How or in which event can I handle it if after deleting a layer one of the remaining layers is selected?
2. How can I handle the DEL key when deleting layers and can it be disabled or changed?
Could you write a C# example of the above?
Thanks.
Regards, Deeron
|
4 L A T E S T R E P L I E S (Newest First) |
Deeron |
Posted - Nov 24 2021 : 04:33:27 Hi Nigel,
Thank you, I appreciate your helpfulness.
Regards, Deeron |
xequte |
Posted - Nov 24 2021 : 03:48:27 Hi Deeron
For the next IEvolution update, we'll make Keyboard Shortcuts optional so the Delete key can be handled yourself.
Nigel Xequte Software www.imageen.com
|
Deeron |
Posted - Nov 23 2021 : 01:38:45 Hi Nigel,
Yes, I know that LayerNotify is the only event handler for this, that's my problem:
When I delete a layer with DEL key and then one of the remaining layers is automatically selected, the LayerNotify event does not occur, i.e. in this case I cannot check the layer selection via LayerNotifyEventArgs (LayerEvent.Selected).
Regards, Deeron |
xequte |
Posted - Nov 23 2021 : 00:16:31 Hi Deeron
1. At this time only the LayerNotify Event is available to react to layer behaviour in IEvolution:
https://www.imageen.com/ievolutionhelp/html/6b7f6e09-2679-1ae0-d58e-b499ca8aac5c.htm https://www.imageen.com/ievolutionhelp/html/1455487c-afde-3b4e-9947-fecb5c957e97.htm
2. Unfortunately there is not an option for that
Nigel Xequte Software www.imageen.com
|