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

2018-05-15 Thread Clément David
Hello, Exactly messagebox() use a semi-hardcoded Java-based GUI that totally differs from the uicontrol code. If you want to mix messagebox() and regular figure(), you should (as Antoine suggested) implement a popup-like by yourself (should be ~20 lines of code). Thanks, -- Clément Le

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

2018-05-11 Thread amonmayr
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

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

2018-05-11 Thread Emmanuel Delaleau
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@lists.scilab.org