[Tutor] The case of the scrolling label....
andy surany
mongo57a@comcast.net
Fri Dec 6 23:52:01 2002
Hello Tutors!
I am putting up a label when an improper entry is received.
Label(text='Invalid Entry').pack() # Tk
Works fine. But how do I get rid of it? Multiple improper entries yield:
Invalid Entry
Invalid Entry
Invalid Entry
I want to be able to place labels (or a "clear") over the position of
the existing label. Is this possible? Is it possible without placing the
label in its own frame?
TIA
-Andy