Dany , Would you please create an issue in our JIRA[1] system with a small test application and I'll take a look at it.
[1] https://issues.apache.org/jira/browse/FLEX -Mark -----Original Message----- From: Dany Dhondt [mailto:archeme...@mac.com] Sent: Wednesday, April 27, 2016 2:01 PM To: dev@flex.apache.org Subject: [Non-DoD Source] moveIndexFindRow Hello, I used the moveIndexFindRow method in the listBase class. The signature is this: public function moveIndexFindRow(field:String, value:String, startingIndex:int = 0, patternType:String = RegExPatterns.EXACT):Boolean the value attribute has String as type. It is very common to have a dataProvider with objects like {myProp: myIntegerValue, ...} calling moveIndexFindRow(“myProp”, String(myIntegerValue) wouldn’t work in this case. Why is value restricted to String? -Dany