Re: [Pharo-users] loading Glamour in Pharo 4

2015-03-23 Thread Andrei Chis
There are several tools in Pharo that depend on Glamour. If you update glamour to the latest version you also need to update the tools that depend on it. This script updated everything: { { 'ConfigurationOfRubric'. 'AlainPlantec'. 'Rubric' }. { 'ConfigurationOfGlamourCore'. 'Moose'.

Re: [Pharo-users] loading Glamour in Pharo 4

2015-03-23 Thread Peter Uhnák
Also I am interested only in presenter for Roassal, is there separate configuration for that? On Mon, Mar 23, 2015 at 6:47 PM, Peter Uhnák wrote: > After loading Glamour dev in Pharo 40 > ~~~ > Gofer new > smalltalkhubUser: 'Moose' project: 'Glamour'; > package: '

[Pharo-users] loading Glamour in Pharo 4

2015-03-23 Thread Peter Uhnák
After loading Glamour dev in Pharo 40 ~~~ Gofer new smalltalkhubUser: 'Moose' project: 'Glamour'; package: 'ConfigurationOfGlamour'; load. (Smalltalk at: #ConfigurationOfGlamour) perform: #loadDevelopment ~~~ when I try opening Playgr