[Scilab-users] Editing variables during Scilab script execution

Samuel Gougeon sgougeon at free.fr
Sun Aug 2 16:49:37 CEST 2015


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/b7636e10/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bhihjbea.png
Type: image/png
Size: 21837 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20150802/b7636e10/attachment.png>


More information about the users mailing list