jfabry / LiveRobotProgramming

Live Robot Programming
http://pleiad.cl/lrp
8 stars 3 forks source link

OpenUI abstract method requires that its implementation returns a ComposableModel instance #121

Closed carolahp closed 8 years ago

carolahp commented 8 years ago

If the OpenUI implementation doesn't return a ComposableModel, and instead returns self (by default), the method closeUI sends the message "delete" to an object that doesn't understand it.

jfabry commented 8 years ago

Feel free to add & commit the fix we talked about last meeting.

jfabry commented 8 years ago

Protocol of openUI / closeUI was not immediately clear, but good enough in the end. We can leave it as is.