Closed timobaumann closed 4 years ago
This is probably an issue with the readAttribute method. I remember that I struggled with this in the Lego plugin. Maybe see if the code in ReadSensorNode#readAttribute in the EV3 plugin is useful for you.
Thanks for the tip! I tried out the code in ReadSensorNode from EV3 plugin, unfortunately it also has a different way of saving the variable at #writeAttribute, so it's not easy to integrate.
the ROS plugin would love a similar fix :-)
@mischa99 , is this fixed with your pull request for plugin:SQLite? If so, can you add similar magic to plugin:ROS?
in the sqlite plugin, the dropdown for the results is not shown if we load a dialog from file. (this also seems to be the case for ROS and potentially other plugins.)
we need to find out what exactly is causing this, as well as how to fix it. please also document how this is fixed so that we can easily port the fix to other plugins.