Hi Mark, https://issues.apache.org/jira/browse/FLEX-35082
Thanks, -Dany > Op 27 apr. 2016, om 20:17 heeft Kessler CTR Mark J > <[email protected]> het volgende geschreven: > > 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:[email protected]] > Sent: Wednesday, April 27, 2016 2:01 PM > To: [email protected] > 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 > > > >
