<!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">
    Hi Nicola,<br>
    <br>
    On 7/30/2021 7:18 AM, Nicola Mingotti via Cuis-dev wrote:
    <blockquote
      cite="mid:7a2c9a80-15fe-fdf6-3867-49db2615d9a0@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font size="+1"><font face="monospace">Hi guys, <br>
          <br>
          A few questions for you ;)<br>
          <br>
          1] If I install OSProcesses from the File browser no problem,
          but if I install it from<br>
          the '.st' script, like below, I get an annoying message asking
          me to press ok. <br>
          Why that? The message I send via GUI or script it the same
          AFAICanSay.<br>
          ---------<br>
           " -] OSProcesses "<br>
           vmDir _ DirectoryEntry smalltalkImageDirectory .<br>
           pathStr1 _ vmDir parent pathName,
          'OSProcesses/OSProcesses.pck.st'. <br>
           file1 _  FileSystemEntry withPathName: pathStr1. <br>
           CodePackageFile installPackage: file1.  <br>
          ---------<br>
        </font></font></blockquote>
    <br>
    Just do<br>
    Feature require: 'OSProcess'<br>
    <br>
    <blockquote
      cite="mid:7a2c9a80-15fe-fdf6-3867-49db2615d9a0@gmail.com"
      type="cite"><font size="+1"><font face="monospace"> 2] Why dos
          package OSProcesses does not have the standard name
          Cuis-Smalltalk-OSProcesses ? <br>
        </font></font></blockquote>
    <br>
    Any author can name their code the way they prefer. There's not a
    uniform style.<br>
    <br>
    <blockquote
      cite="mid:7a2c9a80-15fe-fdf6-3867-49db2615d9a0@gmail.com"
      type="cite"><font size="+1"><font face="monospace"> 3] Since I am
          automatizing the system via script I would prefer that when<br>
          I select World -> Quit the system stop asking me if I want
          to save the image,<br>
          by default I don't want. Is there a variable the say that ? Or
          do I need to make<br>
          a change, file it out and file it in in the '.st' file ? <br>
          <br>
        </font></font></blockquote>
    <br>
    If you are doing it via code, just call
    #snapshot:andQuit:clearAllClassState: yourself. If you want a new /
    different menu option, just add it. See senders of #quitSession<br>
    <br>
    <blockquote
      cite="mid:7a2c9a80-15fe-fdf6-3867-49db2615d9a0@gmail.com"
      type="cite"><font size="+1"><font face="monospace"> bye<br>
          Nicola<br>
          <br>
          <br>
        </font></font> </blockquote>
    <br>
    Cheers,<br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
<a class="moz-txt-link-abbreviated" href="http://www.cuis-smalltalk.org">www.cuis-smalltalk.org</a>
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev</a>
<a class="moz-txt-link-freetext" href="https://github.com/jvuletich">https://github.com/jvuletich</a>
<a class="moz-txt-link-freetext" href="https://www.linkedin.com/in/juan-vuletich-75611b3">https://www.linkedin.com/in/juan-vuletich-75611b3</a>
@JuanVuletich</pre>
  </body>
</html>