Hi
I've created a treetable editor for DDS topics that uses dynamic data as its focal point.
One edited, the topic is output as XML for storage and can be re-read back into dynamic data for further editing within the treetable or for publishing.
I can add elements to both complex and simple sequences but I can't find a way to delete them.
I've tried clear_all_members, but this seems to do nothing, delete() just screws things up.
I'm using the Java API.
Any examples?
Thanks
John