From: Joe Van Dyk <joevandyk / gmail.com> Subject: another Tk question Date: Fri, 6 May 2005 05:52:10 +0900 Message-ID: <c715e6405050513513418bb61 / mail.gmail.com> > 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)