<div dir="ltr"><div><div>OK, but if there is a UI action required in between, then we just have to force quitting the image.<br></div>I guess this was the problem with undeclared FileList2...<br><br></div>I now have succeeded in updating an image after my last update-fbs.241 change, but there is a UI action involved informing me that there is &#39;No changes&#39; and asking me to acknowledge by pressing OK button (what if I were not OK?). Not sure what caused this, and not sure that it will be bot-friendly...<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/21 David T. Lewis <span dir="ltr">&lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sun, Jul 21, 2013 at 04:29:58PM +0200, Nicolas Cellier wrote:<br>
&gt; Hmm, I know have a problem in update-dlt.242 because FileList2 is undeclared<br>
&gt;<br>
&gt; value: anObject<br>
&gt;     (AttemptToWriteReadOnlyGlobal signal: &#39;Cannot store into read-only<br>
&gt; bindings&#39;)<br>
&gt;         ifTrue: [value := anObject]<br>
&gt;<br>
&gt; When I try to proceed, I have a not understood message #uiProcess: I<br>
&gt; presume because in midst of changing things...<br>
&gt;<br>
<br>
</div>The MorphicProject&gt;&gt;uiProcess: method was introduced as part of<br>
this set of three related updates:<br>
<br>
        System-dtl.564<br>
        Morphic-dtl.668<br>
        ST80-dtl.148<br>
<br>
These three need to be loaded in a single update step, because<br>
Project class&gt;&gt;resumeProcess: sends #uiProcess to the current<br>
(Morphic) project.<br>
<br>
Once these are in place, the next updates to System-dtl.564 and<br>
Morphic-dtl.669 will remove the UIProcess global from Project.<br>
<br>
Dave<br>
<br>
<br>
<br>
</blockquote></div><br></div>