Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
thanks for your help here is the error log Error: Repeater is not executing. at mx.core::Repeater/get currentItem()[C:\autobuild\3.3.0\frameworks \projects\framework\src\mx\core\Repeater.as:305] at iglesiaFls/openWindowVimeo()[/Users/gustavoduenas/Documents/Flex Builder

RE: [flexcoders] help with a repeater

2011-10-07 Thread Gordon Smith
() method to get the item in the dataProvider that created it. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 5:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help

Re: [flexcoders] help with a repeater

2011-10-07 Thread Gustavo Duenas
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 5:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help with a repeater thanks for your help here is the error log Error: Repeater is not executing

RE: [flexcoders] help with a repeater

2011-10-07 Thread Gordon Smith
of them. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gustavo Duenas Sent: Friday, October 07, 2011 9:51 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] help with a repeater Thank you my friend, you are really good

Re: [flexcoders] help with a repeater

2011-10-06 Thread Tandon, Rishi
You missed the most important thing in message, the error log. Send over that. From: Gustavo Duenas gdue...@leftandrightsolutions.com To: flexcoders@yahoogroups.com Sent: Friday, October 7, 2011 9:47 AM Subject: [flexcoders] help with a repeater   I have a

RE: [flexcoders] help with databinding -- repeater listening for event?

2008-04-03 Thread Tracy Spratt
I may not be understanding correctly, but if you re-assign the Repeater.dataProvider, the repeater should re-execute. You should not have to do anything else. Are you re-assigning the dataProvider? Or are you counting on the binding updating the dataProvider? If the second, verify that