Hello Jerome,<br><br>Thanks very much for your support. Karl Ramberg gave me a simple solution:<br><br>text _ TextFieldMorph new openInWorld.<br>tm _ text findA: TextMorph.<br>tm autoFit: false.<br><br>With my limited level of understanding of the Morphic guts I dont know why it works but it does. (Thanks again Karl).
<br><br>I came to something that could be a bug too. What do you think?<br><br>in a morphic project drop as press-me button from the object menu. Then edit its script to something like: <br>RectangleMorph new openInHand. 
<br><br>Now, everytime you press the button you get a new RectangleMorph. Simple. Well, if I save that project to disk when I try to load it back I get a debug screen and not my project. RenamedClassSourceReader related, sanscrit to me anyway.
<br><br>Best,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Javier<br><br><br><div><span class="gmail_quote">On 1/9/07, <b class="gmail_sendername">Jerome Peace</b> &lt;<a href="mailto:peace_the_dreamer@yahoo.com">peace_the_dreamer@yahoo.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;">Hello and a question about TextFieldMorph<br><br>Hi Javier,<br><br>Thanks for your report.
<br>You&#39;ve written to the list and you&#39;ve put your report<br>on mantis.<br>That is as likely to attract a volunteer guru as<br>anything.<br><br>Waving money at the problem is the only way I know to<br>insure attention.
<br><br>I did look into the bug.<br>A quick look did not turn up the root cause. I did<br>notice that the glitch is very short lived.<br>Almost anything will knock the text back to the top<br>right position.<br>(Even copying the explorer I genned up to&nbsp;&nbsp;look at
<br>things did the trick. Try tracking down a bug whose<br>symptom squirms out from under you. Not an easy task.)<br><br>Two observations. One I did not have the problem with<br>either of the text morphs from the object window. I
<br>had to go out of my way to get a TextFieldMorph. So<br>you might switch morphs.<br><br>The other observation was sending the instance of the<br>TextFieldMorph the message #fit would clear up the<br>problem. So you could look into doing that if you have
<br>your heart set on the TextFieldMorph.<br><br>Yours in service, -- Jerome Peace<br><br>&gt;Javier Reyes jreyes at <a href="http://gmail.com">gmail.com</a><br>&gt;Mon Jan 8 11:55:59 UTC 2007 wrote:<br>&gt;<br>&gt;<br>&gt;Hello Jerome,
<br>&gt;<br>&gt;Thanks very much. I have just written a mantis report<br>about it.<br>&gt;żAny Ideas of how could I get in touch with any<br>Morphic guru? Reporting the<br>&gt;bug is the right thing to do, but I&#39;m afraid I need
<br>some faster solution or<br>&gt;shortcut for my project. I&#39;m new using squeak and I<br>would appretiate any<br>&gt;suggestion as for user groups, forums or whatever you<br>can recomend besides<br>&gt;squeak-dev.<br>
&gt;<br>&gt;Best regards,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-Javier<br><br>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam?&nbsp;&nbsp;Yahoo! Mail has the best spam protection around<br><a href="http://mail.yahoo.com">
http://mail.yahoo.com</a><br><br></blockquote></div><br>