[squeak-dev] Re: Morphic

Juan Vuletich juan at jvuletich.org
Sun Sep 19 16:31:26 UTC 2010


Sean P. DeNigris wrote:
> Juan Vuletich-4 wrote:
>   
>> I'd like to be part of that. Are you setting up a mail list?
>>
>>     
> I'll email you. 
>   

Thanks.

> Juan Vuletich-4 wrote:
>   
>> Your morph should answer true to #handlesMouseDown: and implement 
>> #mouseDown:. Same for mouseUp, mouseMove, etc. There are many examples 
>> of this in the image already.
>>
>>     
> Yes, but the handler for my morph will never get called because the
> TextMorphForShout will handle it first. 
>   

Oh, yes. May be the simplest would be not to use a PluggableShoutMorph 
at all, or make a sibling of it be the container of your morphs. 
Otherwise, your morph should be submorph of the TextMorphForShout, but I 
guess it would be harder...

> Juan Vuletich-4 wrote:
>   
>> You'd really try Cuis. You'll find it much easier to understand and
>> extend.
>>
>>     
> Cool, I downloaded it at ESUG and started exploring.
>   

Cheers,
Juan Vuletich



More information about the Squeak-dev mailing list