<br><br><div class="gmail_quote">On Jan 29, 2008 4:40 AM, Herbert König &lt;<a href="mailto:herbertkoenig@gmx.net">herbertkoenig@gmx.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello LoneHunter01,<br><br>L&gt; I&#39;m trying to do basic i/o using Squeak and I&#39;ve looked through my browser,<br>L&gt; but I can&#39;t seem to find anything that allows simple (keyword: simple)<br><br>reply := FillInTheBlankMorph request: &#39;What is your real name&#39; initialAnswer<br>
&#39;LoneHunter01&#39;<br><br>For more browse the class side of FillInTheBlankMorph or ask here, if<br>you can&#39;t make sense of this sentence.<br></blockquote><div><br><br>It would be better to use ToolBuilder classes for user interfaces. That way, you can run your application on Morphic, MVC, Tweak or any other UI that comes along.<br>
<br>Sorry I don&#39;t have Squeak available to give exact results at this time, but I believe that in recent images there should be a class called something like UIManager with methods to do things like this.<br><br>There&#39;s also a class called FillInTheBlank which does the same job as the FillInTheBlankMorph, but I&#39;d discourage people from using it directly.<br>
<br>Gulik.<br></div></div><br clear="all"><br>-- <br><a href="http://people.squeakfoundation.org/person/mikevdg">http://people.squeakfoundation.org/person/mikevdg</a><br><a href="http://gulik.pbwiki.com/">http://gulik.pbwiki.com/</a>