Following on from - http://stackoverflow.com/questions/1591467/deep-nested-xml
I have a checkbox renderer i am placing into my Datagrid. The checkbox needs to do a sql query on the sqllite database and see if the show is marked as watched, if it is then make the checkbox as checked and if not mark the checkbox and not checked.
What i would like to do further to this is add the watched items to one XMLList and add the not watched episodes to a different XMLList and have the checkbox on click= move from one to the other list as per watched or not.
http://pastebin.org/46383 - sql query class file.
http://pastebin.org/46384 - watchedRenderer file.
http://pastebin.org/46385 - datagrid displaying the checkbox and other info.