[Scilab-users] ?==?utf-8?q? Suspending x_mdialog

Antoine Monmayrant amonmayr at laas.fr
Fri Nov 9 21:38:54 CET 2018


Le Vendredi, Novembre 09, 2018 15:03 CET, Izabela Wójcik-Grząba <iwoj at il.pw.edu.pl> a écrit: 
 
> Hello,
> 
> I asked this question in a post about something else and nobody answered 
> so I repeat it here.
> In my code I create a window with figure which is needed to properly 
> choose the values from a listbox which pops up simultaneously.But in the 
> next lines of code I have some x_mdialogs which pop up together with my 
> listbox and block the figure as well as the listbox. How can I suspend 
> the x_mdialogs until I choose values from the list? Do I have to change 
> the x_mdialogs into uicontrols?

yes: x_mdialogs is modal and blocks everything!
So you can either mimic the x_mdialogs using another graphic window populated with a bunch of uicontrols or integrate everything in a single window.

Antoine

> 
> Kind regards,
> Iza
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list