<br><br><div class="gmail_quote">On Mon, Jul 5, 2010 at 1:49 PM, Nick Ager <span dir="ltr">&lt;<a href="mailto:nick.ager@gmail.com">nick.ager@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><span style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;">&gt;&gt; I&#39;m very pleased to announce the release of Seaside 3.0 RC</span><br><br>
</div><div>Fantastic news. A couple of minor things I&#39;ve noticed:</div><div><br></div><div>The categories aren&#39;t sorted, so that Seaside categories appear in the order in which they are loaded. I guess this is a matter of personal preference, but could potentially confuse those new to Seaside. For those that prefer sorted categories, execute:</div>

<div>   Categorizer sortAllCategories.</div><div><br></div><div>I noticed that Pier and Magritte were loaded in the image but no dispatcher registered. Perhaps a Pier instance could be registered in the final release image? A dispatcher can be registered for Pier with:</div>

<div>   PRPierFrame registerAsApplication: &#39;pier&#39; kernel:  PRDistribution new kernel. </div><div><br></div></blockquote><div><br><br>For these kind of things, it makes sense to have a particular Metacello group like &quot;OneClickImage&quot; or put the name you want, and for this group, you specify a postDoIt:  to do that kind of stuff. <br>
<br>Then, it is very easy to generate this kind of images.<br><br>Cheers<br><br>Mariano<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div></div><font color="#888888"><div>Nick</div><div><br></div><div><br></div><div><br></div>
</font><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>