> Thanks for you response.  You are correct and I have determined that 
> something 
> is wrong with the "self.BackColor == "pink" " statement because it does not 
> turn the background pink but is firing.  
>   
== is comparison, not assignment.  Perhaps this is the problem?
-Luke

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to