wxTimer in wxApp::OnInit

crjjrc crjjrc at gmail.com
Tue Feb 5 09:45:50 PST 2008


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






More information about the wx-users mailing list