Re: Clearing a Text Widget

2005-07-25 Thread Eric Brunel
On Fri, 22 Jul 2005 23:42:52 -0400, Kane Bonnette <[EMAIL PROTECTED]> wrote: > Kane Bonnette wrote: >> Does anyone know how the clear the text from a Tkinter Text Widget? The >> delete(0, END) trick that works for Entry widgets doesn't work for Text >> >> I get "0 is an invalid index" when i try t

Re: Clearing a Text Widget

2005-07-22 Thread Kane Bonnette
Kane Bonnette wrote: > Does anyone know how the clear the text from a Tkinter Text Widget? The > delete(0, END) trick that works for Entry widgets doesn't work for Text > > I get "0 is an invalid index" when i try to do so > > Thanks in advance In case anyone's wondering, you must use 0.0 inste

Clearing a Text Widget

2005-07-22 Thread Kane Bonnette
Does anyone know how the clear the text from a Tkinter Text Widget? The delete(0, END) trick that works for Entry widgets doesn't work for Text I get "0 is an invalid index" when i try to do so Thanks in advance -- http://mail.python.org/mailman/listinfo/python-list