thanx a lot Peter
dn
--
http://mail.python.org/mailman/listinfo/python-list
[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
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