Re: [Newbies] What do you suppose about this ?

2014-12-10 Thread Raymond Asselin
Hi Hans, Don't know what is your question or problem, but if GraphicsDemo is a subclass of ViewManager, I suppose there is a reason. So in your intialize method may be it would be good to add "super initialize" . > Le 2014-12-10 à 14:47, Hans Schueren a écrit : > > What do you suppose about

[Newbies] What do you suppose about this ?

2014-12-10 Thread Hans Schueren
What do you suppose about this ? from Hans - the Byte Surfer ViewManager subclass: #GraphicsDemo instanceVariableNames: 'pen graphs selectedGraph pane bitmap ' classVariableNames: 'Count ' poolDictionaries: 'ColorConstants '! !GraphicsDemo class methods ! initialize