> > Well, no, I haven't really figured this out yet, because I need to call > ShowModal(), so can't do the initializations afterward. Any ideas?
>Put the initializations in a separate function and cause it to be called later (immediately after the ShowModal has been called) using wx.CallAfter.
Yep, that solved the problem.
I saw from the other messages that the behavior is different for wxPython 2.6.
We'll probably upgrade as soon as the next release of the app goes out the door.
In the meantime, I'm glad to have learned a new trick.
Thanks so much!
Andrew