From: Hidetoshi NAGAI Date: 2005-05-06T10:31:37+09:00 Subject: Re: another Tk question 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. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)