[flexcoders] Error: Repeater is not executing.

2010-02-02 Thread creativepragmatic
Hello Everyone, I have been trying to get a Repeater to work since yesterday. It works the first time it has been loaded with data but the second time, it is loaded, the following error results with the debugger higlighting a row with the statement isHandlingEvent = false; in the watcherFired

[flexcoders] Error: Repeater is not executing.

2007-03-27 Thread thierrybertossa
I have a repeater: mx:Repeater dataProvider={_main._newss} id=newsRepeater mx:Label text={_main._newss.getItemAt(newsRepeater.currentIndex)}/ /mx:Repeater _newss, is an instance of a custom Newss Class extends ArrayCollection. When I change _newss like this: _newss = new Newss(); I have an

RE: [flexcoders] Error: Repeater is not executing.

2007-03-27 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Error: Repeater is not executing. I have a repeater: mx:Repeater dataProvider={_main._newss} id=newsRepeater mx:Label text={_main._newss.getItemAt(newsRepeater.currentIndex)}/ /mx:Repeater _newss, is an instance of a custom Newss Class