[jira] [Comment Edited] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562517#comment-13562517 ] zy edited comment on FLEX-33366 at 1/25/13 7:53 AM: I Install a Japane

[jira] [Comment Edited] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562517#comment-13562517 ] zy edited comment on FLEX-33366 at 1/25/13 7:52 AM: I Install a Japane

[jira] [Comment Edited] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562517#comment-13562517 ] zy edited comment on FLEX-33366 at 1/25/13 7:49 AM: I Install a Japane

[jira] [Created] (FLEX-33368) Support for Locale fr_CH

2013-01-24 Thread Cyrill Zadra (JIRA)
Cyrill Zadra created FLEX-33368: --- Summary: Support for Locale fr_CH Key: FLEX-33368 URL: https://issues.apache.org/jira/browse/FLEX-33368 Project: Apache Flex Issue Type: Improvement

[jira] [Comment Edited] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562517#comment-13562517 ] zy edited comment on FLEX-33366 at 1/25/13 7:48 AM: I Install a Japane

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562517#comment-13562517 ] zy commented on FLEX-33366: --- I Install a Japanese input method, I made a simple page, which seve

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Justin Mclean
Hi, > Perhaps once a week we can clean out the thirdparty-downloads and refetch > them all to verify that part of the build process. I've added a weekly build as well that does a full check out and download 3rd party bits. Just giving it a trail run. https://builds.apache.org/job/Flex_SDK_downl

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562458#comment-13562458 ] Alex Harui commented on FLEX-33366: --- If you could test a Japanese IME, then we can ident

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Justin Mclean
HI, > In jenkins_build.xml, we call build.xml -> download task based on what > jenkins.properties specifies. No need to modify build.xml No we needed to modify it. The issue is that setup for the release was removing (correctly so) the 3rd party downloads and then downloading them again, this is

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562385#comment-13562385 ] zy commented on FLEX-33366: --- No,I am chinese,so I only use chinese input method . and I find al

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Om
On Thu, Jan 24, 2013 at 9:11 PM, Justin Mclean wrote: > Hi, > > > How about crafting a special jenkins_build.xml that calls the relevant > > tasks from build.xml? > We already have that to get the player global and AIR packages. So it > could be possible for it to check and change the build option

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Justin Mclean
Hi, > How about crafting a special jenkins_build.xml that calls the relevant > tasks from build.xml? We already have that to get the player global and AIR packages. So it could be possible for it to check and change the build options as required. But the main build file would still need to chang

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Om
How about crafting a special jenkins_build.xml that calls the relevant tasks from build.xml? jenkins_build.xml would have its own jenkins.properties file. This way, we wont have the hassle of checking in stuff that would affect users who dont care about jenkins. On Thu, Jan 24, 2013 at 8:59 PM,

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Justin Mclean
Hi, > I'm not sure I understood that, but could you add the option in > build.properties? There is no local build.properties file that we can easily edit on the Jenkins box (as we have no access) and we wouldn't want to put it in SVN as it would then effect all builds. Initially Jenkins start wi

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Alex Harui
On 1/24/13 4:31 PM, "Justin Mclean" wrote: > Hi, > >> The easiest way to modify the build script is to add an >> unless="no.thirdparty-clean" to the thirdparty-clean target. That way you >> can always use the release target, with -Dno.thirdparty-clean= on a daily >> basis and remove the swit

Re: Build failed in Jenkins: Flex_SDK_build #475

2013-01-24 Thread Justin Mclean
Hi, FYI this is what will happen in future if the build runs and the downloads are missing. > check-playerglobal-home: > [echo] PLAYERGLOBAL_HOME is > > [echo] playerglobal.version is 11.1 > > BUILD FAILED >

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Justin Mclean
Hi, > The easiest way to modify the build script is to add an > unless="no.thirdparty-clean" to the thirdparty-clean target. That way you > can always use the release target, with -Dno.thirdparty-clean= on a daily > basis and remove the switch once a weekly basis. Only issue I see with this is i

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Justin Mclean
Hi Carol. > The easiest way to modify the build script is to add an > unless="no.thirdparty-clean" to the thirdparty-clean target. Good idea I'll update the build scripts and change the Jenkins jobs. Justin

Re: AW: AW: Donation of Flexmojos

2013-01-24 Thread Alex Harui
https://docs.sonatype.org/display/FLEXMOJOS/License On 1/24/13 2:36 PM, "Om" wrote: > On Thu, Jan 24, 2013 at 9:59 AM, Alex Harui wrote: > >> >> It appears that FlexMojos is already under Apache license. Was it always >> under Apache? This may mean that any contributors should know they ar

