Hi;

So I put a test to make sure my data is loaded in OnData and return immediately if it has not.

When the load completes, will OnData fire? And if not, is there some way to force either a timer method to be called in 1 minute or to tell it to call OnData in 1 minute?

I don't like the idea of returning and then waiting some random time until some data event occurs when I want to start my OnData processing ASAP/

thanks - dave