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.
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
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
"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
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