Another video tutorial

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Another video tutorial

LawsonEnglish

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

Reply | Threaded
Open this post in threaded view
|

Re: Another video tutorial

Ben Coman
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