Mouse button tester question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Mouse button tester question – Hello, http://wiki.squeak.org/squeak/2332 'Mouse button tester' has m := Morph new. m on: #mouseDown send: #value: to:[:evt| evt redB...
Hi, Hannes. The generic event handler, which can be configured via #on:send:to:, kicks in at the level of Morph >> #mouseDown: here. For ...
Hi, there. Please find attached a change set that extracts the global interaction mechanisms "halo" and "meta menu" as ev...
Did you want to change it to blue AND the halo appears? Or just go to blue and no halo? On 4/3/17 2:19 PM, H. Hirzel wrote: > Hello, &...
On 4/4/17, Bob Arning <arning315@...> wrote: > Did you want to change it to blue AND the halo appears? Or just go to > blue and no hal...
I definitively prefer the blue only solution. No halos. On 4/4/17, H. Hirzel <hannes.hirzel@...> wrote: > On 4/4/17, Bob Arning <arni...
I'm guessing you want something simple and non-invasive. Not sure there is such a thing. You could just nuke all halos: 'From Squeak5.1 of...
Hannes, you may find the attached useful. File it in and do "SensorReporter setupAndDisplay". While using it, you will see other artifa...
Thank you John. This is useful. SensorReporter Code added here http://wiki.squeak.org/squeak/2330 --Hannes On 4/4/17, John-Reed Maffeo <...