Hi Tracy, Can you expand a bit please on the 'special component' for your data access.
Is a non-visual component that you instruct it to fetch something and the results are then stored in your model? Is this a bit like a delegate/ responder ? Thanks, Nick On 14 February 2010 16:37, Tracy Spratt <[email protected]> wrote: > > > Yes, certainly. I normally do all of my data access in a special > component and then update a local model with the data. I use binding and > ChangeWatchers to respond to updates to the model. I typically use the > singleton pattern for my model. > > > > Tracy Spratt, > >

