From: Ype K. <yk...@xs...> - 2002-02-21 18:55:44
|
Tom, <snip> >After I changed everything (I also used instances of the variables, >although that's not strictly required) in your program to reference >the instance, I got a big red solid square....although I still have a >hard time using "self" when I want to use "this" ;-) Nothing stops you from using 'this' instead of 'self'. Using 'self' is only a (widely used) python convention. Regards, Ype -- |