In Squeak by Example, it is explained in Chapter 5 under the heading<br><br>The Instance Side and the Class Side<br><br><div class="gmail_quote">On Fri, Jan 9, 2009 at 11:13 AM, Steve Bleeke <span dir="ltr">&lt;<a href="mailto:sbleeke@msn.com">sbleeke@msn.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks, I don&#39;t think that distinction was mentioned in any of the tutorials that I have been through including Squeak by Example.<br>

<br>
----- Original Message ----- From: &quot;Randal L. Schwartz&quot; &lt;<a href="mailto:merlyn@stonehenge.com" target="_blank">merlyn@stonehenge.com</a>&gt;<br>
To: &quot;Steve Bleeke&quot; &lt;<a href="mailto:sbleeke@msn.com" target="_blank">sbleeke@msn.com</a>&gt;<br>
Cc: &lt;<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a>&gt;<br>
Sent: Friday, January 09, 2009 11:51 AM<br>
Subject: Re: [Seaside] Question for newbie<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

&quot;Steve&quot; == Steve Bleeke &lt;<a href="mailto:sbleeke@msn.com" target="_blank">sbleeke@msn.com</a>&gt; writes:<br>
</blockquote></blockquote></blockquote></blockquote></blockquote>
<br>
Steve&gt; I read another question about a root class not showing on the<br>
Steve&gt; configuration list for entry points even though it had a canBeRoot<br>
Steve&gt; method. &nbsp;The answer was to place the canBeRoot method on the class<br>
Steve&gt; side. &nbsp;What does class side mean?<br>
<br>
<br>
YourClass thisIsAClassSideMessage<br>
<br>
x := YourClass new.<br>
x thisIsAnInstanceSideMessage<br>
<br>
In the gui, pay attention to whether you have &quot;class&quot; or &quot;instance&quot;<br>
selected in the pane below the class name (usually second column).<br>
<br>
<br>
-- <br>
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095<br>
&lt;<a href="mailto:merlyn@stonehenge.com" target="_blank">merlyn@stonehenge.com</a>&gt; &lt;URL:<a href="http://www.stonehenge.com/merlyn/" target="_blank">http://www.stonehenge.com/merlyn/</a>&gt;<br>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.<br>
See <a href="http://methodsandmessages.vox.com/" target="_blank">http://methodsandmessages.vox.com/</a> for Smalltalk and Seaside discussion<br>
<br>
</blockquote>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>