<!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.6000.16788" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm still trying to get this tutorial todo app to 
work.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I created the components and the 
initializeMenuComponent is throwing an error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is the syntax of what is being executed:&nbsp; 
I copy/pasted from the tutorial text.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>initializeMenuComponent</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;self menuComponent: (StMenuComponent 
new<BR>&nbsp; addEntry: 'All' withAction: [self showAllTasks];<BR>&nbsp; 
addEntry: 'Completed' withAction: [self showCompletedTasks];<BR>&nbsp; addEntry: 
'Pending' withAction: [self showPendingTasks];<BR>&nbsp; addEntry: 'Missed' 
withAction: [self showMissedTasks];<BR>&nbsp; yourself).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is the error I get:</FONT></DIV>
<DIV><SPAN class=Apple-style-span 
style="WORD-SPACING: 0px; FONT: 16px 'Times New Roman'; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0"><FONT 
face=Arial size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=Apple-style-span 
style="WORD-SPACING: 0px; FONT: 16px 'Times New Roman'; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0">Seaside 
Walkback</DIV>
<DIV>
<H2 
style="FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN-BOTTOM: 1ex; COLOR: rgb(1,89,141); FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: rgb(251,255,250)">MessageNotUnderstood: 
UndefinedObject&gt;&gt;new</H2>
<P 
style="FONT-SIZE: 12px; MARGIN-BOTTOM: 25px; COLOR: rgb(0,40,66); FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: rgb(251,255,250)"><A 
title='Open a debugger in your IDE and block until you hit "Proceed"' 
style="COLOR: rgb(0,138,255)" 
href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;1">Debug</A>&nbsp;<A 
style="COLOR: rgb(0,138,255)" 
href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;2">Proceed</A>&nbsp;<A 
style="COLOR: rgb(0,138,255)" 
href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;3">Full 
Stack</A></P>
<H3 
style="FONT-WEIGHT: normal; FONT-SIZE: 12px; MARGIN-BOTTOM: 1ex; COLOR: rgb(1,89,141); FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: rgb(251,255,250)">Possible 
Causes</H3>
<DIV 
style="FONT-SIZE: 12px; MARGIN-BOTTOM: 25px; COLOR: rgb(0,40,66); FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: rgb(251,255,250)">
<UL>
  <LI>the receiver of the message is nil</LI>
  <LI>a class extension hasn't been loaded correctly</LI>
  <LI>you sent the wrong message</LI></UL></DIV>
<H3 style="FONT-WEIGHT: normal; MARGIN-BOTTOM: 1ex; COLOR: rgb(1,89,141)">Stack 
Trace</H3>
<OL>
  <LI>
  <DL>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;4">thisContext</A></DT>
    <DD>UndefinedObject(Object)&gt;&gt;doesNotUnderstand: #new</DD>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;5">self</A></DT>
    <DD>nil</DD>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;6">aMessage</A></DT>
    <DD>new</DD></DL></LI>
  <LI>
  <DL>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;7">thisContext</A></DT>
    <DD>StRootComponent&gt;&gt;initializeMenuComponent</DD>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;8">self</A></DT>
    <DD>a StRootComponent</DD></DL></LI>
  <LI>
  <DL>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;9">thisContext</A></DT>
    <DD>StRootComponent&gt;&gt;initialize</DD>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;10">self</A></DT>
    <DD>a StRootComponent</DD></DL></LI>
  <LI>
  <DL>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;11">thisContext</A></DT>
    <DD>StRootComponent class(WAPresenter class)&gt;&gt;new</DD>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;12">self</A></DT>
    <DD>StRootComponent</DD></DL></LI>
  <LI>
  <DL>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;13">thisContext</A></DT>
    <DD>WARenderLoopMain&gt;&gt;createRoot</DD>
    <DT><A style="COLOR: rgb(0,138,255)" 
    href="http://localhost:8095/seaside/todo?_s=lO6PSowlv2g201Ge&amp;_k=NBOB5PuW&amp;14">self</A></DT>
    <DD>a WARenderLoopMain</DD></DL></LI></OL>
<DIV><FONT style="BACKGROUND-COLOR: #fbfffa" face=Verdana color=#002842>Can 
anyone give me a hint.&nbsp; Sorry, I'm just getting started with Smalltalk et 
al.</FONT></DIV>
<DIV><FONT style="BACKGROUND-COLOR: #fbfffa" face=Verdana 
color=#002842></FONT>&nbsp;</DIV>
<DIV><FONT style="BACKGROUND-COLOR: #fbfffa" face=Verdana color=#002842>I'm 
using Squeak 10 and Seaside 2.8</FONT></DIV></SPAN></DIV></BODY></HTML>