[Newbies] Re: [squeak-dev] Another video tutorial

Ben Coman btc at openInWorld.com
Tue Jan 31 17:05:59 UTC 2012


Lawson English wrote:
>
> Latest squeak tutorial. Connectors how-to:
>
> http://www.youtube.com/watch?v=H1LveflchAU
>
> as an aside, it seems to me that Connectors should be ported back to 
> Pharo, because it can be very useful I am finding.
>
> Lawson
>
>
There is http://www.squeaksource.com/MinimalConnectors.html
used by http://www.squeaksource.com/smallUML.html

I just happened to have found this yesterday.  The following worked for 
me in Pharo-1.3-13315...

Gofer it
    squeaksource: 'smallUML';
    package: 'ConfigurationOfSmallUML';
    load.
(Smalltalk at: #ConfigurationOfSmallUML) project latestVersion load.

DiagramDrawingDocumentation openDiagramBrowser






More information about the Beginners mailing list