damacy wrote:
> hello. i'm using wxPython as my GUI package and whenever my program
> executes a long process which takes at least 2 or 3 seconds, the user
> interface gets corrupted while executing the progrocess during the
> period.
Hi Darnacy,
I had the same issue and used wxProcess to run th
Hi
the "wxPython in Action" provides a very good explanation as to how to handle this sort of problem using a combination of pure Python threads and the wx.CallAfter function. Also if you want more help on this you can join the wxPython mailing list via
www.wxpython.org.
Here is a small exam
damacy wrote:
> hello. i'm using wxPython as my GUI package and whenever my program
> executes a long process which takes at least 2 or 3 seconds, the user
> interface gets corrupted while executing the progrocess during the
> period.
>
> i have tried the following lines of code...
>
> frame = mai
hello. i'm using wxPython as my GUI package and whenever my program
executes a long process which takes at least 2 or 3 seconds, the user
interface gets corrupted while executing the progrocess during the
period.
i have tried the following lines of code...
frame = mainwindow(None, -1, 'my program