On Monday 24 August 2009 17:32:23 Esben von Buchwald wrote: > Hendrik van Rooyen wrote:
8< -------------- some stuff about an "after" call -------------------------- > > I'm new to python, what is an after function and an after call? Couldn't > find excact answer on google...? Do you have a link to some docs? The after call is common in GUI stuff. Here is a link to nice Tkinter manual - it is the first link if you google for: tkinter "new mexico tech" shipman www.nmt.edu/tcc/help/pubs/tkinter/ What after does is that it is like a normal call, except that it is not done immediately, but after some settable time, hence the "after". - Hendrik -- http://mail.python.org/mailman/listinfo/python-list