<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="+1">Hi Nicola, <br>
</font></p>
<p><font size="+1">What I am guessing: the start up script invoked
with the -s command ran in a process of higher priority than the
UI process -- where the morph operations occur.</font></p>
<p><font size="+1">Sending the message #doOneCycle is forcing one
loop of update of the UI, i.e. the requested Morphic operations
are forced to take place immediately (mostly?)</font></p>
<p><font size="+1">Your forked process, with the delay, just delays
your Morphic operations once the start up script has been
entirely executed -- or something like that.</font></p>
<p><font size="+1">I should add a note in the ad-hoc book section,
but I don't understand fully the evolution of the issue -- was
working with previous image and not anymore now if the
#doOneCycle message is not send.</font></p>
<p><font size="+1">I opened an issue
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/TheCuisBook/issues/15">https://github.com/Cuis-Smalltalk/TheCuisBook/issues/15</a> to not
forget about it.</font></p>
<p><font size="+1">Feel free to add comment to this issue when
needed so we can fix the documentation appropriately.<br>
</font></p>
<p><font size="+1">Thanks</font></p>
<p><font size="+1">Hilaire<br>
</font></p>
<p><font size="+1"></font><br>
</p>
<div class="moz-cite-prefix">Le 01/08/2021 à 17:07, Phil B a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CAMJMOeiJtG7csDr+zFP-GdNqe4b12fhgEZUqtQy4kt17gsx=bA@mail.gmail.com">
<div dir="ltr" class="gmail_attr">On Sun, Aug 1, 2021 at 9:40 AM
Nicola Mingotti via Cuis-dev <<a
href="mailto:cuis-dev@lists.cuis.st" moz-do-not-send="true">cuis-dev@lists.cuis.st</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div> <br>
Hi Hiliaire,<br>
<br>
your method works. Thank you. It is better then my fork+delay.
<br>
<br>
Could you explain me a bit why the "doOneCycle" work ?</div>
</blockquote>
</blockquote>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>