I'm trying create a "please wait" popup while the app is busy. I want a custom popup so the Busyinfo isn't what I want. Unfortunately, when I use a wxdialog with a panel and label ( statictext ) the text does not get painted until the app is no longer busy, so it sort of defeats the purpose. Tried to force repaint with ->Update on both the dialog and the panel but doesn't seem to work. Sure I'm missing something obvious, but could someone please help. Thanks.
Jeff