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@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners