<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 10:33 AM, Chris Muller <span dir="ltr">&lt;<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>TSTTCPW but I think we should revisit #flash again because sometimes it&#39;s so fast I barely saw it.<br>
</div></div></blockquote><div><br></div><div>Then flash needs a 1/16 - 1/8 sec or thereabouts delay to make it visible right?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div></div><div><br></div><div><div>I&#39;ll try this unconditional flash for a few days, make sure it won&#39;t become, ahem, annoying, before trunking it..  ;-)</div>
</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 12:23 PM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Chris Muller uploaded a new version of Morphic to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Morphic-cmm.728.mcz" target="_blank">http://source.squeak.org/inbox/Morphic-cmm.728.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-cmm.728<br>
Author: cmm<br>
Time: 30 June 2014, 12:23:11.962 pm<br>
UUID: 09c9997d-d2e2-4e71-9077-c768f21a0071<br>
Ancestors: Morphic-dtl.727<br>
<br>
- If the Reuse Windows preference is set, and an existing window on the desktop qualifies as reusable for a request, #flash it after activating it to ensure the user&#39;s attention will be guided to its on-screen location.<br>


<br>
=============== Diff against Morphic-dtl.727 ===============<br>
<br>
Item was changed:<br>
  ----- Method: SystemWindow&gt;&gt;openInWorld:extent: (in category &#39;open/close&#39;) -----<br>
  openInWorld: aWorld extent: extent<br>
        &quot;This msg and its callees result in the window being activeOnlyOnTop&quot;<br>
        ^ self anyOpenWindowLikeMe<br>
                ifEmpty:<br>
                        [ self<br>
                                position: (RealEstateAgent initialFrameFor: self initialExtent: extent world: aWorld) topLeft ;<br>
                                extent: extent.<br>
                        self openAsIsIn: aWorld ]<br>
                ifNotEmptyDo:<br>
                        [ : windows |<br>
                        windows anyOne<br>
                                expand ;<br>
                                activate ;<br>
+                               postAcceptBrowseFor: self ;<br>
+                               flash ]!<br>
-                               postAcceptBrowseFor: self ]!<br>
<br>
<br>
</blockquote></div><br></div>
</div></div><br><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>