<div dir="ltr"><div dir="ltr">Hilaire,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 3, 2020 at 6:26 PM Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  

    
  
  <div>
    <p><font size="+1">Hi, <br>
      </font></p>
    <p><font size="+1">In DrGeo I have a special menu presenting
        geometric items. When the mouse cursor moves over one menu entry
        the matching items blink on the sketch (it uses the step morph
        system to do so).</font></p>
    <p><font size="+1">I override the </font><font size="+1" color="#863266"><tt>selectItem</tt></font><font size="+1" color="#863266"><tt>:</tt></font><font size="+1"> method as:</font></p>
    <pre><font size="+1"><font color="#863266">selectItem: aMenuItem 
    selectedItem ifNotNil:[
        (costumes at: selectedItem arguments first) stopBlinking].
    aMenuItem ifNotNil:[
        (costumes at: aMenuItem arguments first) startBlinking].
    ^ super selectItem: aMenuItem </font>
</font></pre>
    <p><font size="+1">However when I open such a menu with the message
      </font><font size="+1" color="#863266"><tt>invokeModal</tt></font><font size="+1">, the morph step system does not seem to work.</font></p>
    <p><font size="+1">Any idea. Or may be I should use differently the
        menu morph.<br></font></p></div></blockquote><div>Just a guess, but MenuMorph's (and MenuItemMorph's) won't step by default and the methods to control stepping are named a bit differently in Cuis.  So you're going to need to make sure you're enabling stepping using the Cuis conventions. (see Morph stepping category)<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><p><font size="+1">
      </font></p>
    <p><font size="+1">Hilaire</font><br>
    </p>
    <pre cols="72">-- 
GNU Dr. Geo
<a href="http://drgeo.eu" target="_blank">http://drgeo.eu</a></pre>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div></div>