I have been looking at best ways to use the data model and interested in this technique. Could you post some of the relevant code that does these things? Thanks
- Alan Gruskoff --- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Implement this as data model, using a bindable singleton. Keep the > result data in that object. > > Implement public properties and methods to control the functionality. > Bind the UI to the model's properties. > > I just used this technique for the first time myself, and it rocks. > Tracy

