[Scilab-users] Editing variables during Scilab script execution

Rafael Guera jrafaelbguerra at hotmail.com
Sun Aug 2 17:46:57 CEST 2015


Hello Samuel,
 
Thanks for your help.
x_dialog is exactly what I needed for the text variables’ edition.
 
Regards,
 
Rafael
 
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Samuel Gougeon
Sent: Sunday, August 02, 2015 3:50 PM
To: International users mailing list for Scilab. <users at lists.scilab.org>
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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150802/7623bb75/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 6360 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20150802/7623bb75/attachment.jpg>


More information about the users mailing list