does anyone have a standard approach for handling itemPendingError? 
In an asynchronous, lazy data loading app it seems to be a crucial
issue.  I have basically had to re-design my app because I can never
quite tell when the data is going to show up.  

Does anyone have and guidelines to follow or recommendations?  

So far I have just had to keep the code very flat and to have
everything repeatable when the data finally shows up and hope that the
user hasn't got bored or moved on.  Not really satisfactory.  Hope. 
Not a very good strategy...

Reply via email to