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'.
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: '
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