FA_Note_PostActiveDocChange - strange happening
Dear friends,
In my script I have a Notify function to react on certain events.
I have now discovered that FA_Note_PostActiveDocChange triggers although I have only one file open.
Notify is invoked after leaving a function (which works on the document) and just climbing up the return ladder:
Leaving HandleCalcMarkers
Leaving Command
FA_Note_PostActiveDocChange triggered
FA_Note_PostActiveDocChange is not explained in the FDK reference. Adobe FrameMaker Scripting Guide only mentions it: (Constants.FA_Note_PostActiveDocChange int Value: 105).
My understanding of this constant is that it triggers when I switch from one open document to another. I do not understand why it can trigger with only one document open.
Although this behaviour does not create (as far as I see) any negative effect in the script, I'm suspicious...

