Feb. 5, 2018
2:27 p.m.
Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
morph := 'Hello' asMorph. morph on: #mouseUp send: #traceCr: to: morph. morph openInWindow.
This does not work for me either. I am fine with the MorphicEventHandler solution.
Not at all? Or do you just need to use the variant sending #value: to a block with the morph as an argument? Stephan