Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
nwscomps
Posted - Dec 01 2021 : 12:51:11 I am handling TImageenView OnLayerNotifyEx event. But I do not receive any notification when the user edits the properties of a layer (a text layer) through the layer properties dialog. I would like to update my GUI in response to this event. Thanks for any answer.
If the user instantiates the Layer Properties dialog, e.g. by keyboard shortcut or TAction then OnLayerNotifyEx will fire. It does not fire if you call ImageEnView1.LayersShowPropertiesDialog(); yourself.