<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.42">
<TITLE>RE: update 6532 MNU</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; Ok I reorder it by hand and swaped the new version in the stream. And </FONT>
<BR><FONT SIZE=2>&gt; it works for me. Can you try?</FONT>
</P>

<P><FONT SIZE=2>(Just speaking for myself of course) I can now get past</FONT>
<BR><FONT SIZE=2>update 6532 BUT once it is complete I still get the warning:</FONT>
</P>

<P><FONT SIZE=2>&gt; &gt;&gt; MenuMorph(Morph)&gt;&gt;privateRemoveMorph: has been deprecated.</FONT>
<BR><FONT SIZE=2>&gt; &gt;&gt; Use #removeMorph: instead.</FONT>
</P>

<P><FONT SIZE=2>and also now the occasional:</FONT>
</P>

<P><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp; HandMorph(Morph)&gt;&gt;privateRemoveMorph: has been deprecated. </FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp; Use #removeMorph: instead.</FONT>
</P>

<P><FONT SIZE=2>&nbsp;Which I fixed by changing privateRemoveMorph to removeMorph</FONT>
<BR><FONT SIZE=2>&nbsp;in Morph privateAddMorph (I hope that was the proper fix)</FONT>
</P>

<P><FONT SIZE=2>(tried to make a changeset for it but ended up with an empty file</FONT>
<BR><FONT SIZE=2>&nbsp;with a version and timestamp in it...)</FONT>
</P>

<P><FONT SIZE=2>And now I'm dealing with a bunch of things that seem to be </FONT>
<BR><FONT SIZE=2>related to something in OSProcess being sort of &quot;broken&quot; by </FONT>
<BR><FONT SIZE=2>something after update 6485. (Okay, I know it isn't broken but </FONT>
<BR><FONT SIZE=2>getting MANY warnings about this when I didn't before updating</FONT>
<BR><FONT SIZE=2>is seriously annoying...)</FONT>
</P>

<P><FONT SIZE=2>Like</FONT>
</P>

<P><FONT SIZE=2>&nbsp;&nbsp;&nbsp; SystemDictionary&gt;&gt;platformName has been deprecated. </FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp; Use SmalltalkImage current platformName</FONT>
</P>

<P><FONT SIZE=2>and</FONT>
</P>

<P><FONT SIZE=2>&nbsp;&nbsp;&nbsp; SystemDictionary&gt;&gt;getSystemAttribute: has been deprecated. </FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp; Use SmalltalkImage current getSystemAttribute: attributeID </FONT>
</P>

<P><FONT SIZE=2>Guess that is expected since OSProcess says it is compatible up </FONT>
<BR><FONT SIZE=2>to 3.7 only. Hopefully the fix will be as simple... Or did I miss </FONT>
<BR><FONT SIZE=2>something somewhere else? Or can/should I just remove OSProcess </FONT>
<BR><FONT SIZE=2>for now?</FONT>
</P>

<P><FONT SIZE=2>-Andy-</FONT>
</P>

</BODY>
</HTML>