xal posted on Saturday, September 23, 2006
Hello everybody (again)! Sorry for the cross post.
I'm happy to announce the release of the ErrorTreeView on codeplex.
This is the first release of the project. The functionalities it currently provides are:
- Display a tree structure with the errors that your whole BO structure contains.
- Supports the renaming of objects on the fly.
- Supports all 3 severities of rules with their corresponding icons.
- Recognizes the adding/removing of child, grandchild, etc items to your structure.
- Fires an event (on double click) that you can easily handle to point the user to the correct property / item in a collection.
I hope you find it useful! You can get it at the
CodePlex site.
Here's a screenshot for your viewing pleasure...
Plans for the future include:
- Choose what severities you want to show.
- Change icons or disable them.
- Provide
a way to indicate which item is being edited to the tree, so that the
user will be able to easily find the issues of the item being edited.
Andrés