Keeping widgets in sync with your data
This is a follow-up to my last post on using proxy objects.This time we will:
Improve error handling
Show how to display a proxy in multiple places at once
Demonstrate how to use Commands to write elegant code
Improving the Error Handling of the...