Order of Events

[quote=285948:@Norman Palardy]App.Open happens before most every other one (although there are some cool things you can do to make this NOT true)
Control Open events happen before the Window Open event[/quote]

Actually, I noticed that usually, the default window opens BEFORE App.Open. I had assumed as you say, and only after a bug before of that, I realized it by placing debuglogs in each open.

In which event is your code placed ?