From: Randy Kramer Date: 2006-03-14T11:14:10+09:00 Subject: Re: Does Ruby TK have an HTML rendering "widget"? Wonderful! Thank you very much! Randy Kramer On Monday 13 March 2006 01:35 pm, Hidetoshi NAGAI wrote: > From: Randy Kramer > > * I presume I can have multiple instances of the widget without > > interfering with each other? > > I think so too. > > > * In the application I'm hoping to build, I'll want to send occasional > > updates of the HTML (either append or clear and send new HTML) to an > > instance of the widget without needing to create a new instance (I don't > > want to wait for the widget to start again). Possible? > > Tk::HTML_Widget#clear and Tk::HTML_Widget#parse(html_txt)