On 17 December 2010 21:05, Charles Monteiro <[email protected]> wrote:
>
> Pardon the newbie question but I yet don't have a grip how Squeaker's load
> packages , it seems that there are many, many ways of doing so. In anycase,
> to my immediate need I would like to check out Morphic Designer. I've tried
> following the instructions on their web site which are:
>
> (Installer mc http:
> 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/')
> project: 'MetacelloRepository';
> install: 'ConfigurationOfDesigner'.
> ConfigurationOfDesigner load.
>
> However, on the Pharo 1.1. image under Cog VM, there is no such animal as an
> "Installer", I tried using the Monticello Browser and went fishing for the
> package but to no avail.
>
This is what my script does
getInstaller
(Smalltalk version beginsWith: 'Pharo') ifTrue: [
Smalltalk at: #Installer ifAbsent: [
^ ScriptLoader new installingInstaller.
]
].
^ Smalltalk at: #Installer
> thanks in advance
>
> Charles
> www.nycsmalltalk.org
> --
> View this message in context:
> http://forum.world.st/Installing-Morphic-UI-designer-in-Pharo-1-1-tp3093047p3093047.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
--
Best regards,
Igor Stasenko AKA sig.