[Newbies] EventHandlerPlus and mouseOver

Bert Freudenberg bert at freudenbergs.de
Tue May 20 07:59:50 UTC 2008


On 19.05.2008, at 22:07, Enno Schwass wrote:

> Hello
>
> I am using Morphic to display some geographical maps. For easier
> testing, I would like to see the current position of the HandMorph
> as LabelString at the bottom of the map window.
>
> But I have to dig deep into morphic event handling to do this.
> At least I am unable to figure it out.
> I found the class EventHandlerPlus that might help here.
> Could you provide some informations about that?


Why don't you use something simple like this?

(UpdatingStringMorph on: ActiveHand selector: #position) openInHand

- Bert -




More information about the Beginners mailing list