[Scilab-users] Disable figure name

Serge Steer Serge.Steer at inria.fr
Fri Apr 19 18:51:39 CEST 2013


Le 19/04/2013 14:22, Stefan Du Rietz a écrit :
> Hi,
> you mean the "Title bar", which unfortunately is repeated under the 
> menu bar ;-(
>
> I would like to remove the lower repeated title bar and also, 
> sometimes, the menu bar. Is that possible?
>
To remove the menu bar you have to remove the menu it contains:
if n is the window number you can do:
delmenu(n,_("&?"));delmenu(n,_("&Edit"));delmenu(n,_("&Tools"));delmenu(n,_("&File"));

Serge Steer
> I would also like to hide (with drawlater?) the creation of a figure 
> until it is ready. Now I have to watch several different figures until 
> the correct one is displayed. Is that possible?
>
> Regards
> Stefan
>
>
> On 2013-04-15 23:49, Urban Simoncic wrote:
> --------------------
>> Hi,
>>
>> Can the figure name (the blue strip at the top of the figure) be
>> removed form the figure, when it is used for GUI? I don't think it
>> makes the GUI pretty...
>>
>> Cheers,
>> Urban
>> _______________________________________________
>> users mailing list
>> users at lists.scilab.org
>> http://lists.scilab.org/mailman/listinfo/users
>>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list