aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Simple mode keeps action highlighted after execution feedback #9

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

Martin explained that this is because the script waits on the transition between the last action and the event for the event to become true.

In that context, continuously highlighting the action is wrong, because the action is only being executed for an instant (in the future we might have actions that last a certain duration, but currently not). I think that the transition should be highlighted instead, but not the action.