Re: [Tutor] How to make tkMessage function to have duration

2011-07-30 Thread Emeka
Steven,, Thanks! Emeka On Sat, Jul 30, 2011 at 12:25 PM, Steven D'Aprano wrote: > Emeka wrote: > >> Hello All, >> >> Say I have the below(code), I would want the message to last say 30 >> seconds and afterwards disappear. I won't want the user to be the one to >> enable it to disappear.

Re: [Tutor] How to make tkMessage function to have duration

2011-07-30 Thread Steven D'Aprano
Emeka wrote: Hello All, Say I have the below(code), I would want the message to last say 30 seconds and afterwards disappear. I won't want the user to be the one to enable it to disappear. Basically, what I want is to be able to show the user some message , and after some seconds, the mess

[Tutor] How to make tkMessage function to have duration

2011-07-30 Thread Emeka
Hello All, Say I have the below(code), I would want the message to last say 30 seconds and afterwards disappear. I won't want the user to be the one to enable it to disappear. Basically, what I want is to be able to show the user some message , and after some seconds, the message goes away