[jira] [Assigned] (FLEX-28946) MX DataGrid default column sort breaks on NULL complex fields

2013-03-24 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra reassigned FLEX-28946: --- Assignee: Cyrill Zadra > MX DataGrid default column sort breaks on NULL complex fields >

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-24 Thread Alex Harui
On 3/24/13 10:22 PM, "Alex Harui" wrote: > > > > On 3/24/13 9:42 PM, "Justin Mclean" wrote: > >> Hi, >> >>> The fact he had to change all of those SDK files was a first clue that this >>> could impact third-parties. >> Another possibility (possibly a little less useful but 100% 3rd party

[jira] [Closed] (FLEX-16875) Add 'justify' to TextStyles.as

2013-03-24 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra closed FLEX-16875. --- Resolution: Later Fix Version/s: Apache Flex Next Before FLEX-385 isn't implemented there is n

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-24 Thread Alex Harui
On 3/24/13 9:42 PM, "Justin Mclean" wrote: > Hi, > >> The fact he had to change all of those SDK files was a first clue that this >> could impact third-parties. > Another possibility (possibly a little less useful but 100% 3rd party > compatible) is to leave the interface as it was before (pe

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-24 Thread Justin Mclean
Hi, > The fact he had to change all of those SDK files was a first clue that this > could impact third-parties. Another possibility (possibly a little less useful but 100% 3rd party compatible) is to leave the interface as it was before (perhaps with the new method commented out to indicate it

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-24 Thread Alex Harui
On 3/24/13 9:20 PM, "Justin Mclean" wrote: > Hi, > >> Did you consider that this change will break all third-party IList >> implementations? > Just wondering how common that would be? Over the years I used it quit often > but can't recall needing to implement it. The AS3 commons collections u

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-24 Thread Justin Mclean
Hi, > Did you consider that this change will break all third-party IList > implementations? Just wondering how common that would be? Over the years I used it quit often but can't recall needing to implement it. The AS3 commons collections use there own (different) IList interface. > I would pre

Re: [1/4] git commit: add removeItem to IList and ListCollectionView

2013-03-24 Thread Alex Harui
Carlos, Did you consider that this change will break all third-party IList implementations? I would prefer that you revert this change and create an IList2 interface. Sorry, -Alex On 3/24/13 4:06 PM, "carlosrov...@apache.org" wrote: > Updated Branches: > refs/heads/develop 251c9b717 -> 5f87

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
You right, I meant a git push talking about svn commit. -Fred -Message d'origine- From: Justin Mclean Sent: Monday, March 25, 2013 1:20 AM To: dev@flex.apache.org Subject: Re: [Git/Wiki] please review the proposed workflow and comment Hi, Btw, even after the commit, it doesn't do any

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Justin Mclean
Hi, > Btw, even after the commit, it doesn't do anything and for the same reason, > the point is as you used to do with Svn, you do an update before doing a > commit, to check if there are conflicts. I assume you mean do a pull to merge any changes before you do a push? I don't see why you woul

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
Btw, even after the commit, it doesn't do anything and for the same reason, the point is as you used to do with Svn, you do an update before doing a commit, to check if there are conflicts. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Monday, March 25, 2013 1:09 AM To: dev@f

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
I guess you're talking about the really 1rst case ? Then, yes but nothing changed remotely, so, it doesn't pull anything. -Fred -Message d'origine- From: Justin Mclean Sent: Monday, March 25, 2013 1:05 AM To: dev@flex.apache.org Subject: Re: [Git/Wiki] please review the proposed work

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Justin Mclean
Hi, > I mean the pull does not anything. The pull would do a fetch and then merge in the README change wouldn't it? Justin

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
I mean the pull does not anything. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Monday, March 25, 2013 12:50 AM To: dev@flex.apache.org Subject: Re: [Git/Wiki] please review the proposed workflow and comment Hi Justin, --- With 1. what happens if you do

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
Hi Justin, --- With 1. what happens if you do a pull before the commit like so: echo Create File1 > File1 git add File1 git pull git commit -m "Added File1" git push --- Nothing in this case as nothing happened remotely. Btw, I just did a git update + r

[jira] [Resolved] (FLEX-21066) Make removeItem( item:Object) accessible in ArrayCollection

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira resolved FLEX-21066. -- Resolution: Implemented Fix Version/s: Adobe Flex SDK Next The added removeItem method w

Re: FXG -> SVG progress

2013-03-24 Thread Harbs
It looks good. (Better than on my laptop.) The gradients are very smooth. On Mar 24, 2013, at 9:45 PM, Om wrote: > Anyone tested the svg page on an iOS device?

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Justin Mclean
Hi, With 1. what happens if you do a pull before the commit like so: echo Create File1 > File1 git add File1 git pull git commit -m "Added File1" git push Justin

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Justin Mclean
HI, > Out of curiosity, and I am sorry if this was discussed in another thread, is > there anything from an infrastructure perspective that is stopping commiters > from having forks of the main repo? Effectively the concept of a whiteboard > is more or less redundant to me if people were using

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
Sorry, I meant "sparse checkouts" :P Me and my English... -Fred -Message d'origine- From: Frédéric THOMAS Sent: Sunday, March 24, 2013 9:34 PM To: dev@flex.apache.org Subject: Re: [Git/Wiki] please review the proposed workflow and comment Hi Mike, I'm not sure what you mean talking a

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
Hi Mike, I'm not sure what you mean talking about fork and repo, I might be wrong but that's more a GitHub concept to me but there's the concept of spare checkouts, it means, once you cloned the entirely repo, you can filter the directories you want to see which will make Git working easier, I

RE: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Michael A. Labriola
>None of the above solutions suits me, my requirement would be (as it should >from the Git model), not only to have one repo per person but one per project >(people might have several projects in their whiteboard) Fred, Out of curiosity, and I am sorry if this was discussed in another thread,

Re: Air 3.7 in Apache Flex

2013-03-24 Thread Alexander Doroshko
My understanding is that the only problem is that: - flex-config.xml, air-config.xml and airmobile-config.xml files do not include Flex related stuff; - mxmlc.bat (mxmlc on Mac) and compc.bat (compc on Mac) scripts point to ASC 2.0 jars instead of legacy jars. It seems like this might be handle

Re: [VOTE] Accept Falcon into the Apache Incubator (was originally named Ivory)

2013-03-24 Thread Dave Fisher
Hi, Does the Apache Flex project intend to have a product called Apache Falcon? If so then someone ought to say so on gene...@i.ao Regards, Dave Sent from my iPhone On Mar 24, 2013, at 12:18 PM, Vinod Kumar Vavilapalli wrote: > +1 (non-binding) > > Thanks, > +Vinod Kumar Vavilapalli > > O

Re: FXG -> SVG progress

2013-03-24 Thread Om
Harbs, On Sun, Mar 24, 2013 at 5:25 AM, Harbs wrote: > FYI: > > The svg version does not render in Firefox (Mac 19.0.2). > > Thanks for catching the issue with Firefox. Firefox needs the width/height and the viewBox attributes to render the SVG. Whereas Chrome seems to make stuff up and render

Re: Unsubscribe

2013-03-24 Thread Frédéric THOMAS
Hi, Try to send an email here: dev-unsubscr...@flex.apache.org Thanks, -Fred -Message d'origine- From: Adnan Doric Sent: Sunday, March 24, 2013 4:44 PM To: dev@flex.apache.org Subject: Re: Unsubscribe Wrong email, sorry :)

[jira] [Assigned] (FLEX-21066) Make removeItem( item:Object) accessible in ArrayCollection

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira reassigned FLEX-21066: Assignee: Carlos Rovira > Make removeItem( item:Object) accessible in ArrayCollection >

[jira] [Commented] (FLEX-29004) BitmapImage.scaleMode="zoom" does not always center vertically

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-29004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612149#comment-13612149 ] Carlos Rovira commented on FLEX-29004: -- Could not find a way to reproduce this issue.

Re: Unsubscribe

2013-03-24 Thread Adnan Doric
Wrong email, sorry :)

[MENTORS] Voting on code donations

2013-03-24 Thread Alex Harui
Hi Former Mentors, We’ve had some generous offers of code donations. I noticed that some projects have votes about whether to accept code donations, but we haven’t for any Adobe donations to Apache Flex. Is voting optional? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.co

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
Folks, During the review of [1] you'll probably do, I've got no doubts the explanation parts I wrote with my English will not be grammatically correct, I hope anyway, that will be understandable, feel free to make me some proposals to improve it, that will save headaches for the others. Than

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Frédéric THOMAS
Hi Guys, Just to say I created a new page on the wiki [1] to demonstrate Good vs Bad scenarios / Git usage, I'll fill it with more complex scenarios over the time. It can be reviewed too :) Thanks, -Fred [1] https://cwiki.apache.org/confluence/display/FLEX/Good+vs+Bad+Git+usage -Message

[jira] [Commented] (FLEX-33408) UIComponent#getVisibleRect() omitted from documentation

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612087#comment-13612087 ] Carlos Rovira commented on FLEX-33408: -- Applied Patch by Mark Kessler. Thanks Mark f

[jira] [Resolved] (FLEX-33408) UIComponent#getVisibleRect() omitted from documentation

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira resolved FLEX-33408. -- Resolution: Fixed Fix Version/s: Apache Flex Next > UIComponent#getVisibleRect() omi

[jira] [Assigned] (FLEX-33408) UIComponent#getVisibleRect() omitted from documentation

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira reassigned FLEX-33408: Assignee: Carlos Rovira > UIComponent#getVisibleRect() omitted from documentation > ---

[jira] [Updated] (FLEX-28967) PopUpManagerImpl - centerPopUp method - TypeError: Error #1009: Cannot access a property or method of a null object reference

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira updated FLEX-28967: - Description: Steps to reproduce: http://ns.adobe.com/mxml/2009"; xm

Re: FXG to SVG - working example

2013-03-24 Thread Harbs
I barely touch mobile (at the moment). If I did I would probably be interested. I'm hoping someone else picks up on this… Harbs On Mar 23, 2013, at 6:39 AM, Daniel Freeman wrote: > I wrote one of those. I wrote SVG -> AS3 graphics. And extending that > class, I wrote FXG -> AS3 graphics. > >

[jira] [Resolved] (FLEX-28967) PopUpManagerImpl - centerPopUp method - TypeError: Error #1009: Cannot access a property or method of a null object reference

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira resolved FLEX-28967. -- Resolution: Fixed Fix Version/s: Apache Flex Next > PopUpManagerImpl - centerPopUp m

Re: FXG -> SVG progress

2013-03-24 Thread Harbs
FYI: The svg version does not render in Firefox (Mac 19.0.2). In Safari and Chrome, the appearance is very close, but the svg version has a smoother gradient and the blue shape is missing the black stroke. On Mar 24, 2013, at 11:01 AM, Om wrote: > On Fri, Mar 22, 2013 at 6:48 AM, Alex Harui w

[jira] [Commented] (FLEX-28967) PopUpManagerImpl - centerPopUp method - TypeError: Error #1009: Cannot access a property or method of a null object reference

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13612071#comment-13612071 ] Carlos Rovira commented on FLEX-28967: -- The Fix by miroslav.havrlent was tested and w

[jira] [Assigned] (FLEX-28967) PopUpManagerImpl - centerPopUp method - TypeError: Error #1009: Cannot access a property or method of a null object reference

2013-03-24 Thread Carlos Rovira (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carlos Rovira reassigned FLEX-28967: Assignee: Carlos Rovira > PopUpManagerImpl - centerPopUp method - TypeError: Error #100

Re: [4/4] git commit: Updated .gitignore

2013-03-24 Thread Frédéric THOMAS
Hi Erik, Just a suggestion as I don't use those repo: The removed # building section was also IDE targets, actually, because we never know with what IDE the people will work, I guess it is better to keep them excluded, otherwise the people can be also confuse by the bunch of untracked files,

Re: [4/4] git commit: Updated .gitignore

2013-03-24 Thread Erik de Bruin
Fred, I'm afraid that with these generic terms in .gitignore, there is the risk that at some point too much is excluded. Remember, most active committers are noobs at git, and when someone want to actually add an "out" directory to the project, he/she wouldn't see it in git because it is automatic

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Erik de Bruin
+ 1 on starting out simple and keeping the message clear. When needed, or as a suggested way to work for those who have a better than "noob" level understanding of git, I think we should keep the "rebase" workflow in the wiki. Furthermore, we should write up as much of this discussion in the wiki

Re: [Git/Wiki] please review the proposed workflow and comment

2013-03-24 Thread Justin Mclean
Hi, > Would you mind if I wrote up a proposed alternate that doesn't use rebase and > eliminate fast forwards? Yes, it will mean there is an extra 'useless' > commit... which I don't actually always find useless, but I think it simpler. > Then let's just discuss. +1 to at least considering thi

FXG -> SVG progress

2013-03-24 Thread Om
On Fri, Mar 22, 2013 at 6:48 AM, Alex Harui wrote: > > > > On 3/22/13 12:36 AM, "Erik de Bruin" wrote: > > > I think both the FlexJS as well as VanillaSDK frameworks can benefit > > from this. So it should be available to both. I don't know much about > > XSLT, but if it 'converts one into anoth

Re: Git Push Summary

2013-03-24 Thread Justin Mclean
Hi, Nice to know what repo this was :-) > Updated Branches: > refs/heads/develop [created] 5e461b06f Justin