Re: wxPython unexpected exit

2007-09-10 Thread kyosohma
Hi, > Thanks for your help! It seems work! > Another question: I create a progress bar, and on creation, it will be > displayed, > How can I invisualize it when later I no longer need it? I think this is also a good way to use threads. Take a look at the wxPython demo for the ProgressDialog code.

Re: wxPython unexpected exit

2007-09-08 Thread Jimmy
On Sep 7, 9:42 pm, [EMAIL PROTECTED] wrote: > On Sep 7, 3:10 am, Jimmy <[EMAIL PROTECTED]> wrote: > > > > > Hi, wxPython is cool and easy to use, But I ran into a problem > > recently when I try to write a GUI. > > The thing is I want to periodically update the content of StatixText > > object, so

Re: wxPython unexpected exit

2007-09-07 Thread kyosohma
On Sep 7, 3:10 am, Jimmy <[EMAIL PROTECTED]> wrote: > Hi, wxPython is cool and easy to use, But I ran into a problem > recently when I try to write a GUI. > The thing is I want to periodically update the content of StatixText > object, so after create them, I pack them into a list...the problem > c

Re: wxPython unexpected exit

2007-09-07 Thread Thin Myrna
"Jimmy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, wxPython is cool and easy to use, But I ran into a problem > recently when I try to write a GUI. > The thing is I want to periodically update the content of StatixText > object, so after create them, I pack them into a list

wxPython unexpected exit

2007-09-07 Thread Jimmy
Hi, wxPython is cool and easy to use, But I ran into a problem recently when I try to write a GUI. The thing is I want to periodically update the content of StatixText object, so after create them, I pack them into a list...the problem comes when I later try to extract them from the list! I don't k