[Scilab-users] Closing popup windwos

Emmanuel Delaleau delaleau at enib.fr
Wed Jun 7 07:55:02 CEST 2017


Thank you Samuel.

I also would know if there is a possibility to close all those windows 
in the mean time as it is possible with "xdel(winsid())" for graphic 
windows, that is without knowing the explicit reference to each window 
individually.

Best regards. Emmanuel


Le 01/06/2017 à 20:05, sgougeon at free.fr a écrit :
> Hello,
>
>> Hi every body,
>>
>> I would like to know if there exist a function to close dialog windows
>> (like messagebox, progressionbar, waitbar...), as 'xdel' does for
>> regular graphic window(s).
> winH = waitbar(37,"Can it be closed before completion?");
> close(winH);
>
> id = progressionbar("Work in progress...");
> close(id);
>
> messagebox(): AFAIK, it's only interactive: http://bugzilla.scilab.org/7157
>
> HTH
> Samuel
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users




More information about the users mailing list