Feb. 5, 2018
12:28 p.m.
El 03-02-2018, a las 07:26, stephan <stephan@stack.nl> escribió:
On 02-02-18 15:19, Juraj Kubelka wrote:
Thank you Stephan! There is my exercise: âwhen:send:to" morph := 'Hello' asMorph. morph when: #click send: #traceCr: to: morph. morph openInWindow.
Sorry
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. Thanks! Juraj