<br><br><div class="gmail_quote">On Jan 4, 2008 3:26 PM, Philippe Marschall &lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br><br>Sorry but your example is bugged. As the contents of MDMain change<br>over time they need to be backtracked.<br></blockquote><div><br>Thank you very much, I have fixed the code and uploaded a new version to SqueakSource. 
<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>in Seaside 2.8 you would do.<br>states<br> &nbsp; &nbsp;^Array with: self<br><br>in Seaside 
2.7 or older you would to.<br><br>initialize<br> &nbsp; &nbsp; &nbsp; &nbsp;super initialize.<br> &nbsp; &nbsp; &nbsp; &nbsp;self session registerObjectForBacktracking: self<br> &nbsp; &nbsp; &nbsp; &nbsp;&quot;more initialize code&quot;<br> &nbsp; &nbsp; &nbsp; &nbsp;....<br><br>Cheers<br>Philippe<br>
<br>2008/1/4, Miguel Cobá &lt;<a href="mailto:m.coba.m@gmail.com">m.coba.m@gmail.com</a>&gt;:<br><div><div></div><div class="Wj3C7c">&gt; I have uploaded a new example to the SeasideExamples package on SqueakSource</div></div>
</blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c"><br>&gt; called MenuDemo. It is similar to Phillip Marschal&#39;s one called MenuExample,
</div></div></blockquote><div><br>This should&nbsp; be:<br><br>called MenuDemo. It is similar to Philippe Marschall&#39;s one called MenuExample <br><br>I have also fixed your name in the code comments, too. I apologize for that.
<br><br>
Regards,<br>
Miguel Cobá<br>
<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="Wj3C7c"><br>&gt; but mine doesn&#39;t use Announcements. It only shows how to swap pages in the
<br>&gt; content part of the page as response to the clicks on the menu.<br>&gt; Very simple, I know, but it was an excercise on building menus the Seaside<br>&gt; way.<br>&gt;<br>&gt; A more detailed explanation can be found in
<br>&gt; <a href="http://blog.leugim.com.mx/index.php/2008/01/03/seaside-menus/" target="_blank">http://blog.leugim.com.mx/index.php/2008/01/03/seaside-menus/</a><br>&gt;<br>&gt; Cheers,<br>&gt; Miguel Cobá<br>&gt;<br>&gt;
<br></div></div>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>&gt;<br>&gt;<br><br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">
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><br></blockquote>
</div><br>