<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" 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="moz-cite-prefix">Le 17/04/2019 à 10:16, P M a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CACf7ODudtE4QA8s7b__FTWdrZudhvwtz77S47=QFnxXBvRHCxQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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;font-size:12.0"><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="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>