Re: [Tutor] how to monitor if their data in a variable/object

2009-07-20 Thread Wayne
On Mon, Jul 20, 2009 at 5:01 PM, Amit Sethi wrote: > Hi , I am writing a python gtk application in which I am required to > fetch a large amount of data from web , now i want to create a wait > dialog for the user to know that I am still fetching data .The > question is how can i monitor that the

[Tutor] how to monitor if their data in a variable/object

2009-07-20 Thread Amit Sethi
Hi , I am writing a python gtk application in which I am required to fetch a large amount of data from web , now i want to create a wait dialog for the user to know that I am still fetching data .The question is how can i monitor that the required data has been fetched . I could have a variable tha