Hello Samuel,
 
Thanks for your help.
x_dialog is exactly what I needed for the text variables’ edition.
 
Regards,
 
Rafael
 
From: users [mailto:[email protected]] On Behalf Of Samuel Gougeon
Sent: Sunday, August 02, 2015 3:50 PM
To: International users mailing list for Scilab. <[email protected]>
Subject: Re: [Scilab-users] Editing variables during Scilab script execution
 
Hello Rafael,

As just commented in the bug's thread, editvar is modeless: it fortunately does
not pause Scilab.
To prompt the user with editvar, an optional modal working should be
implemented.

It would be rather a duplicate of x_dialog() job:
x_dialog("My multi-line text:", ["Hello" ; "Allô" ; "Hola" ; "Hej"])


Best regards
Samuel

Le 02/08/2015 13:00, Rafael Guera a écrit :
Dear Scilabers,
 
Is there a simple way to interactively edit a text variable with multiple lines
of text during a Scilab script execution? (variable defined as a vector of
strings in example below)
 
.../... 


As you can see from the above example, editvar does not behave properly during a
Scilab script execution.
This was reported in Bug#10922 and it seems that Scilab 6.0.0 alpha1 still
shares the same issue.
 
If someone knows of a workaround I would appreciate.
 
Thanks and regards,
 
Rafael
 
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to