Hello Philipp,

The "bar" with the question mark is the docking system, to allow you to drag the window in an other Scilab window. If you don't want dockable system on your window you can set "dockable" to "off" at *creation time*.

f = figure("dockable", "off", "toolbar_visible", "off", "menubar_visible", "off", "infobar_visible", "off");

Regards,
Antoine
Le 17/04/2019 à 10:16, P M a écrit :
Dear all,

for creating a plot it is often convenient to hide all toolbars, menubars etc.

with:

f  =  figure();
f.toolbar_visible  =  "off"
f.menubar_visible  =  "off"
f.infobar_visible  =  "off" it is possible to hide most of the things.
However one bar remains, which is the one displaying the window number and the question mark. How to hide these?
Thank you,
Philipp


_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to