[Scilab-users] How to close/kill "messagebox"

amonmayr at laas.fr amonmayr at laas.fr
Fri May 11 10:26:14 CEST 2018


Hello,


Indeed, messagebox() seems to live outside the realm of figures and 
other graphic entities.
It's a bit weird in my opinion.
Maybe a workaround for you would be to emulate what messagebox() is 
doing by using a figure and a bunch of uicontrols and callbacks.
That way you'll be able to treat this emulated version like any othe 
figure and close it using delete(winsid_of_said_figure).

Hope it helps,

Antoine



Le 11/05/2018 à 09:42, Emmanuel Delaleau a écrit :



> Hi,
>
>
> Does it exists a way to close/kill windows created by "messagebox".
>
> "close" or "delete" do not work as messageboxes do not have a handle.
>
> Thanks
>
> Emmanuel
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>

-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Antoine Monmayrant LAAS - CNRS
  7 avenue du Colonel Roche
  BP 54200
  31031 TOULOUSE Cedex 4
  FRANCE

  Tel:+33 5 61 33 64 59
  
  email : antoine.monmayrant at laas.fr
  permanent email : antoine.monmayrant at polytechnique.org

+++++++++++++++++++++++++++++++++++++++++++++++++++++++




More information about the users mailing list