<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">In response to Xavier's image display and crash problem, Xbury writes:<BR>
<BR>
&gt;To me part of the problem seems that the allocation of the image space in the<BR>
&gt;stack is not "solid" - it is not compactable it seems for one, and once an image<BR>
&gt;is decompressed, that's it, you're stuck with that size...<BR>
&gt;<BR>
&gt;Is this due to either a flaw in code or the emptying of the image?<BR>
&gt;It's a fact that no one seems to know HOW to empty an image (or imagedata)."<BR>
<BR>
If this is the case, instead of updating the imagedata try deleting the old image and creating a new one on the fly. Should avoid the problem altogether.<BR>
<BR>
/H<BR>
</FONT></HTML>