<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<pre class="example">You need to add this instruction (explained in the book):
self runningWorld doOneCycle.
and you should be happy.
Hilaire
</pre>
<div class="moz-cite-prefix">Le 16/11/2021 à 18:46, Mark via
Cuis-dev a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:7F216D4A-810C-40BC-AA33-0C5672DA0A04@virtualmdj.com">
<div class="">OBSERVATION #1</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">I did create a “startup script” to setup the
environment, which is great — but, it has its own issue. I’ve
included the following (based on the sample), and I would
expect the “Welcome to Cuis” window to be closed when it
receives the “delete” message … but, it’s still there, along
with a “Transcript” window showing that the package
“Theme-Themes” was successfully installed.</div>
</div>
<div class=""><br class="">
</div>
<blockquote style="margin: 0 0 0 40px; border: none; padding:
0px;" class="">
<div class="">| list morph area extent |<br class="">
<br class="">
"------------------------------------------------------"<br
class="">
"Delete all windows but the taskbar"<br class="">
"------------------------------------------------------"<br
class="">
list := UISupervisor ui submorphs reject: [:aMorph |<br
class="">
aMorph is: #TaskbarMorph].<br class="">
list do: [:each | each delete].<br class="">
<br class="">
</div>
</blockquote>
<div class=""><br class="">
</div>
</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>