<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Georgia">I'm guessing you want something simple and
        non-invasive. Not sure there is such a thing.<br>
      </font></p>
    <p><font face="Georgia">You could just nuke all halos:<br>
      </font></p>
    <p><font face="Georgia">'From Squeak5.1 of 23 August 2016 [latest
        update: #16548] on 4 April 2017 at 12:15:16 pm'!<br>
        <br>
        !Preferences class methodsFor: 'standard queries' stamp: 'raa
        4/4/2017 12:10'!<br>
        cmdGesturesEnabled<br>
            "compiled programatically -- return hard-coded preference
        value"<br>
            ^ false! !<br>
      </font><br>
    </p>
    and then you get the blue without the halo. Or you could use a
    different Morph subclass and reimplement #blueButtonDown: to suit
    your needs, but using the blue button to get halos is presumed to be
    important and not easily overridden.<br>
    <br>
    <div class="moz-cite-prefix">On 4/4/17 12:03 PM, H. Hirzel wrote:<br>
    </div>
    <blockquote
cite="mid:CAGQxfVjK3u4tH_rZGC7DLt86Emo6GibCaaLAjELuZwChu0mZpA@mail.gmail.com"
      type="cite">
      <pre wrap="">I definitively prefer the blue only solution. No halos.

On 4/4/17, H. Hirzel <a class="moz-txt-link-rfc2396E" href="mailto:hannes.hirzel@gmail.com"><hannes.hirzel@gmail.com></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 4/4/17, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net"><arning315@comcast.net></a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Did you want to change it to blue AND the halo appears? Or just go to
blue and no halo?
</pre>
        </blockquote>
        <pre wrap="">
Whatever is easier. If it does not matter than change to blue only.

--Hannes

</pre>
        <blockquote type="cite">
          <pre wrap="">
On 4/3/17 2:19 PM, H. Hirzel wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">Hello,

<a class="moz-txt-link-freetext" href="http://wiki.squeak.org/squeak/2332">http://wiki.squeak.org/squeak/2332</a>  'Mouse button tester'

has

     m := Morph new.
     m on: #mouseDown send: #value: to:[:evt|
        evt redButtonPressed ifTrue:[m color: Color red].
        evt yellowButtonPressed ifTrue:[m color: Color yellow].
        evt blueButtonPressed ifTrue:[m color: Color blue]
        ].
     m openInWorld.

red and yellow button work, but the blue button brings up the halo as
it is noted on the wiki page (tested with a three button mouse).

I wonder if there is a way to make the change of the button to blue
possible?

--Hannes

</pre>
          </blockquote>
          <pre wrap="">

</pre>
        </blockquote>
        <pre wrap="">
</pre>
      </blockquote>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>