RE: New feature test

2013-04-19 Thread Kessler CTR Mark J
being strongly debated. I'm guess we should make a page that talks about donations as well. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, April 18, 2013 11:38 PM To: dev@flex.apache.org Subject: Re: New feature test On 4/18/13 6:20 PM,

Re: New feature test

2013-04-18 Thread Alex Harui
On 4/18/13 6:20 PM, "Mark Kessler" wrote: > Ok so I've an extra blurb for the licenses, although I didn't add the IP > comments since you already had to sign an agreement that states the IP > issues when becoming a commiter. > > Added some more random notes for the discussion. Thinking so fa

Re: New feature test

2013-04-18 Thread Mark Kessler
Ok so I've an extra blurb for the licenses, although I didn't add the IP comments since you already had to sign an agreement that states the IP issues when becoming a commiter. Added some more random notes for the discussion. Thinking so far. New feature [poll], modifed existing feature [vote].

Re: New feature test

2013-04-18 Thread Justin Mclean
Hi, > Ok so while I have been working my new feature through a discussion, I > wanted to capture our rough process [1] which I have added to a wiki page. Looks good so far. Only issue I have is when a new feature is a change to an existing one - IMO it's more important to see how the code has cha

Re: New feature test

2013-04-18 Thread Mark Kessler
Ok so while I have been working my new feature through a discussion, I wanted to capture our rough process [1] which I have added to a wiki page. So my feature has a hosted example, example source, and the changed files. It has been presented for discussion. The discussion header is where I need m

Re: New feature test

2013-04-13 Thread Alex Harui
On 4/13/13 4:37 AM, "Mark Kessler" wrote: > I'll try the source view thing here in a few mins. That could work. Did we > agree to GIT whiteboards or using GITHub for the whiteboards? > Not sure myself. I'll try to find the other thread and find out. > > On Sat, Apr 13, 2013 at 2:11 AM, Ale

Re: New feature test

2013-04-13 Thread Mark Kessler
I plan on using the new regex features as a base for more feature enhancements. These are good start to adding some ease of use for new developers and to make the method names explain themselves. Convenience Getters function get isFirstRow():Boolean; function get isLastRow():Boole

Re: New feature test

2013-04-13 Thread Mark Kessler
Ok, so I posted the two new files and I've extracted the code used into the components. They are hosted off the main site [1], or you can go directly to the interface [2], Code implemented in the components [3], and the regex patterns [4]. [1] http://people.apache.org/~mkessler/ [2] http://people

Re: New feature test

2013-04-13 Thread Mark Kessler
I'll try the source view thing here in a few mins. That could work. Did we agree to GIT whiteboards or using GITHub for the whiteboards? On Sat, Apr 13, 2013 at 2:11 AM, Alex Harui wrote: > Hi Mark, > > Looks interesting. However, given that this is Apache, I think you should > be making the

Re: New feature test

2013-04-13 Thread Mark Kessler
I was waiting for the whiteboard discussions to be decided on to host it. On Sat, Apr 13, 2013 at 2:06 AM, Justin Mclean wrote: > HI, > > Where the code? > > Justin >

Re: New feature test

2013-04-12 Thread Alex Harui
Hi Mark, Looks interesting. However, given that this is Apache, I think you should be making the source available as well, like in the whiteboard, although I don't think we've made that writable yet. Can you enable view source on the swfs on your site? Thanks, -Alex On 4/12/13 5:24 PM, "Mark

Re: New feature test

2013-04-12 Thread Justin Mclean
HI, Where the code? Justin

New feature test

2013-04-12 Thread Mark Kessler
I wanted to alternate a bit between fixing existing issues and add new features. Right now I've put together an easier enhancement for spark components that utilize dataProviders and selectedIndex. I've also started a class to house RegEx patterns and methods to assemble them. I've worke