numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Implemented changes required by #44 #56

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

SUMMARY

Implements necessary changes for #44

Reviewers: @numere-org/maintainers

IMPLEMENTATION

DOCUMENTATION


TESTS BY REVIEWERS

raphael-sys commented 1 year ago

Could not reproduce error. How does the TABLE() need to be created? Not sure what default strings mean here.

numeredev commented 1 year ago

Create a table like so:

new content()
content(:, 1) = "These", "are", "my", "options";
dialog content(:, 1) -set type=selectiondialog;
raphael-sys commented 1 year ago

Note: No automatic SW test feasible. Manual testing is sufficient.