From: Roger B. <ro...@ro...> - 2003-10-02 04:10:30
|
Alan Gonzalez wrote: > bingo, that did it. nice debugging. Needless to say I have splashscreen always turned off except for release testing. (There is actually an artificial delay when using the splash screen otherwise it would disappear too quickly for you to even see what was on it.) So for some bizarre reason if I made the main window visible and then added the notebook (the tabbed stuff), it would work if no other top level windows had been shown, but not if they had (which is what the splash screen is). Anyway I have now fixed it by making the window visible at the very end of the constructor. The fix is in CVS. Roger |