W. eWatson wrote:
See Subject.
    def StackImages(self):
        self.Upload("P")
        self.after_id = self.master.after(10000,self.GetFrameOne)

If you are talking tkinter here, it is an alarm callback.
See http://effbot.org/tkinterbook/widget.htm

--
MPH
http://blog.dcuktec.com
'If consumed, best digested with added seasoning to own preference.'
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to