Re: [Scilab-users] Closing popup windwos

2017-06-08 Thread Emmanuel Delaleau
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, s

Re: [Scilab-users] Closing popup windwos

2017-06-01 Thread sgougeon
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 pr

[Scilab-users] Closing popup windwos

2017-06-01 Thread Emmanuel Delaleau
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). Best regards Emmanuel ___ users mailing list users@lists.scilab.org