<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 10/7/2021 5:01 AM, Hilaire Fernandes via Cuis-dev wrote:
<blockquote cite="mid:fdb84172-8a89-e174-a467-d656f3287232@drgeo.eu"
type="cite">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<p><font size="+1">Hello, <br>
</font></p>
<p><font size="+1">AFIK, there is no layer in Morph. Am I right or
do I miss something?</font></p>
<p><font size="+1">I need this to keep the detached circular
toolbar over the other morph of the world (more precisely the
DrGeo window). Not like modal but just on top of other morph.</font></p>
<p><font size="+1">What I do is to move to the front the toolbar
in a step method but it is flickering and it also move in the
front of the balloon text.</font></p>
<p><font size="+1">Hilaire</font><br>
</p>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</blockquote>
<br>
Hi Hilaire,<br>
<br>
Check the attach. It is a first sketch, but it seems to work. All
you need to do is `aMorph wantsToBeOnTop: true`.<br>
<br>
Note that when you pick a morph with the hand, you are effectively
removing it from the world, so while it is being taken with the hand
it will appear above the "top" morphs. When you drop it, it will go
behind them.<br>
<br>
We could have several layers, if that is needed.<br>
<br>
Try it and tell if it works for your needs.<br>
<br>
Thanks,<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
</body>
</html>