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
Anonymous
shared this idea
-
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"