[Scilab-users] create figure without toolbar, etc

Antoine ELIAS antoine.elias at scilab-enterprises.com
Wed Apr 17 11:10:06 CEST 2019


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
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190417/a030f3f5/attachment.htm>


More information about the users mailing list