asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set

Home Page:http://www.asterics.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threshold plugin: operationMode change freezes ARE

deinhofer opened this issue · comments

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:

  • Check if the bundle_descriptor schema should/could prevent this
  • change the bundle_descriptor.xml of the Threshold plugin to use int instead of string values

closed by #261