From: Steven P. <n9...@n9...> - 2004-04-27 01:49:28
|
Roger, Since I'm still trying to figure out all the ins and outs of the wx startup stuff... The problem with the initial config window coming up blank on MacOS (first run with no settings) seems (from my guesswork) to be related possibly to the dialog being thrown up in modal mode before the event loop is running... Is that a possibility? The dialog comes up blank, no controls are visible and the window widgets (close/minimize/maximize) don't work, or even have the usual rollover effects. Also, if you get an exception in this early stage the exception handling window has the same problems. I'm trying to monkey around with the startup code to simplify it and get the main loop up and running before the config dialog stuff is called just as a proof, but I'm not entirely sure at which point this happens. Anyway, any thoughts you have on this would be appreciated. Obviously this isn't an issue on Windows or Linux... Not sure if it's a MacOS "OS" issue or a wxMac issue. |