<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Hi, <br>
</font></p>
<p>How can I access the running world in a start-up sequence ?</p>
<p>My observations from the start up sequence:</p>
<ul>
<li><b>self runningWorld</b> -> nil</li>
<li><b>WorldMorph allInstances first</b> -> a World instance,
using it is fine!<br>
</li>
<li><b>UISupervisor ui </b>-> a World instance, but using it
lock the image<br>
</li>
</ul>
<p>So only WorldMorph allInstances first return a usable World
instance in the start up sequence.</p>
<p>When using Cuis in regular mode, all three methods to access the
running worl are fine.<br>
</p>
<p><br>
</p>
<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>