[Newbies] Constructing the browser morph

Hernán Morales Durand hernan.morales at gmail.com
Fri Feb 13 16:24:35 UTC 2009


Hello Michael,
  If you are trying to construct a new browser, you can take a look at the
OmniBrowser framework. http://wiki.squeak.org/squeak/5646

Select the script in this page and doIt for installation:
http://installer.pbwiki.com/OmniBrowser
(And install the "Installer" package using the Monticello Browser - Add HTTP
Repository - from http://www.squeaksource.com/Installer.html if you do not
have Installer in your image)

Cheers

Hernán

2009/2/12 kmr1642 <kmr1642 at yahoo.com>

>
> When you start a browser in Morphic with 'Browser open'
> the method 'Browser>>openEditString: aString' gets executed
> and helps construct the morph that appears in the world.
> no problem so far.
>
> But also in the class there is the method:
>        'Browser>>buildWith: builder'
> This method first describes the browser's widgets, putting
> the descriptions into a spec of some kind. then it executes the spec
> with a builder provided by a sender, presumably to construct
> the specified morph. But this method isn't executed
> when the brower starts. And I can't locate a real sender for it.
>
> Can anyone explain when and why this method gets executed?
>
> thanks.
> Michael
> --
> View this message in context:
> http://www.nabble.com/Constructing-the-browser-morph-tp21981508p21981508.html
> Sent from the Squeak - Beginners mailing list archive at Nabble.com.
>
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20090213/c8daa934/attachment.htm


More information about the Beginners mailing list