The following works for me on Pharo 3.0:

Gofer new
     url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main';
     configuration;
     load.
#ConfigurationOfGToolkit asClass loadDevelopment.

"Use the inspector"
#GTInspector asClass registerToolsOn: Smalltalk tools.
"Use the debugger"
#GTGenericStackDebugger asClass registerToolsOn: Smalltalk tools.
"Use the playground"
#GTPlayground asClass registerToolsOn: Smalltalk tools.

"For back to normal workspace"
#Workspace asClass registerToolsOn: Smalltalk tools.

HTH

Phil



On Sat, Oct 4, 2014 at 8:07 PM, Evan Donahue <emdon...@gmail.com> wrote:

> Hello,
>
> I am trying to check out GTPlaygroundl, but I can't seem to get it working
> and was wondering if anyone had any idea what I might be overlooking.
>
> I download a new image with curl get.pharo.org | bash
> I run, from http://www.humane-assessment.com/blog/installing-gtoolkit
>
> Gofer new
>      smalltalkhubUser: 'Moose' project: 'GToolkit';
>      configuration;
>      loadDevelopment.
> #GTImageSetupCommandLineHandler asClass new activate
>
> It loads for a while and then the image closes. When I open it again the
> background is white and my settings have been wiped. The playground does
> appear, but it doesn't seem to work properly (there seems to be no way to
> advance the miller columns). Am I looking at the wrong installation
> information?
>
> Thanks,
> Evan
>
>
>
>

Reply via email to