Re: [Pharo-users] leansleft problem

2014-04-02 Thread Ben Coman
Roelof Wobben wrote: If I understood everything well on page 26 my initialize methods must look like this: Cell >> initialize super initialize. self initializeActiveSegments. self initializeExitSides. self leanleft. BlankCell >> initialize super initialize. self initial

Re: [Pharo-users] leansleft problem

2014-04-02 Thread Roelof Wobben
Nicolai Hess schreef op 2-4-2014 17:05: 2014-04-02 16:40 GMT+02:00 Roelof Wobben : If I understood everything well on page 26 my Cell initialize must look like this:

Re: [Pharo-users] leansleft problem

2014-04-02 Thread Nicolai Hess
2014-04-02 16:40 GMT+02:00 Roelof Wobben : > If I understood everything well on page 26 my Cell initialize must look > like this: > > initialize > super initialize. > self initializeActiveSegments. > self initializeExitSides. > self leanleft. > > The Blankcell initialize must look