Re: [Scilab-users] uicontrol TABLE

2018-10-29 Thread Izabela Wójcik-Grząba
I am not getting any error message. I tried also not to close the window. How should it work? It's unclear for me. W dniu 29.10.2018 16:02, Samuel Gougeon napisał(a): Le 29/10/2018 à 15:46, Izabela Wójcik-Grząba a écrit : I have 6.01 version and changing values doesn't work. When the figure

Re: [Scilab-users] uicontrol TABLE

2018-10-29 Thread Samuel Gougeon
Le 29/10/2018 à 16:02, Samuel Gougeon a écrit : Le 29/10/2018 à 15:46, Izabela Wójcik-Grząba a écrit : I have 6.01 version and changing values doesn't work. When the figure with table pops up I change some values, then close the window and check a t2 variable. Aa, you might also have conside

Re: [Scilab-users] uicontrol TABLE

2018-10-29 Thread Samuel Gougeon
Le 29/10/2018 à 15:46, Izabela Wójcik-Grząba a écrit : I have 6.01 version and changing values doesn't work. When the figure with table pops up I change some values, then close the window and check a t2 variable. If you really do things in this order, you kill the uicontrol that can't be add

Re: [Scilab-users] uicontrol TABLE

2018-10-29 Thread Izabela Wójcik-Grząba
I have 6.01 version and changing values doesn't work. When the figure with table pops up I change some values, then close the window and check a t2 variable. The table t2 is unchanged. Maybe I am doing something wrong? Iza W dniu 29.10.2018 14:00, Samuel Gougeon napisał(a): Le 18/10/2018

Re: [Scilab-users] uicontrol TABLE

2018-10-29 Thread Samuel Gougeon
Le 18/10/2018 à 12:47, Izabela Wójcik-Grząba a écrit : .../... I use a version from this site which should work: http://www.scilab.org/fr/development/nightly_builds/master I am not able to reproduce the Scilab 5 bug with the NB master for Windows. For me, changing values works as expected. Sam

Re: [Scilab-users] uicontrol TABLE

2018-10-29 Thread Samuel Gougeon
Hello Izabela, Le 18/10/2018 à 12:47, Izabela Wójcik-Grząba a écrit : Hello, Sorry for returning to the topic of editting uicontrol Table but I still don't know how it works. When I change the data in a Help example (code below) the resulting table t2 doesn't change. You are likely using Scil

Re: [Scilab-users] uicontrol TABLE

2018-10-18 Thread Izabela Wójcik-Grząba
Hello, Sorry for returning to the topic of editting uicontrol Table but I still don't know how it works. When I change the data in a Help example (code below) the resulting table t2 doesn't change. // Start of code params = [" " "Country" "Population [Mh]" "Temp.[°C]" ]; towns = ["Mexico" "Par

Re: [Scilab-users] uicontrol TABLE

2018-10-18 Thread Izabela Wójcik-Grząba
Hello, Sorry for returning to the topic of editting uicontrol Table but I still don't know how it works. When I change the data in a Help example (code below) the resulting table t2 doesn't change. // Start of code params = [" " "Country" "Population [Mh]" "Temp.[°C]" ]; towns = ["Mexico" "Par

Re: [Scilab-users] uicontrol TABLE

2016-12-21 Thread Daniele Tonelli
Thanks, I solved the problem. It was a program's bug. Thanks, Daniele 2016-12-21 10:56 GMT-05:00 Samuel Gougeon : > Hello, > > This bug was fixed during the last summer, after the 6.0.0-b2 release. > You may install (3mn. No need to uninstall your current Scilab) > and use the nightly built re

Re: [Scilab-users] uicontrol TABLE

2016-12-21 Thread Samuel Gougeon
Hello, This bug was fixed during the last summer, after the 6.0.0-b2 release. You may install (3mn. No need to uninstall your current Scilab) and use the nightly built release: http://www.scilab.org/fr/development/nightly_builds/master HTH Samuel Gougeon Le 21/12/2016 16:50, Daniele Tonelli a é

[Scilab-users] uicontrol TABLE

2016-12-21 Thread Daniele Tonelli
Hello, I don't understand how get the value handly modified from a uicontrol table. I modify the table in the GUI, but I can´t get the new values. Thanks, Daniele // Include an editable table into a figure: // Building a table of data: params = [" " "Country" "Population [Mh]" "Temp.[°C]" ]; t