<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" size=2>Hi 
all,</FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" size=2>I've 
got&nbsp;a few remarks about the Nebraska in Squeak 
3.2-4956:</FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" size=2>1) While 
trying to execute the code to run a NebraskaServer programmatically (as 
described on <A 
href="http://minnow.cc.gatech.edu/squeak/1356">http://minnow.cc.gatech.edu/squeak/1356</A>):</FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" color=#0000ff>| 
server |server := NebraskaServer new.<BR>server startListeningOnPort: 
9091.<BR>(NebraskaServerMorph new server: server) 
openInWorld.</FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT 
face="Courier New"></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2>two&nbsp;MessageNotUnderstood errors are reported. The first one is about 
'extent' which (I think) can be traced to the line: </FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" color=#0000ff 
size=2>world extent: newExtent.</FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" size=2>in the 
NebraskaServer extent:depth message. Anyone knows how to solve it besides 
putting it between comments? </FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" size=2>2) If I do 
comment out that lines, the next message not understood is 'server' which I 
think should be in NebraskaServerMorph. After adding the following message to 
NebraskaServerMorph:</FONT></SPAN></DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" size=2><FONT 
color=#0000ff><STRONG>server: aServer</STRONG><BR>&nbsp;self world remoteServer: 
aServer</FONT></FONT></SPAN></DIV><SPAN class=165412617-09122002><FONT>
<DIV><BR><FONT face="Courier New" size=2>it says it somehow doesn't know 
'remoteServer'&nbsp;<SPAN class=165412617-09122002>which is </SPAN>strange, 
since it&nbsp;<SPAN class=165412617-09122002>*</SPAN>is<SPAN 
class=165412617-09122002>*</SPAN> known in the <SPAN 
class=165412617-09122002>NebraskaServerMorp m</SPAN>essage</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" color=#0000ff size=2>server<BR>&nbsp;^self world 
remoteServer</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>Hmm, 
changing it to </SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002><FONT 
color=#0000ff><STRONG>server: aServer</STRONG><BR>&nbsp;server := 
aServer</FONT></SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>does 
work.</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>The 
question: I'm a not using the latest Squeak version here or are these errors 
caused by something else? If this are bugs that need fixing, where can this be 
reported and who's going to fix it in what version?</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>3) Other 
Nebraska question: when starting a server via the "Share" button and starting a 
client via a EToySenderMorph all is ok, but the client's mousecursor keeps 
displaying '???' on the server screen. The page above mentioned webpage says, 
this is because there is no 'badge' on the server representing the client. What 
Morph do I have to use for that? I can't seem to use a EToySenderMorph again, 
because that would be wrong I think. </SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>4) When 
dropping Morphs on the EToySenderMorph or on the mini screen (in which the 
server world is displayed) a message "Got it!" appears for a quick second, but 
what has actually happened? Is this the way a Morph from the client, could be 
transported to the server world? If so, how can I access the transported morph 
on the other side? If not, how can this be achieved?</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>Anyone does 
know some answers to these questions? I wasn't sure if I should have posted them 
on the "New Squeakers Questions" page.</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=165412617-09122002>Regards,</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN class=165412617-09122002>Ted 
Vinke</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV><A 
href="http://minnow.cc.gatech.edu/squeak/1356"></A></FONT></SPAN>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=165412617-09122002><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV></BODY></HTML>