From: Bill B. <bil...@pe...> - 2006-07-23 16:22:12
|
hwphillips wrote: > I have written a program which involves a long process of copying > files/converting files. I would like for the user to be able to stop the > process. I put a "stop" menu item, but the program doesn't respond. The > window titlebar goes white and nothing happens till the > copying/converting process is over. Any assistance would be appreciated. > Try putting a wx.SafeYield() or wx.Yield() inside of your long running loop and see if that helps. HTH, Bill |