From: Mathieu Bouchard Date: 2001-05-15T11:43:07+09:00 Subject: [ruby-talk:15138] Re: Flushing TkText On Tue, 15 May 2001, John Kaurin wrote: > On a related topic TkText#delete refuses to delete the text in the text > object I am trying to clear. The code looks something like this: > obj.delete("1.0", "end") > obj.see("end") # Added since previous line did not work. > obj.update # See above, but still does not work. > Can anyone confirm delete works on a TkText object? Have you tried "0.0" ? matju