From: daz Date: 2005-11-16T03:27:17+09:00 Subject: Re: Scheudle display Hidetoshi NAGAI wrote: > > The following is a improved version of the previous example. :-) > This is a c-r-a-z-y clock :-))) The one-click Windows installer is a little old for it. Here are the steps if folks want to run the script: 1) RENAME lib\ruby\1.8\tk\timer.rb to timer_ORIG.rb 2) Download revision 1.1.2.15 of tk/timer.rb from: http://qurl.net/ne (same as URL below [*1]) - save as lib\ruby\1.8\tk\timer.rb 3) Add require 'tk/timer' to the clock script [*2] > require 'tk' require 'tk/timer' # <--- ADD > > class Clock > [...] Thanks, daz [*1] [*2] In the full version, tk/timer autoload is triggered by use of TkRTTimer