Newbie squeak question

Dwight Hughes dwighth at ipa.net
Fri Jul 2 22:00:26 UTC 1999


Look for a message selector starting with "open" in the class methods of
what you filed in, or see if there is an "example" method, or if the
class comment includes an example of its use (click the "?" button in
the System Browser with the class selected). Look for something like
what is used to open a generic System Browser: "Browser openBrowser".

Um, some more details about what you are filing in?

-- Dwight

Jeff Carr wrote:
> 
> Ok I give up --- I am missing something very basic.  When in a squeak
> project, I can FileIn a *.st file.  Then what?  I can view the class
> structure, etc --- but how do I build something that executes?  The *.st
> file I have should result in a new browser type, with special functionality.





More information about the Squeak-dev mailing list