Hello Michael,<br>&nbsp; If you are trying to construct a new browser, you can take a look at the OmniBrowser framework. <a href="http://wiki.squeak.org/squeak/5646">http://wiki.squeak.org/squeak/5646</a><br><br>Select the script in this page and doIt for installation: <a href="http://installer.pbwiki.com/OmniBrowser">http://installer.pbwiki.com/OmniBrowser</a><br>
(And install the &quot;Installer&quot; package using the Monticello Browser - Add HTTP Repository - from <a href="http://www.squeaksource.com/Installer.html">http://www.squeaksource.com/Installer.html</a> if you do not have Installer in your image)<br>
<br>Cheers<br><br>HernĂ¡n<br><br><div class="gmail_quote">2009/2/12 kmr1642 <span dir="ltr">&lt;<a href="mailto:kmr1642@yahoo.com">kmr1642@yahoo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
When you start a browser in Morphic with &#39;Browser open&#39;<br>
the method &#39;Browser&gt;&gt;openEditString: aString&#39; gets executed<br>
and helps construct the morph that appears in the world.<br>
no problem so far.<br>
<br>
But also in the class there is the method:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;Browser&gt;&gt;buildWith: builder&#39;<br>
This method first describes the browser&#39;s widgets, putting<br>
the descriptions into a spec of some kind. then it executes the spec<br>
with a builder provided by a sender, presumably to construct<br>
the specified morph. But this method isn&#39;t executed<br>
when the brower starts. And I can&#39;t locate a real sender for it.<br>
<br>
Can anyone explain when and why this method gets executed?<br>
<br>
thanks.<br>
Michael<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Constructing-the-browser-morph-tp21981508p21981508.html" target="_blank">http://www.nabble.com/Constructing-the-browser-morph-tp21981508p21981508.html</a><br>
Sent from the Squeak - Beginners mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</font></blockquote></div><br>