Is it legal to have a wxTimer start executing in wxApp::OnInit()? The docs for wxTimer say it "can only be used from the main thread." In 2.8.*, my wxTimer triggered just fine in OnInit(). In 2.9, however, I don't get any timer events. Any help is appreciated! - Chris