Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-05-02 Thread Mark Kessler
Thanks Justin. Guess it will pick up multiples too. On Mon, May 2, 2016 at 8:47 AM, Justin Mclean wrote: > Hi, > > Mentioning the JIRA ticket in a commit message is all that is required for > JIRA to pick it up. > > Thanks, > Justin

Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-05-02 Thread Justin Mclean
Hi, Mentioning the JIRA ticket in a commit message is all that is required for JIRA to pick it up. Thanks, Justin

RE: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-05-02 Thread Kessler CTR Mark J
ppirala Sent: Friday, April 29, 2016 11:41 AM To: dev@flex.apache.org Cc: Mark Kessler Subject: [Non-DoD Source] RE: Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values On Apr 29, 2016 4:16 AM, "Kessler CTR Mark J" wrote: > > I don't agree. Wh

RE: Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-04-29 Thread OmPrakash Muppirala
.org; Mark Kessler > Subject: Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values > > The general practice is to add the commit sha as a comment when closing a > ticket. It will make things easier to track. > > Thanks, > Om > > On Thu,

RE: Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-04-29 Thread Kessler CTR Mark J
, April 28, 2016 7:51 PM To: dev@flex.apache.org; Mark Kessler Subject: Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values The general practice is to add the commit sha as a comment when closing a ticket. It will make things easier to track. Thanks, Om On Thu, Ap

Re: [jira] [Resolved] (FLEX-35082) moveIndexFindRow doesn't accept integer values

2016-04-28 Thread OmPrakash Muppirala
5082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Mark Kessler resolved FLEX-35082. > - >Resolution: Fixed > Fix Version/s: Apache Flex 4.16.0 > > > moveIndexF

Re: [Non-DoD Source] moveIndexFindRow

2016-04-27 Thread Dany Dhondt
27;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] moveI

RE: [Non-DoD Source] moveIndexFindRow

2016-04-27 Thread Kessler CTR Mark J
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

moveIndexFindRow

2016-04-27 Thread Dany Dhondt
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