Glamour on Pharo 1.4?

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

Glamour on Pharo 1.4?

abergel
Hi!

I experienced some problem on installing Glamour for Pharo 1.4
Am I the only one?

Cheers,
Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Glamour on Pharo 1.4?

Tudor Girba-2
Hi,

I guess you are :). What kind of problems?

Cheers,
Doru


On 22 Apr 2012, at 02:46, Alexandre Bergel wrote:

> Hi!
>
> I experienced some problem on installing Glamour for Pharo 1.4
> Am I the only one?
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"When people care, great things can happen."



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Glamour on Pharo 1.4?

abergel
Sorry, I had the wrong incantation for the configuration apparently.

-=-=-=-=-=-=-=-=-=
Gofer new
   squeaksource: 'Glamour';
   package: 'ConfigurationOfGlamour';
   load.
(Smalltalk at: #ConfigurationOfGlamour ) loadDefault
-=-=-=-=-=-=-=-=-=
works well, however:

-=-=-=-=-=-=-=-=-=
Gofer new
   squeaksource: 'Glamour';
   package: 'ConfigurationOfGlamour';
   load.
(Smalltalk at: #ConfigurationOfGlamour ) project lastVersion load.
-=-=-=-=-=-=-=-=-=
does not.

Cheers,
Alexandre



On 22 Apr 2012, at 04:32, Tudor Girba wrote:

> Hi,
>
> I guess you are :). What kind of problems?
>
> Cheers,
> Doru
>
>
> On 22 Apr 2012, at 02:46, Alexandre Bergel wrote:
>
>> Hi!
>>
>> I experienced some problem on installing Glamour for Pharo 1.4
>> Am I the only one?
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "When people care, great things can happen."
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev