Re: clearing text on canvas

2007-12-20 Thread [EMAIL PROTECTED]
thanx a lot Peter dn -- http://mail.python.org/mailman/listinfo/python-list

Re: clearing text on canvas

2007-12-19 Thread Peter Otten
[EMAIL PROTECTED] wrote: > i am doing validation of contents of a folder and need to show the > ok/error messages on a canvas > > resultdisplay =Canvas(...) > errmessage="error!" > okmessage="dir validation ok!" > > if dirvalidate is False: if ... is False: ... is bad style. Just if dirvali

clearing text on canvas

2007-12-18 Thread [EMAIL PROTECTED]
hi i am new to tkinter and would like some help with canvas i am doing validation of contents of a folder and need to show the ok/error messages on a canvas resultdisplay =Canvas(...) errmessage="error!" okmessage="dir validation ok!" if dirvalidate is False: resultdisplay.create_text(1,50,an