^((super new) initialize)

Ned Konz ned at bike-nomad.com
Sat Aug 18 03:38:50 UTC 2001


On Friday 17 August 2001 06:31 pm, you wrote:
> Hello,
> I've seem to have messed up an image and am interested to know how.
>
> I overrode the class method new with ^((super new) initialize)
> and thereafter the super new methods wouldn't work.

What class was this in?

> Also, in a class I
> couldn't declare the instance variable 'name'. I had to use personName
> instead.

Did any of its parent classes define an instvar called 'name'?

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com




More information about the Squeak-dev mailing list