Hi all,
[EMAIL PROTECTED] wrote:
> Hi Amit,
>
>
>> 1. I created a global variable named "QuitThread" on my main module.
>> 2. I initially set it to "False".
>> 3. When clicking on the "Run" button of my GUI (defined in the main
>> module), a new thread starts using start_new_thread, whe
Hi Amit,
>1. I created a global variable named "QuitThread" on my main module.
>2. I initially set it to "False".
>3. When clicking on the "Run" button of my GUI (defined in the main
>module), a new thread starts using start_new_thread, where QuitThread is
>one of the variables in its tuple
Tim Jones wrote:
> On Apr 1, 2008, at 6:05 AM, Amit Finkler wrote:
>
>> Hi,
>>
>> Following a previous post of mine (http://mail.python.org/pipermail/
>> tkinter-discuss/2008-March/001320.html), I finally managed to start
>> a new thread using the thread module. This new thread is started by
Tim Jones wrote:
> On Apr 1, 2008, at 6:05 AM, Amit Finkler wrote:
>
>> Hi,
>>
>> Following a previous post of mine (http://mail.python.org/pipermail/
>> tkinter-discuss/2008-March/001320.html), I finally managed to start
>> a new thread using the thread module. This new thread is started by
On Apr 1, 2008, at 6:05 AM, Amit Finkler wrote:
> Hi,
>
> Following a previous post of mine (http://mail.python.org/pipermail/
> tkinter-discuss/2008-March/001320.html), I finally managed to start
> a new thread using the thread module. This new thread is started by
> clicking on a button on m
Hi,
Following a previous post of mine
(http://mail.python.org/pipermail/tkinter-discuss/2008-March/001320.html),
I finally managed to start a new thread using the thread module. This
new thread is started by clicking on a button on my Tkinter GUI and it
just continuously plots a graph using matplo