Hi Oscar,

Thanks for reporting.

It looks like MorphTreeMorph moved to support Pharo 1.1 and in the  
meantime it brakes in 1.0.

Loading Morphic-MorphTreeWidget-AlainPlantec.39 solves the problem.

I updated ConfigurationOfGlamour to hardcode the version for the  
moment when loading the default configuration.

I also released:
- Glamour version: 2.0-beta.2
- Moose version: 4.0-beta.3

Cheers,
Doru


On 18 Dec 2009, at 18:49, Oscar Nierstrasz wrote:

>
> I get an infinite loop of exceptions in the Moose Finder when I load  
> Moose into the latest Pharo.
>
> LazyMorphTreeMorph does not understand keyboardFocusOnMouseDown ...
>
> Sleuthing shows:
>
> MorphTreeMorph>>mouseEnter: event
>       "Changed to take keyboardFocusOnMouseDown preference into account."
>       
>       super mouseEnter: event.
>       self wantsKeyboardFocus ifFalse: [^self].
>       self keyboardFocusOnMouseDown
>               ifFalse: [self takeKeyboardFocus]
>
> But keyboardFocusOnMouseDown is not implemented anywhere in the  
> system.
>
> What gives?
>
> Alain, it seems this method comes from you.  What gives?  I am  
> unsure what to do ...
>
> - on
>
>
> _______________________________________________
> Moose-dev mailing list
> [email protected]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"It's not what we do that matters most, it's how we do it."


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to