Feb. 8, 2018
7:16 a.m.
Juraj Kubelka <juraj.kubelka@icloud.com> wrote:
I am not sure if we understand each other. The example:
morph := 'Hello' asMorph. morph on: #mouseUp send: #traceCr: to: morph. morph openInWindow
does not work for me. Actually I have not found a code that triggers #mouseUp event neither.
Well, it works for me on 60528 on Windows. Did you open the transcript window before running the example? Stephan