<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Arial Narrow";
        panose-1:2 11 5 6 2 2 2 3 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
h1
        {margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:3.0pt;
        margin-left:0in;
        text-align:center;
        page-break-after:avoid;
        font-size:16.0pt;
        font-family:Arial;}
p.MsoHeading8, li.MsoHeading8, div.MsoHeading8
        {margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:3.0pt;
        margin-left:0in;
        text-align:justify;
        page-break-after:avoid;
        font-size:12.0pt;
        font-family:"Times New Roman";
        font-style:italic;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.Code
        {font-family:"Arial Narrow";}
p.Author, li.Author, div.Author
        {margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:24.0pt;
        margin-left:0in;
        text-align:center;
        font-size:9.0pt;
        font-family:Arial;
        font-style:italic;}
p.Abstract, li.Abstract, div.Abstract
        {margin-top:0in;
        margin-right:1.0in;
        margin-bottom:0in;
        margin-left:1.0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Trebuchet MS";
        font-style:italic;}
p.Articledate, li.Articledate, div.Articledate
        {margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:24.0pt;
        margin-left:0in;
        text-align:center;
        font-size:9.0pt;
        font-family:Arial;
        font-style:italic;}
span.EmailStyle22
        {font-family:Arial;
        color:blue;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=blue face=Arial><span style='font-size:
11.0pt;font-family:Arial;color:blue'>OK. Then just show us some of your source
code so we can figure out what you are trying to do.</span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span style='font-size:
11.0pt;font-family:Arial;color:blue'>&nbsp;</span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span style='font-size:
11.0pt;font-family:Arial;color:blue'>/Leandro</span></font></p>

<p class=MsoNormal><font size=2 color=blue face=Arial><span style='font-size:
11.0pt;font-family:Arial;color:blue'>&nbsp;</span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> squeak-dev-bounces@lists.squeakfoundation.org
[mailto:squeak-dev-bounces@lists.squeakfoundation.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>David Zmick<br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, January 02, 2008
8:00 PM<br>
<b><span style='font-weight:bold'>To:</span></b> The general-purpose Squeak
developers list<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: my Framework</span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>yes, it is my first, but
i understand all of the classes, etc.&nbsp; I want to make an expandable
cryptology system that will have other classes with certain methods to control
the framework, or base class,&nbsp; its just fancy words </span></font></p>

<div>

<p class=MsoNormal><span class=gmailquote><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>On 1/2/08, <b><span style='font-weight:bold'>Ralph
Johnson</span></b> &lt;<a href="mailto:johnson@cs.uiuc.edu">johnson@cs.uiuc.edu</a>&gt;
wrote:</span></font></span> </p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>On Jan 2, 2008 1:39 PM,
David Zmick &lt;<a href="mailto:dz0004455@gmail.com">dz0004455@gmail.com</a>&gt;
wrote: <br>
&gt; i am working on a program with a framework, and modules that will plug
into<br>
&gt; it, and i need to know how to send a class name around. for example: i
have<br>
&gt; a method in one class, that servers as a module, that will &quot;Procces <br>
&gt; Commands&quot; sent to the framework. I have another class that is suposed
to<br>
&gt; manage the commands and getting them to the right place.<br>
&gt;<br>
&gt; ManCommands-the command managing class<br>
&gt;<br>
&gt; Framework-the framework that manages input/output <br>
&gt;<br>
&gt; BasicModule1-a module that will eventually be used to run other
&quot;modules&quot;<br>
&gt;<br>
&gt; how do i get the framework to tell ManCommands to send the command sent to<br>
&gt; the framework to the ProccessCommand method it BasicModule1&gt; <br>
<br>
I've taught Smalltalk to a lot of people.&nbsp;&nbsp;Based on that experience,
I<br>
think you are heading in the wrong direction.&nbsp;&nbsp;You probably shouldn't<br>
be talking about modules, but about classes.&nbsp;&nbsp;You shouldn't think <br>
about a module that runs other modules.&nbsp;&nbsp;Further, classes are
objects,<br>
so you usually don't pass names of classes around, but the classes<br>
themselves.<br>
<br>
Is this your first Smalltalk system?<br>
<br>
-Ralph Johnson </span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>&nbsp;</span></font></p>

</div>

</body>

</html>