From: Hidetoshi NAGAI Date: 2006-03-10T02:34:24+09:00 Subject: Re: Does Ruby TK have an HTML rendering "widget"? From: Randy Kramer Subject: Does Ruby TK have an HTML rendering "widget"? (was Re: Looking for good reads on Ruby TK GUI programming) Date: Fri, 10 Mar 2006 01:45:31 +0900 Message-ID: <200603091129.43089.rhkramer@gmail.com> > Sorry for piggybacking here, but I thought someone reading this thread might > know--does Ruby TK have an HTML rendering "widget"? One of such widget is "Tkhtml" (http://www.hwaci.com/sw/tkhtml/). Another one is "scrolledhtml" widget included in [incr Widgets] (http://incrtcl.sourceforge.net/iwidgets/). Those Tk extensions are available on current Ruby/Tk. If you use ActiveTcl binary package for your Ruby/Tk, you'll be able to use those extentions already. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)