<div dir="ltr">thank you!<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 28, 2016 at 2:39 PM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 28.01.2016, at 13:18, Vaidotas Didžbalis &lt;<a href="mailto:vaidasd@gmail.com">vaidasd@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hello all,<br>
&gt; Anyone knows why Squeak tools Inspector, Explorer cannot be dropped onto Book morph? Is this intentional?<br>
&gt; regards,<br>
<br>
</span>Yes, it is intentional. SystemWindows by default do not get embedded into other morphs, because they are meant to be top-level graphical objects (that is, direct children of the World).<br>
<br>
However, you can always get a halo on the window, and choose “embed into &gt; page” from the halo menu.<br>
<br>
Additionally (e.g. if you need this for a demo) you could enable the “systemWindowEmbedOK” preference, disable “fastDragWindowForMorphic” and simply drop the window into the page.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Bert -<br>
<br>
</font></span><br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>