Tuesday, April 10, 2007
RSS Reader: Day 2
OK, it isn't really day 2, but I'll call it that for this post...and continue numbering subsequent days incrementally. Here's what I did yesterday...
I added a form for entering a new folder name. Folders are used in the tree view to organize the feeds. Because I now have a second form, I pulled out the data access code from the main form and put it into it's own static class. The class is instantiated in the main form, then used in other forms. Got the Add Folder feature working. The folder is added to the database and the tree view, but not in alphabetical order. I'll save that for another day.
I then started work on the Delete Folder code. I can remove the folder from the tree view, but get an error when deleting that the key into the table isn't specified. I am setting it in the code, but for some reason it isn't seen. Ran out of time before I could track it down.
I added a form for entering a new folder name. Folders are used in the tree view to organize the feeds. Because I now have a second form, I pulled out the data access code from the main form and put it into it's own static class. The class is instantiated in the main form, then used in other forms. Got the Add Folder feature working. The folder is added to the database and the tree view, but not in alphabetical order. I'll save that for another day.
I then started work on the Delete Folder code. I can remove the folder from the tree view, but get an error when deleting that the key into the table isn't specified. I am setting it in the code, but for some reason it isn't seen. Ran out of time before I could track it down.
Subscribe to Posts [Atom]