[Newbies] What do you suppose about this ?

Benoit St-Jean bstjean at yahoo.com
Fri Dec 12 01:35:52 UTC 2014


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.asselin at me.com>
 To: A friendly place to get answers to even the most basic questions about Squeak. <beginners at 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 <werbung at 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 at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20141212/3d4caf48/attachment.htm


More information about the Beginners mailing list