Just saw your post Raymond!  Welcome back to the wonderful Smalltalk world!!!
 -----------------
Benoit St-Jean
Yahoo! Messenger: bstjean
Twitter: @BenLeChialeux
Pinterest: benoitstjean
IRC: lamneth
Blogue: endormitoire.wordpress.com
"A standpoint is an intellectual horizon of radius zero".  (A. Einstein)

      From: Raymond Asselin <jgr.asse...@me.com>
 To: A friendly place to get answers to even the most basic questions about 
Squeak. <beginners@lists.squeakfoundation.org> 
 Sent: Wednesday, December 10, 2014 4:07 PM
 Subject: Re: [Newbies] What do you suppose about this ?
   
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 <werb...@hans-schueren.de> a écrit :
> 
> 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
>        "Private - Set the color count to 0."
>    Count := 0.! !
> 
> 

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

  
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to