Hi, about this one:<br><br><br><div><span class="gmail_quote">On 5/9/06, <b class="gmail_sendername">Ron Teitelbaum</b> &lt;<a href="mailto:Ron@usmedrec.com">Ron@usmedrec.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">










<div><p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">&nbsp;</span></font></p>



<p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;"><a href="http://lists.squeakfoundation.org/pipermail/beginners/2006-May/000052.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.squeakfoundation.org/pipermail/beginners/2006-May/000052.html</a>
how to set the focus on to a textMorph<br>&nbsp;</span></font></p></div></div></blockquote></div>ActiveHand newKeyboardFocus: aTextMorph.<br><br>ActiveHand is a global which points to the HandMorph instance of the active world (you can also access this instance from inside any Morph with Morph&gt;&gt;activeHand)
<br><br>BTW, when dealing with keyboard focus remember that Squeak has a &quot;keyboard focus follows mouse&quot; policy. So even if you are setting it up programatically any other morph might steal your keyboard focus. (try it with a browser, start typing inside the text pane and move your mouse to any of the upper lists).
<br><br>Regards,<br>Hernán<br><br>