From: Joe Van Dyk Date: 2005-05-07T08:54:49+09:00 Subject: Re: another Tk question On 5/5/05, Hidetoshi NAGAI wrote: > From: Joe Van Dyk > Subject: another Tk question > Date: Fri, 6 May 2005 05:52:10 +0900 > Message-ID: > > In Tk, what's the best way to show a large table of data that gets > > constantly updated? > > Use TkTable extension (http://sf.net/projects/tktable). :-) > Ruby/Tk's wrapper library for the extension is already included. > Please read ext/tk/lib/tkextlib/SUPPORT_STATUS. > And please see also ext/tk/sample/tkextlib/tktable. Hi, I can't find ext/tk/lib/tkextlib/SUPPORT_STATUS in Ruby's snapshot. And I'm not able to run the samples in the tkextlib directory for some reason (complains about not finding tcltklib or something).