[Scilab-users] Closing popup windwos

sgougeon at free.fr sgougeon at free.fr
Thu Jun 1 20:05:35 CEST 2017


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



More information about the users mailing list