From: S P Arif Sahari Wibowo Date: 2007-02-18T08:20:11+09:00 Subject: Re: Ruby Tk: how to make something happen periodically? On Feb 10, 3:22 am, Morton Goldberg wrote: > > Go to and search on "tktimer". > > Let me recant on that. It's better to go to Google and search "ruby > +tktimer". This finds a lot more stuff. I also recommend the > following link > http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/tk/sample/ Works like a charm, once I know the keyword, things went smoothly. Thanks! That said, do you know about proc in the arguments for TkTimer's start method / parameter, where its result goes? Thanks!