All,

 

When I try to access the repeaterIndices of a component during debug mode, the flash player will always crash taking IE or firefox with it.

 

I’ve the following code, the player will always crash on the 2nd line. “event.target.repeaterIndices” appears fine in the _expression_ watcher but as soon as I try to access it through AS I get bombed out. There’s definitely values there – I just cannot get to them!?

 

var selected : Boolean = event.target.selected;

var arr : Array = event.target.repeaterIndices;

var indexField : Number = arr[0];

var indexItem : Number = arr[1];

 

 

In non-debug mode I’m getting the following error:

TypeError: Error #1010: A term is undefined and has no properties.

 

 

Has anyone seen this?!

 

Steve

 

 

 

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to