<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 9/30/2024 7:06 PM, Mark Volkmann via Cuis-dev wrote:
    <blockquote
cite="mid:CAFfRWnUeF02oarwbk1RKyCsKWB_=uTw8-JS_d7MJm2gdeaqtPw@mail.gmail.com"
      type="cite">The backgroundImageData: method in PasteUpMorph
      contains this comment showing how the method can be used to add a
      background image to the WorldMorph:
      <div><br>
      </div>
      <div><font face="monospace">self runningWorld backgroundImageData:
          (FileStream readOnlyFileNamed: filename) binary
          contentsOfEntireFile.<br>
        </font>
        <div><br>
        </div>
        <div>But it seems the class FileStream no longer exists.</div>
        <div>I think the comment needs to be changed to this:</div>
        <div><br>
        </div>
        <div><font face="monospace">self runningWorld
            backgroundImageData: (filePath asFileEntry readStream)
            binary contentsOfEntireFile.</font><br>
        </div>
        <div><br>
        </div>
        <span class="gmail_signature_prefix">-- </span><br>
        <div dir="ltr" class="gmail_signature"
          data-smartmail="gmail_signature">
          <div dir="ltr">
            <div>
              <div dir="ltr">
                <div>
                  <div dir="ltr">
                    <div dir="ltr">
                      <div><font face="arial, helvetica, sans-serif">R.
                          Mark Volkmann</font></div>
                      <div><span style="font-size: 12.8px;"><font
                            face="arial, helvetica, sans-serif">Object
                            Computing, Inc.</font></span></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    You're right. I've just pushed a fix (with your author initials) to
    GitHub.<br>
    <br>
    Thanks,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
  </body>
</html>