Re: [Tkinter-discuss] GUI response

2011-09-01 Thread Michael Lange
Hi, Thus spoketh Martin B unto us on Thu, 1 Sep 2011 11:18:10 +0200: > Hi all, > I want to know is my solution is 'clean'. > I need good gui response if cpu is very busy. in this example cpu is > compute my photo images on to low res. > > in next step i need compute md5 sums for each image etc

Re: [Tkinter-discuss] GUI response

2011-09-01 Thread Martin B
V Thu, 1 Sep 2011 11:18:10 +0200 Martin B napsáno: wrong path, I'm sorry. > Hi all, > I want to know is my solution is 'clean'. > I need good gui response if cpu is very busy. in this example cpu is > compute my photo images on to low res. > > in next step i need compute md5 sums for each image

[Tkinter-discuss] GUI response

2011-09-01 Thread Martin B
Hi all, I want to know is my solution is 'clean'. I need good gui response if cpu is very busy. in this example cpu is compute my photo images on to low res. in next step i need compute md5 sums for each image etc. Is it good solution write all gui class as Thread or better way is write only criti