<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="4">Hi Juan, <br>
      </font></p>
    <p><font size="4">Unfortunately, the code below called from a start
        up sequence does not work:</font></p>
    <div style="background: #ffffff;
      overflow:auto;width:auto;border:solid gray;border-width:.1em .1em
      .1em .8em;padding:.2em .6em;">
      <pre style="margin: 0; line-height: 125%"><span style="color: #0066BB; font-weight: bold">backgroundImage</span>
<span style="color: #888888">"WorldMorph allInstances first"</span>
 <span style="color: #BB0066; font-weight: bold">UISupervisor</span> <span style="color: #0066BB; font-weight: bold">whenUIinSafeState:</span> [
   <span style="color: #BB0066; font-weight: bold">UISupervisor</span> <span style="color: #0066BB; font-weight: bold">ui</span>
      <span style="color: #0066BB; font-weight: bold">backgroundImageData: </span>(<span style="color: #BB0066; font-weight: bold">DrGeoSystem</span> <span style="color: #0066BB; font-weight: bold">backgroundsPath</span> <span style="color: #0066BB; font-weight: bold">files</span> <span style="color: #0066BB; font-weight: bold">atRandom:</span> (<span style="color: #BB0066; font-weight: bold">Random</span> <span style="color: #0066BB; font-weight: bold">seed:</span> <span style="color: #BB0066; font-weight: bold">Time</span> <span style="color: #0066BB; font-weight: bold">now</span> <span style="color: #0066BB; font-weight: bold">nanoSecond</span>)) <span style="color: #0066BB; font-weight: bold">binaryContents</span>] 
</pre>
    </div>
    <p><!-- HTML generated using hilite.me --></p>
    <p>However when coded as below, it works:</p>
    <div style="background: #ffffff;
      overflow:auto;width:auto;border:solid gray;border-width:.1em .1em
      .1em .8em;padding:.2em .6em;">
      <pre style="margin: 0; line-height: 125%"><span style="color: #0066BB; font-weight: bold">backgroundImage</span>
        <span style="color: #BB0066; font-weight: bold">WorldMorph</span> <span style="color: #0066BB; font-weight: bold">allInstances</span> <span style="color: #0066BB; font-weight: bold">first</span> <span style="color: #0066BB; font-weight: bold">backgroundImageData:</span>  
                (<span style="color: #BB0066; font-weight: bold">DrGeoSystem</span> <span style="color: #0066BB; font-weight: bold">backgroundsPath</span> <span style="color: #0066BB; font-weight: bold">files</span> 
                        <span style="color: #0066BB; font-weight: bold">atRandom:</span> (<span style="color: #BB0066; font-weight: bold">Random</span>  <span style="color: #0066BB; font-weight: bold">seed:</span> <span style="color: #BB0066; font-weight: bold">Time</span> <span style="color: #0066BB; font-weight: bold">now</span> <span style="color: #0066BB; font-weight: bold">nanoSecond</span>)) <span style="color: #0066BB; font-weight: bold">binaryContents</span> 
</pre>
    </div>
    <p><!-- HTML generated using hilite.me --></p>
    <p>Strange<br>
    </p>
    <div class="moz-cite-prefix">Le 24/05/2023 à 22:29, Juan Vuletich a
      écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:646E73C1.2040306@cuis.st">You
      can't access the World, because it is not running yet during
      startup. Maybe what you need to do can be scheduled to be done
      after startup finishes?<br>
      <br>
      Seem for example #snapshot:andQuit:embedded:clearAllClassState:
      Many thins are done #whenUIinSafeState:<br>
    </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>