Re: AW: AW: Donation of Flexmojos

2013-01-24 Thread Om
On Thu, Jan 24, 2013 at 9:59 AM, Alex Harui wrote: > > It appears that FlexMojos is already under Apache license. Was it always > under Apache? This may mean that any contributors should know they are > granting certain rights to their code. > > Where did you see that? The project website [1][

Re: [jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Justin Mclean
HI, > This is definitely a Flash Chrome issue, not a Flex issue. Here's the code > that demonstrates the issue. There seem to be no locales on Chrome. The new > on the Collator blows up with the TypeError: Error #2007 error. debug is > just a TextArea. > > private function initAp

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561957#comment-13561957 ] Carol Frampton commented on FLEX-33365: --- With language=English on Chrome, Collator.g

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton updated FLEX-33365: -- Attachment: FLEX33365sort.mxml Attached FLEX3365sort.mxml which is just a small amount on AS th

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561934#comment-13561934 ] Carol Frampton commented on FLEX-33365: --- This is definitely a Flash Chrome issue, no

Re: AW: AW: Donation of Flexmojos

2013-01-24 Thread Alex Harui
On 1/24/13 9:39 AM, "christofer.d...@c-ware.de" wrote: > Well I think there never was a real formal process at Flexmojos ... at first > you sent Velo patches and he applied them and after going to Githup all was > handled by Pull requests from other users Repos. IANAL, but it might be tricky t

Re: AW: Donation of Flexmojos

2013-01-24 Thread Greg Reddin
On Thu, Jan 24, 2013 at 11:39 AM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Well I think there never was a real formal process at Flexmojos ... at > first you sent Velo patches and he applied them and after going to Githup > all was handled by Pull requests from other users R

RE: Donation of Flexmojos

2013-01-24 Thread Frédéric THOMAS
Hi Chris, Will FM continue to be pushed to the same maven repo ? in this case the Velo's rights have to be transmitted as well ? -Fred -Original Message- From: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Sent: Thursday, January 24, 2013 6:18 PM To: dev@flex.apache.org S

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561796#comment-13561796 ] Alex Harui commented on FLEX-33366: --- Flex does testing primarily in Japanese. Does Japa

[jira] [Commented] (FLEX-33367) flash.display.Loader intermitently causing children of loaded swf to loose type

2013-01-24 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561795#comment-13561795 ] Alex Harui commented on FLEX-33367: --- FWIW, I have not looked at the entire source code,

[jira] [Resolved] (FLEX-33367) flash.display.Loader intermitently causing children of loaded swf to loose type

2013-01-24 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-33367. --- Resolution: Invalid The test case does not use Flex. flash.display.Loader is part of the Adobe Flas

AW: AW: Donation of Flexmojos

2013-01-24 Thread christofer.d...@c-ware.de
Well I think there never was a real formal process at Flexmojos ... at first you sent Velo patches and he applied them and after going to Githup all was handled by Pull requests from other users Repos. Chris -Ursprüngliche Nachricht- Von: Alex Harui [mailto:aha...@adobe.com] Gesendet:

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561788#comment-13561788 ] Carol Frampton commented on FLEX-33365: --- I can also reproduce this in Chrome with my

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561786#comment-13561786 ] Alex Harui commented on FLEX-33365: --- Have you tried other browsers? If it is only a pep

Re: AW: Donation of Flexmojos

2013-01-24 Thread Alex Harui
On 1/24/13 9:17 AM, "christofer.d...@c-ware.de" wrote: > Well I talked to Velo ... the problem is that he thinks that there are about > 100 people who have contributed stuff during time (Mabe this number is a > little high, but surely a lot of people have contributed stuff). > > Will Velo be

AW: Donation of Flexmojos

2013-01-24 Thread christofer.d...@c-ware.de
Well I talked to Velo ... the problem is that he thinks that there are about 100 people who have contributed stuff during time (Mabe this number is a little high, but surely a lot of people have contributed stuff). Will Velo be able to donate the code if not all of the contributors agree? Chris

Re: Donation of Flexmojos

2013-01-24 Thread Greg Reddin
On Thu, Jan 24, 2013 at 6:12 AM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Yeah ... the problem is ... could someone please write down what would be > needed? > Hi Chris, After researching this, I believe we need to go through the IP Clearance process. I'm willing to be con

Re: Donation of Flexmojos

2013-01-24 Thread Avi Kessner
A godsend +1 On Jan 24, 2013 5:58 PM, "James Roland Cabresos" wrote: > I'm starting to love what I read in the mailing list lately, lots of things > going on! > > +1 for Apache FlexMojos! > > On Thu, Jan 24, 2013 at 10:51 PM, Jose Barragan < > jose.barra...@codeoscopic.com> wrote: > > > +1 I'm ab

Re: [WIKI] Designer & Developer Tools page

2013-01-24 Thread Sebastian Mohr
I'd say, this "Convert Flash-Symbol to Flex Component" in Flash Pro is one more way to create an interactive GUI for Flex, and, that is what the guys in the Apache Flex Group [1] have asked for. I am open for recommendations how to structure this wiki page [2], but, this functionality should be me

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561737#comment-13561737 ] Aurélien Baroiller commented on FLEX-33365: --- If i switch my language to English,

[jira] [Comment Edited] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561729#comment-13561729 ] Aurélien Baroiller edited comment on FLEX-33365 at 1/24/13 4:17 PM:

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561729#comment-13561729 ] Aurélien Baroiller commented on FLEX-33365: --- Current version is compiled with Fl

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561699#comment-13561699 ] Carol Frampton commented on FLEX-33365: --- I have the same versions in chrome://plugin

Re: Donation of Flexmojos

2013-01-24 Thread James Roland Cabresos
I'm starting to love what I read in the mailing list lately, lots of things going on! +1 for Apache FlexMojos! On Thu, Jan 24, 2013 at 10:51 PM, Jose Barragan < jose.barra...@codeoscopic.com> wrote: > +1 I'm absolutely involve in flexmojos/flex-maven-plugin initiative :) > > For backward compat

[jira] [Comment Edited] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561696#comment-13561696 ] Aurélien Baroiller edited comment on FLEX-33365 at 1/24/13 3:51 PM:

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561696#comment-13561696 ] Aurélien Baroiller commented on FLEX-33365: --- PepperFlash version is 11.5.31.137.

Re: Build failed in Jenkins: Flex_SDK_checkin_tests #98

2013-01-24 Thread Carol Frampton
I agree in the normal daily build scenario we should not be doing the thirdparty-downloads. I know I've suggested this several times in the past. Perhaps once a week we can clean out the thirdparty-downloads and refetch them all to verify that part of the build process. The easiest way to modify

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13561681#comment-13561681 ] Carol Frampton commented on FLEX-33365: --- I'm running Chrome, version Version 24.0.13

Re: [WIKI] Designer & Developer Tools page

2013-01-24 Thread Nicholas Kwiatkowski
I wouldn't say that you can make Flex applications with it though. It is no more a tool to make basic components (or skins) than Illustrator. Maybe it is worthy of a separate category? -Nick On Wed, Jan 23, 2013 at 8:45 AM, Sebastian Mohr wrote: > Good news ... > > Found a video answering the

Re: Donation of Flexmojos

2013-01-24 Thread Jose Barragan
+1 I'm absolutely involve in flexmojos/flex-maven-plugin initiative :) For backward compatibility "Apache Flexmojos" sounds great too As well with Chris, flex-maven-plugin from the scratch looks like the best way for the future Apache Flex SDK's life -- Jose Barragan Software Architect Chief

Re: Donation of Flexmojos

2013-01-24 Thread Carlos Rovira
+1 as well to Chris's plans. The future is Flex 4.9+ so better to do something from scratch that will learn from all flexmojos experience. People that need old SDKs and workflows always can stay in old SDKs and plugins. Like the idea to support IDEs so they can integrate more easily the workflow

[jira] [Created] (FLEX-33367) flash.display.Loader intermitently causing children of loaded swf to loose type

2013-01-24 Thread Tim Leslie (JIRA)
Tim Leslie created FLEX-33367: - Summary: flash.display.Loader intermitently causing children of loaded swf to loose type Key: FLEX-33367 URL: https://issues.apache.org/jira/browse/FLEX-33367 Project: Apac

Re: Donation of Flexmojos

2013-01-24 Thread Patrick Heinzelmann
+1 Great to see where our yesterday's discussion on the flexmojos list ended ;) Great respect to Velo (and Chris now) for pushing the Flexmojos and supporting the community by answering thousands of questions on the flexmojos dev list. I think that Chris approach is the right way, to reuse so

Re: Donation of Flexmojos

2013-01-24 Thread John Cunliffe
+1 for solid maven support in flex On Thu, Jan 24, 2013 at 1:21 PM, Roland Zwaga wrote: > from what I know of the process: > -Velo needs to sign an ICLA > -Code can be donated as a JIRA issue, but it can also just be sent to one > of the committers who puts it in SVN > -When the source is actual

[OT] PixelPlant Flash-to-HTML5 converter

2013-01-24 Thread Frank Wienberg
A colleague just pointed me at a Flash-to-HTML5 conversion service: https://www.pixelplant.com/ The online version has serious limits (e.g. only allows 50k ActionScript, so no Flex apps!), but you can try out simple things. It seems to support AS3. Does anybody know (technical) details about this

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Description: When sorting an ArrayCollection based on an string property using the spa

Re: Donation of Flexmojos

2013-01-24 Thread Roland Zwaga
from what I know of the process: -Velo needs to sign an ICLA -Code can be donated as a JIRA issue, but it can also just be sent to one of the committers who puts it in SVN -When the source is actually released by Apache Flex I believe the headers and packages need to be in order, bot for the inital

AW: Donation of Flexmojos

2013-01-24 Thread christofer.d...@c-ware.de
Yeah ... the problem is ... could someone please write down what would be needed? - Which agreements have to be signed? - How is the code actually donated? (Jira Issue with 60MB attachment?) - What steps have to be done before the code is allowed to be added to the Apache code repo (Headers, Pack

[jira] [Updated] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zy updated FLEX-33366: -- Description: The spark:TextArea and TextInput Chinese candidate input method can not follow. But mx:TextArea and TextI

Re: Donation of Flexmojos

2013-01-24 Thread Roland Zwaga
I think you you make a very clear and sensible case. +1 to accepting Velo's donation. On 24 January 2013 12:22, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Hi, > > after me telling the other Flexmojos users on the FM Mailinglist that we > are working on a brand-new flex plugin

Re: Stage3D accelerated Flex components

2013-01-24 Thread Harbs
Well, I'm definitely interested. I'd be happy to help do whatever you need to get it ready for donation. Harbs On Jan 24, 2013, at 10:02 AM, Daniel Freeman wrote: > @Harbs, Yup agreed. Wait until AS"next". > > My text wrapping (eMagazine) project seems such a long time ago. I had a > couple

[jira] [Updated] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zy updated FLEX-33366: -- Description: The spark:TextArea and TextInput Chinese candidate input method can not follow. But mx:TextArea and TextI

[jira] [Created] (FLEX-33366) The candidate input method can not follow

2013-01-24 Thread zy (JIRA)
zy created FLEX-33366: - Summary: The candidate input method can not follow Key: FLEX-33366 URL: https://issues.apache.org/jira/browse/FLEX-33366 Project: Apache Flex Issue Type: Bug Components:

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Summary: spark.collections.Sort crashes on PepperFlash (Chrome) on Mac (was: spark.col

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashs on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Description: When sorting an ArrayCollection based on an string property using the spa

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashs on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Description: When sorting an ArrayCollection based on an string property using the spa

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashs on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Description: When sorting an ArrayCollection based on an string property using the spa

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashs on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Description: When sorting an ArrayCollection based on an string property using the spa

[jira] [Updated] (FLEX-33365) spark.collections.Sort crashs on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aurélien Baroiller updated FLEX-33365: -- Description: When sorting an ArrayCollection based on an string property using the spa

[jira] [Created] (FLEX-33365) spark.collections.Sort crashs on PepperFlash (Chrome) on Mac

2013-01-24 Thread JIRA
Aurélien Baroiller created FLEX-33365: - Summary: spark.collections.Sort crashs on PepperFlash (Chrome) on Mac Key: FLEX-33365 URL: https://issues.apache.org/jira/browse/FLEX-33365 Project: Apache

Re: [VOTE] Allow tracking of download statistics on flex.apache.org

2013-01-24 Thread Avi Kessner
+1 On Jan 24, 2013 10:04 AM, "Omar Gonzalez" wrote: > +1 (binding) > > -Omar >

Re: [OT] ApacheCon NA

2013-01-24 Thread Bertrand Delacretaz
On Thu, Jan 24, 2013 at 12:27 AM, Justin Mclean wrote: > ...I know Alex said he would be attending. Will I see any other Flex people > there?... I'll be there, presenting on open development, http://na.apachecon.com/schedule/ - looking forward to seeing you guys! -Bertrand

Re: [VOTE] Allow tracking of download statistics on flex.apache.org

2013-01-24 Thread Omar Gonzalez
+1 (binding) -Omar

Re: Stage3D accelerated Flex components

2013-01-24 Thread Daniel Freeman
@Harbs, Yup agreed. Wait until AS"next". My text wrapping (eMagazine) project seems such a long time ago. I had a couple of commercial enquiries about developing this further - but nothing materialised in the end. I moved onto other projects, planning to come back to this - but realistically I