Hi
I tried loading Glamour using the instructions at <http://www.moosetechnology.org/tools/glamour%3E;
Gofer new squeaksource: 'Glamour'; package: 'ConfigurationOfGlamour'; load. (Smalltalk at: #ConfigurationOfGlamour) perform: #loadDefault
However, in the process of loading, I get this warning:
This package depends on the following classes: SubscriptionRegistry You must resolve these dependencies before you will be able to load these definitions: SubscriptionRegistry>>glmSubscriptions
Select Proceed to continue, or close this window to cancel the operation.
If I hit proceed, I then get another warning:
This package depends on the following classes: SubscriptionRegistry You must resolve these dependencies before you will be able to load these definitions: SubscriptionRegistry>>hasHandlerFor: SubscriptionRegistry>>lookFor: SubscriptionRegistry>>lookFor:ifNone: SubscriptionRegistry>>unsubscribeForEvent:
Select Proceed to continue, or close this window to cancel the operation.
I selected Proceed and when I do:
GLMBasicExamples open
I get a MNU in
GLMAnnouncer>>resetAnnouncer registry reset "since registry is not defined"
I compared the methods in GLMAnnouncer to the Moose-4.4 image <http://www.moosetechnology.org/download/4.4%3E; and found out that the methods are different from what ConfigurationOfGlamour loads – which might explain the problem.
Is it still possible to load Glamour on its own? I only need it for creating some simple browsers and I don't need everything else in Moose. I've already built the browser in the Moose-4.4 image and just want to run in inside a Pharo-1.2 image.
Thanks!
-- Nick
-- View this message in context: http://forum.world.st/Problem-loading-ConfigurationOfGlamour-in-Pharo-1-2-Su... Sent from the Moose mailing list archive at Nabble.com.