<br><br><div class="gmail_quote">On Sun, May 2, 2010 at 4:53 AM, Fritz Schenk <span dir="ltr">&lt;<a href="mailto:intrader.intrader@gmail.com" target="_blank">intrader.intrader@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;">

Running Pharo1.0 with saside-3.0a5<br>
<br>
I take the downloaded image and changes and stored it in the Pharo1.0 folder - I change the pharo.sh script to point to the Seaside as given below:<br>
&lt;code&gt;<br>
exec &quot;$EXE/squeak&quot; -plugins &quot;$EXE&quot; \<br>
   -encoding latin1 \<br>
   -vm-display-X11   \<br>
   &quot;$RES/Seaside-3.0a5.image&quot;<br>
###exec &quot;$EXE/squeak&quot; -plugins &quot;$EXE&quot; \<br>
###    -encoding latin1 \<br>
###    -vm-display-X11   \<br>
###    &quot;$RES/Pharo-1.0.image&quot;<br>
&lt;/code&gt;<br>
When I use the seaside image, there is no eCompletion and the source pane&#39;s appearance does not change when I make changes.<br>
If I use the image from pharo, all works Ok, but Seaside is 2.8.<br></blockquote><div><br><br>This is correct:  I will explain you: Pharo has 2 important things: a core (those images are called PharoCore) and a set of tools to developers (those images are called PharoDev).<br>

<br>When you download Pharo from the pharo website, you are downloading a PharoDev image that contains not only the core, but also all the development tools (autocompletion, omnibrowser, refactorings, etc).  The image that you download from Seaside website, is based on Pharo, but in Pharo core, and they install the tools they want. So, this may be a little different from the PharoDev image. If you are used to Pharo, my suggestion is that you download Pharo from the website and then install seaside.  To do that, search in the mailing for this day as Sean said.<br>

<br>But basically, just evaluate: <br><br><br>(Smalltalk at: #Gofer) new<br>    squeaksource: 
&#39;MetacelloRepository&#39;;<br>
    package: &#39;ConfigurationOfSeaside&#39;;<br>    load.<br><br>and then:<br><br>ConfigurationOfSeaside
 project latestVersion load: &#39;Seaside 3.0&#39;.<br><br>Cheers<br><br>Mariano<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Please help<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">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>
</blockquote></div><br>