|
tutorial: "doesNotUnderstand" instance variable: msg#00076lang.smalltalk.squeak.beginners
I'm trying to go through the pipsqueak tutorial, but it throws a doesNotUnderstand error when I try to initialize the exitSides instance variable the first time. The browser shows the exitSides variable (with nil value), so the VM knows its there. This is my class declaration: Object subclass: #BlankCell instanceVariableNames: 'activeSegments exitSides' classVariableNames: '' poolDictionaries: '' category: 'Laser-Game-Model' This is my init function: initializeExitSides self exitSides: Dictionary new. self exitSides at: #north put: #south. self exitSides at: #east put: #west. self exitSides at: #south put: #north. self exitSides at: #west put: #east. And a screen shot of my error stack trace is here: http://www.isi.edu/~amarshal/transfers/squeak_error.png (How do I copy it as text anyway?) Anm
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re: [Etoys] can't install Squeak on Ubuntu 7.10 -- could not finddisplay driver vm-display-X11, johnps11 |
|---|---|
| Next by Date: | Re: tutorial: "doesNotUnderstand" instance variable, Karl |
| Previous by Thread: | can't install Squeak on Ubuntu 7.10 -- could not find display driver vm-display-X11, Bryan Berry |
| Next by Thread: | Re: tutorial: "doesNotUnderstand" instance variable, Karl |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |