See if setting recycleChildren="true" on the Repeater tags helps.
- Gordon -----Original Message----- From: Chris Phillips [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 8:14 PM To: [email protected] Subject: Re: [flexcoders] Repeater Trouble STILL NEED HELP Matt, What I have is a display that has nested repeaters that create a form. The form is bound to an array of options. But the options are interconnected. So, when someone clicks one I might need to unselect others. But if I do this by completely refreshing the dataprovider, I get this half second of blank screen while it redraws. I want to be able to update the checkboxes individually through the dataprovider or through some other voodoo so that my screen will not go blank. My bosses big pitch to everyone is "Hey we can have a more desktop app like tool here. We don't have to have these ugly html total screen refreshes..." If you can show me an example with the file that I sent where you click the 9th item and it unchecks the 3rd and 4th checkbox, I will squeel like a little girl. And we'll buy the Flex server. On Fri, 28 Jan 2005 16:05:43 -0800, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > You're just trying to update the value in the model right? > > -- Chris Phillips www.dealerpeak.com Senior Application Developer Yahoo! Groups Links

