First, no. I do not believe there is anyway to pause the repeater directly.
However, how/when you get the data is irrelevant. Create an empty instance variable of the type your dataProvider is, and bind the repeater to that. In the result handler of your data call, start a Timer that adds each item of the result to the instance variable dataProvider. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ndcrns Sent: Monday, January 15, 2007 2:58 PM To: [email protected] Subject: [flexcoders] Re: Random pause for each object within Repeater Thanks for the reply, Tracy. Unfortunately the data is all stored in a MySQL backend and called in full prior to initialising the repeater. Is there some way I can force the random pause duration to change in between adding images in the repeater? --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Have a Timer add an item to the dataProvider at a chosen interval. > > Tracy

