the Screen1.Initialize event is the first event which will be executed
However what happens might not what you expect to happen, read more about it here
you expect to get the "Begin screen initialization" message directly at the beginning, but this is not the case... you get it after BT_autoConnect has finished
which means, we have to look at your procedure BT_autoConnect