<div dir="ltr">Thanks a lot.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 17. Apr. 2019 um 11:10 Uhr schrieb Antoine ELIAS <<a href="mailto:antoine.elias@scilab-enterprises.com">antoine.elias@scilab-enterprises.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    Hello Philipp,<br>
    <br>
    The "bar" with the question mark is the docking system, to allow you
    to drag the window in an other Scilab window.<br>
    If you don't want dockable system on your window you can set
    "dockable" to "off" at <b>creation time</b>.<br>
    <br>
    <tt>f = figure("dockable", "off", "toolbar_visible", "off",
      "menubar_visible", "off", "infobar_visible", "off");</tt><br>
    <br>
    Regards,<br>
    Antoine<br>
    <div class="gmail-m_7391007747857837423moz-cite-prefix">Le 17/04/2019 à 10:16, P M a écrit :<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">
        <div>Dear all,</div>
        <div><br>
        </div>
        <div>for creating a plot it is often convenient to hide all
          toolbars, menubars etc.</div>
        <div><br>
        </div>
        <div>with:</div>
        <div><br>
        </div>
        <pre style="font-style:normal"><span style="color:rgb(0,0,0)">f</span> <span style="color:rgb(92,92,92)">=</span> <span style="color:rgb(50,185,185)">figure</span><span style="color:rgb(74,85,219)">(</span><span style="color:rgb(74,85,219)">)</span><span style="color:rgb(0,0,0)">;</span>
<span style="color:rgb(0,0,0)">f</span><span style="color:rgb(92,92,92)">.</span><span style="color:rgb(170,170,170)">toolbar_visible</span> <span style="color:rgb(92,92,92)">=</span> <span style="color:rgb(188,143,143)">"</span><span style="color:rgb(188,143,143)">off</span><span style="color:rgb(188,143,143)">"</span>
<span style="color:rgb(0,0,0)">f</span><span style="color:rgb(92,92,92)">.</span><span style="color:rgb(170,170,170)">menubar_visible</span> <span style="color:rgb(92,92,92)">=</span> <span style="color:rgb(188,143,143)">"</span><span style="color:rgb(188,143,143)">off</span><span style="color:rgb(188,143,143)">"</span>
<span style="color:rgb(0,0,0)">f</span><span style="color:rgb(92,92,92)">.</span><span style="color:rgb(170,170,170)">infobar_visible</span> <span style="color:rgb(92,92,92)">=</span> <span style="color:rgb(188,143,143)">"</span><span style="color:rgb(188,143,143)">off</span><span style="color:rgb(188,143,143)">"

</span><span style="font-family:times new roman,serif"></span><span style="font-family:arial,helvetica,sans-serif"><font size="2"><span style="color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">it is possible to hide most of the things.
</span></span></font></span></pre>
        <pre style="font-style:normal"><span style="font-family:arial,helvetica,sans-serif"><font size="2"><span style="color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">However one bar remains, which is the one displaying the window number and the question mark.
How to hide these?

</span></span></font></span></pre>
        <pre style="font-style:normal"><span style="font-family:arial,helvetica,sans-serif"><font size="2"><span style="color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">Thank you,
</span></span></font></span></pre>
        <pre style="font-family:Monospaced;font-style:normal"><span style="color:rgb(188,143,143)"><span style="font-family:arial,helvetica,sans-serif"><font size="2"><span style="color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">Philipp</span></span></font></span>
</span></pre>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="gmail-m_7391007747857837423mimeAttachmentHeader"></fieldset>
      <pre class="gmail-m_7391007747857837423moz-quote-pre">_______________________________________________
users mailing list
<a class="gmail-m_7391007747857837423moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org" target="_blank">users@lists.scilab.org</a>
<a class="gmail-m_7391007747857837423moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org" target="_blank">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
</blockquote></div>