Jia Lu wrote:
Hi all.
I want to use wx.MiniFrame as a temporary window to be shown after
starting a big operarion which may take some time.For instance. Doing a search and display a window displaying
"Searching" message.But it doesn't work when I added miniframe before the event and
closed it after the event.
By this do you mean that you have something that takes a long time before it returns to the MainLoop? If so then you should read http://wiki.wxpython.org/index.cgi/LongRunningTasks
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!