RE: Spark StringValidator

2012-01-19 Thread Michael A. Labriola
Omar- I will look too. It should occur anywhere that a character is represented by a surrogate pair. -Original Message- From: Omar Gonzalez [mailto:omarg.develo...@gmail.com] Sent: Tuesday, January 17, 2012 7:22 PM To: flex-dev@incubator.apache.org Subject: Re: Spark StringValidator Do

Re: Spark StringValidator

2012-01-17 Thread Omar Gonzalez
Do you have any unit tests set up that replicate the issue? I set up some really basic tests to see if I could get a failed test but perhaps I'm not understanding the bug correctly, below are the tests I ran (just a few quickies) but none of them failed. package flexUnitTests { import org.flexu

Re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-17 Thread Dave Fisher
On Jan 17, 2012, at 10:07 AM, Doug Arthur wrote: > On Jan 17, 2012 2:00 AM, "John Fletcher" wrote: >> >> JIRA has not just bug reports but tasks, new features, plus "assigned to" >> and "in progress". So it could be used for this if desired. >> >> John > > There are also some plugins we could

RE: Spark StringValidator

2012-01-17 Thread Michael A. Labriola
and only holding the data we need, it is big. -Original Message- From: Michael A. Labriola [mailto:labri...@digitalprimates.net] Sent: Tuesday, January 17, 2012 3:11 PM To: flex-dev@incubator.apache.org Subject: RE: Spark StringValidator It can be solved and I did solve it. I just can&#

RE: Spark StringValidator

2012-01-17 Thread Michael A. Labriola
glyph. -Original Message- From: Omar Gonzalez [mailto:omarg.develo...@gmail.com] Sent: Monday, January 16, 2012 3:15 PM To: flex-dev@incubator.apache.org Subject: Re: Spark StringValidator I see what you're saying, same holds true for latin characters and accented characters like

Re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-17 Thread Doug Arthur
On Jan 17, 2012 2:00 AM, "John Fletcher" wrote: > > JIRA has not just bug reports but tasks, new features, plus "assigned to" > and "in progress". So it could be used for this if desired. > > John There are also some plugins we could explore for the whiteboard work. I know the scrum plugins have

Re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-17 Thread John Fletcher
JIRA has not just bug reports but tasks, new features, plus "assigned to" and "in progress". So it could be used for this if desired. John 2012/1/16 Nicholas Kwiatkowski > It should handle that for bugs/issues/fixes, but I don't think JIRA will > know anything about what is happening in people'

Re: Spark StringValidator

2012-01-16 Thread Omar Gonzalez
I see what you're saying, same holds true for latin characters and accented characters like ñ. Its an interesting problem, not sure it can be solved at the moment. Will have to write some tests tonight and play with this. -omar

RE: Spark StringValidator

2012-01-16 Thread Michael A. Labriola
nt: Monday, January 16, 2012 10:46 AM To: flex-dev@incubator.apache.org Subject: Re: Spark StringValidator Thanks everyone for feedback, it's appreciated. @Carol - Thanks for checking, good to know I'm not reinventing the wheel... At least wheels coming from Adobe that is. @Michael - I was

Re: Spark StringValidator

2012-01-16 Thread Omar Gonzalez
Thanks everyone for feedback, it's appreciated. @Carol - Thanks for checking, good to know I'm not reinventing the wheel... At least wheels coming from Adobe that is. @Michael - I was wondering about what exactly I'd have to hook into last night as I was reading GlobalizationValidatorBase, but it

RE: Spark StringValidator

2012-01-16 Thread Michael A. Labriola
, 2012 9:44 AM To: flex-dev@incubator.apache.org Subject: Re: Spark StringValidator Omar, I just took a look and no new validators have been written since Flex 4.6. A spark DateTimeValidator (and Formatter) which was locale aware was planned but not started. Carol On 1/16/12 7 :14AM, "C

Re: Spark StringValidator

2012-01-16 Thread Carol Frampton
Omar, I just took a look and no new validators have been written since Flex 4.6. A spark DateTimeValidator (and Formatter) which was locale aware was planned but not started. Carol On 1/16/12 7 :14AM, "Carlos Rovira" wrote: >Great Omar! :), > >I think Alex or Carol should give a clue if some

Re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-16 Thread Nicholas Kwiatkowski
It should handle that for bugs/issues/fixes, but I don't think JIRA will know anything about what is happening in people's 'whiteboards' -Nick 2012/1/16 Csomák Gábor > the jira will handle that, isn't it? > > On Mon, Jan 16, 2012 at 2:11 PM, Rui Silva wrote: > > > João, > > > > > This might be

Re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-16 Thread Csomák Gábor
the jira will handle that, isn't it? On Mon, Jan 16, 2012 at 2:11 PM, Rui Silva wrote: > João, > > > This might be a stupid idea, but what if we had a Wiki with a couple of > > articles that we could use to write down important topics, being one of > > those articles something like "what is bein

re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-16 Thread Rui Silva
João, > This might be a stupid idea, but what if we had a Wiki with a couple of > articles that we could use to write down important topics, being one of > those articles something like "what is being worked on and who's behind > it" with links to the SVN ? I think this would reinforce communicati

Re: Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-16 Thread Peter Elst
> This might be a stupid idea, but what if we had a Wiki with a couple of > articles that we could use to write down important topics, being one of > those articles something like "what is being worked on and who's behind it" > with links to the SVN ? I think this would reinforce communication, > e

Setting up a Wiki with a "who's working on what" article (Was: Spark StringValidator)

2012-01-16 Thread João Saleiro
On 16-01-2012 12:48, Carlos Rovira wrote: I think that communication is essencial to avoid people dissapointed to be submisions of work from other people with the same objetive. make sense? This might be a stupid idea, but what if we had a Wiki with a couple of articles that we could use t

Re: Spark StringValidator

2012-01-16 Thread Carlos Rovira
Hi Rui, you're totally right! :). Sometimes is dificult to escape to the interest for "the still unpublished hidden code from Adobe", and this is a "look forward exercise" for all of us. I only want to suggest that a brief consult about any specific area could be great for all of us so we can inve

Re: Spark StringValidator

2012-01-16 Thread Rui Silva
> From: "Carlos Rovira" > > I think Alex or Carol should give a clue if some work on this was already > started on the Adobe side to avoid duplicate efforts. > While that makes sense, Carlos, I wouldn't tell contributors to hold out their contributions waiting for what already has been done b

Re: Spark StringValidator

2012-01-16 Thread Carlos Rovira
Great Omar! :), I think Alex or Carol should give a clue if some work on this was already started on the Adobe side to avoid duplicate efforts. 2012/1/16 Omar Gonzalez > Hey all, > > I wanted to get started in my whiteboard area tonight so I was going to > convert one of my custom validators

Spark StringValidator

2012-01-16 Thread Omar Gonzalez
Hey all, I wanted to get started in my whiteboard area tonight so I was going to convert one of my custom validators to Spark when I noticed 4.6 still didn't even have a basic StringValidator port from the MX one, so I whipped one up real quick. Really I just wanted to start my whiteboard area, so