Bug: Before and After Export Notifiers Do Not Fire When Export As is Used From the Menu
The below menu command notifiers do not fire when the export option is used:
kAIExportCommandPreNotifierStr "AI Command Notifier: Before Export"
kAIExportCommandPostNotifierStr "AI Command Notifier: After Export"
Other menu notifiers do fire, such as "AI Command Notifier: Before Save As" and "AI Command Notifier: After Save As"
4
votes
![](https://secure.gravatar.com/avatar/9c5dd53a49fac92d12ac3c7ff2f921d8?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
-
Anonymous commented
Made this to work by defining the notifier for the actual menu name.
#define kAIExportAsCommandPreNotifierStr "AI Command Notifier: Before Export As"
#define kAIExportAsCommandPostNotifierStr "AI Command Notifier: After Export As"