How to determie switch from document to book window
I have set up notifications to determine the switch between book and document for these triggers:
105 FA_Note_PostActiveDocChange
2 FA_Note_PostOpenDoc
77 FA_Note_PostBookComponentOpen
17 FA_Note_PostOpenBook
Now, when switching between nothing (aka Welcome screen), book window and document window I get mixed results.
- Nothing → Book: Notify is triggered by FA_Note_PostOpenBook
- Nothing → Open document: Notify is triggered by FA_Note_PostOpenDoc and
FA_Note_PostActiveDocChange - Document → Open Book: Notify is triggered by FA_Note_PostOpenBook
- Book → Document: Notify triggered by FA_Note_PostActiveDocChange
- Document → Book: Notify is not triggered. Which constant is required?
Any ideas, how determine whether I have left the document window and entered the book window?
There must be a method. The open FM Find/Change dialog switches from document to book indication when I leave the document window and click into the book window.

