On Thu, 19 Apr 2012, Bharath Reddy A. wrote:
Hi all,I have created a GUI using Tkinter.
I have a button "GO", which when clicked calls a function (mainFunc).
That function takes around 60 seconds to execute and in the mean time outputs
many numbers which have to be
displayed in a list in the
Hi,
Thus spoketh "Bharath Reddy A."
unto us on Thu, 19 Apr 2012 21:02:58 +0530:
> Hi all,
> I have created a GUI using Tkinter.
> I have a button "GO", which when clicked calls a function (mainFunc).
> That function takes around 60 seconds to execute and in the mean time
> outputs many numbers
Hi all,
I have created a GUI using Tkinter.
I have a button "GO", which when clicked calls a function (mainFunc).
That function takes around 60 seconds to execute and in the mean time
outputs many numbers which have to be displayed in a list in the GUI.
I have attempted the following:
1. I cr