<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:adeline.carnis@scilab-enterprises.com" title="Adeline CARNIS <adeline.carnis@scilab-enterprises.com>"> <span class="fn">Adeline CARNIS</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - New state for toolbars"
href="http://bugzilla.scilab.org/show_bug.cgi?id=6216">bug 6216</a>
<br><br>
---------- Bug Summary ----------- <br>New state for toolbars <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Scilab
</td>
<td>Graphics
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - New state for toolbars"
href="http://bugzilla.scilab.org/show_bug.cgi?id=6216#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - New state for toolbars"
href="http://bugzilla.scilab.org/show_bug.cgi?id=6216">bug 6216</a>
from <span class="vcard"><a class="email" href="mailto:adeline.carnis@scilab-enterprises.com" title="Adeline CARNIS <adeline.carnis@scilab-enterprises.com>"> <span class="fn">Adeline CARNIS</span></a>
</span></b>
<pre>Hello,
Now, we are able to hide the toolbar (Scilab console and graphic windows).
For Scilab console, use toolbar(-1, "off")
For graphic windows, use toolbar and toolbar_visible properties
f = gcf();
f.toolbar_visible = "off";
IMO, hide the toolbar is equivalent to disable all buttons, because the toolbar is inactive in both cases.
What do you think ?
If you agree with me, I think that this bug can be closed.
Adeline</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>