numere-org / NumeRe

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

[FEATURE] Error message if prop not present in layout #229

Closed mstranne closed 2 days ago

mstranne commented 2 months ago

DESCRIPTION

It would be very nice to get an error message if the property in retval = window ID -get value prop=PROPNAME; is not present in the layout. Currently you just get an empty value returned.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Should be straightforward.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST