Hi everyone,
I have another question regarding the eventSave event.
I've successfully registered the event in my Automation plugin and it works well in interactive mode.
I'm notified whenever I save a document with the Save or Save As entries of the File menu.
My problem is that I'm not notified when I'm in a noninteractive mode.
If I create an action, which among other things save the document, and run it, the event doesn't seem to be fired.
At least my callback function is not invoked.
Do I have to do something special to support the noninteractive mode, or is it that the events are just not fired in this case?
Thank you in advance for your help:-)
Sebastien