asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

Threshold plugin: operationMode change freezes ARE #260

Closed deinhofer closed 6 years ago

deinhofer commented 6 years ago

If you create a model like this:

image

and change the value of the operationMode (Threshold plugin) to something else (e.g. cutOff) the ARE freezes and many, many error messages pop up like:

image

The reason is that the operationMode uses as internal value a String value, which is not allowed. Only integer values should be allowed as internal values of a combobox-selection.

Todo:

deinhofer commented 6 years ago

closed by #261