Re: Mustella data grid test failing

2013-05-15 Thread Justin Mclean
Hi, > Looks like you've found a way to detect that someone set sort=null without > calling refresh, which is good, but it seems like the ListCollectionView > is in an unsupported state at this point. I think the state is OK, and IMO you should be able to continue to add or remove items before cal

Re: FlexUnit

2013-05-15 Thread Justin Mclean
Hi, > If everything is ok I'll start to remove all binaries > and add necessary license headers (for this task I need rat?) . Rat will check that files have licences but you need to add the license by hand/via a script of your own devising. Thanks, Justin

Re: Mustella data grid test failing

2013-05-15 Thread Alex Harui
OK, saw your changes. Looks like you've found a way to detect that someone set sort=null without calling refresh, which is good, but it seems like the ListCollectionView is in an unsupported state at this point. I'm just worried that there are other errors waiting to be found when in this state.

Re: FlexUnit

2013-05-15 Thread Erik de Bruin
Hi, Yes, rat would be the tool of choice. You can probably copy the rat ant tasks most easily from the Installer build.xml (in Utilities). EdB

Re: [1/2] git commit: [flex-sdk] [refs/heads/develop] - FLEX-33505: NumericStepper not updating on 'change'

2013-05-15 Thread Alex Harui
OK, I jumped in. I posted two versions of a test case that I mostly got from the examples in the doc. [1] http://people.apache.org/~aharui/NumericStepperTest4.9.swf [2] http://people.apache.org/~aharui/NumericStepperTest.swf The first one is built on 4.9, the second on what is checked into flex-

Re: Mustella data grid test failing

2013-05-15 Thread Justin Mclean
Hi, > So is your goal to restore Flex 2 behavior? No of course not. I was just pointing it out why some people did expect that sort = null should behave this way. It's not entirely unreasonable to expect that setting sort to null without a refresh would remove the sort but let keep it so a re

Re: Mustella data grid test failing

2013-05-15 Thread Alex Harui
Hi Justin, So is your goal to restore Flex 2 behavior? Honestly, I don't recall if refresh was required back then or not, but I think the code paths that require a call to refresh() after sort=null have been around as several releases. I'd rather just make sure that there is no undesirable behav

Re: Mustella data grid test failing

2013-05-15 Thread Justin Mclean
Hi, > But first, let's nail this sort=null thing. I can look into it if you > want. Just looking at it now. I've written a couple of dozen unit tests and have 3 failing in both ApacheFlex 4.10 that I think should pass. Leave it with me but so you get an idea this fails with an RTE:

Re: Mustella data grid test failing

2013-05-15 Thread Alex Harui
IMO, the DG is doing some serious cheating. One has to worry about others relying on this undocumented behavior. I don't like changing behavior on our customers, but I'm not sure everyone wants this behavior. But first, let's nail this sort=null thing. I can look into it if you want. On 5/15/1

Re: Any idea why ListCollectionView uses different toString when sorted/filtered?

2013-05-15 Thread Alex Harui
Don't know for sure. I think that the list's string representation is "nicer" in general, but the list doesn't know what view is on it, so it can't give a nicer representation when sorted and/or filtered. Is this code also used in XMLListCollection? -Alex On 5/15/13 9:35 PM, "Justin Mclean" wr

Re: Mustella data grid test failing

2013-05-15 Thread Justin Mclean
Hi, > Yup, that's the one we discussed last night. The localIndex=null in the > sort setter is busting that test because the DG is counting on setting > sort to null and restoring it without calling refresh(). That explains it. I've looked into it and think you're correct in that refresh should

Any idea why ListCollectionView uses different toString when sorted/filtered?

2013-05-15 Thread Justin Mclean
Hi, On ListCollectionVie we have this: public function toString():String { if (localIndex != null) { return ObjectUtil.toString(localIndex); } else { if (list && Object(list).toString) return Object(list).toSt

Re: Mustella data grid test failing

2013-05-15 Thread Alex Harui
Yup, that's the one we discussed last night. The localIndex=null in the sort setter is busting that test because the DG is counting on setting sort to null and restoring it without calling refresh(). Interestingly, I took out that sort hack and that test passed. I have those changes on my comput

Mustella data grid test failing

2013-05-15 Thread Justin Mclean
Hi, I'm getting this test failing - anyone confirm? gumbo/components/DataGrid/Properties/DataGrid_Properties_sortable column_withEditor_test002 Failed AssertMethodValue (method cannot be shown)(body:step 13) method returned AntFN, expected WilFN Thanks, Justin

[jira] [Reopened] (FLEX-16857) Value is not a function on null ArrayCollection Sort

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-16857: -- Assignee: Justin Mclean > Value is not a function on null ArrayCollection Sort >

[jira] [Reopened] (FLEX-11238) exception in ListCollectionView.addItemsToView

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-11238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reopened FLEX-11238: -- Assignee: (was: Adobe JIRA) > exception in ListCollectionView.addItemsToView > --

[jira] [Resolved] (FLEX-33559) Horizontal scrolling of an empty spark DataGrid does not work

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33559. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked fix into develop branch.

[jira] [Assigned] (FLEX-33559) Horizontal scrolling of an empty spark DataGrid does not work

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean reassigned FLEX-33559: Assignee: Justin Mclean > Horizontal scrolling of an empty spark DataGrid does not work

[jira] [Commented] (FLEX-33559) Horizontal scrolling of an empty spark DataGrid does not work

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659171#comment-13659171 ] Justin Mclean commented on FLEX-33559: -- Still an issue in Apache Flex 4.9.1/develop b

[jira] [Commented] (FLEX-33559) Horizontal scrolling of an empty spark DataGrid does not work

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659170#comment-13659170 ] Justin Mclean commented on FLEX-33559: -- Sample application to reproduce. http://ns.a

[jira] [Resolved] (FLEX-33560) FileStream position is updated incorrectly in FileMode.APPEND mode

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33560. -- Resolution: Won't Fix Sorry but this is an Adobe AIR issue not an Apache Flex SDK issue. Pleas

[jira] [Commented] (FLEX-33561) FTETextField underline overlaps with East Asian text

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659151#comment-13659151 ] Justin Mclean commented on FLEX-33561: -- Issue is that the font is not embedded and it

Re: FlexUnit

2013-05-15 Thread Cyrill Zadra
Just built flexunit successfully. I'll wait till tomorrow to give INFRA an answer. If everything is ok I'll start to remove all binaries and add necessary license headers (for this task I need rat?) . Cyrill On 5/16/13, Erik de Bruin wrote: > I thought it building might be a pretty good indicat

Re: Getting flex-sdk build working on Jenkins

2013-05-15 Thread Justin Mclean
Hi, Try changing this to false. no.thirdparty-clean=true no.thirdparty-downloads=true There re under the proprieties in the second ant task. And once you have it all working put back to true - makes the builds faster. Justin

Re: Getting flex-sdk build working on Jenkins

2013-05-15 Thread Justin Mclean
Hi, At a guess it's not download the 3rd party required bits, from memory this only needed to be done once an is controlled by a flag which in on by default. justin

Getting flex-sdk build working on Jenkins

2013-05-15 Thread OmPrakash Muppirala
I created a new Jenkins job and fixed a lot of issues on the way. This is one error that has me stumped: Full log here [1] Any ideas what could be going wrong? *spark*: *bundles-clean*: *pixelbender-clean*: *clean*: *pixelbender-compile*: [exec] WARNING: (line 54): 'outCoord' : function a

[jira] [Updated] (FLEX-33561) FTETextField underline overlaps with East Asian text

2013-05-15 Thread JC Franco (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] JC Franco updated FLEX-33561: - Attachment: textfield vs ftetextfield.png > FTETextField underline overlaps with East Asian text > --

[jira] [Created] (FLEX-33561) FTETextField underline overlaps with East Asian text

2013-05-15 Thread JC Franco (JIRA)
JC Franco created FLEX-33561: Summary: FTETextField underline overlaps with East Asian text Key: FLEX-33561 URL: https://issues.apache.org/jira/browse/FLEX-33561 Project: Apache Flex Issue Type:

[jira] [Updated] (FLEX-33199) Falcon compiler javadoc build shows errors due to missing classpath dependencies

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33199: - Affects Version/s: (was: Adobe Flex SDK Next) Apache Falcon 1.0 >

Re: Git hub pull requests

2013-05-15 Thread Dasa Paddock
I think the pull request would be automatically closed if the commit shas matched. In this case, they do not match: https://github.com/apache/flex-sdk/pull/2 79498c7 vs. 3e286fd --Dasa On May 15, 2013, at 9:05 AM, OmPrakash Muppirala wrote: > On May 15, 2013 8:37 AM, "Justin Mclean" wrote: >

[jira] [Created] (FLEX-33560) FileStream position is updated incorrectly in FileMode.APPEND mode

2013-05-15 Thread Milan Vandrovec (JIRA)
Milan Vandrovec created FLEX-33560: -- Summary: FileStream position is updated incorrectly in FileMode.APPEND mode Key: FLEX-33560 URL: https://issues.apache.org/jira/browse/FLEX-33560 Project: Apache

[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-15 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Description: I have been having very slow results with the CameraUI in flex. Initially, I was

[jira] [Commented] (FLEX-33357) Jenkins job for Falcon projects

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658579#comment-13658579 ] Erik de Bruin commented on FLEX-33357: -- Cyrill, did you get access since this was las

[jira] [Updated] (FLEX-33357) Jenkins job for Falcon projects

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33357: - Affects Version/s: Apache FalconJx 1.0 Apache Falcon 1.0 > Jenkins job

[jira] [Updated] (FLEX-33322) Falcon cannot embed assets inside Objects

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33322: - Affects Version/s: Apache Falcon 1.0 > Falcon cannot embed assets inside Objects > --

[jira] [Updated] (FLEX-33321) Falcon doesn't understand overridden setters

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33321: - Affects Version/s: Apache Falcon 1.0 > Falcon doesn't understand overridden setters > ---

[jira] [Updated] (FLEX-33320) Falcon doesn't allow multiline member access using [] syntax

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33320: - Affects Version/s: Apache Falcon 1.0 > Falcon doesn't allow multiline member access using []

[jira] [Updated] (FLEX-33317) Falcon can't compile textLayout

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33317: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile textLayout >

[jira] [Updated] (FLEX-33310) Falcon can't compile wireframe

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33310: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile wireframe > -

[jira] [Commented] (FLEX-33559) Horizontal scrolling of an empty spark DataGrid does not work

2013-05-15 Thread Koen Weyn (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658571#comment-13658571 ] Koen Weyn commented on FLEX-33559: -- When researching this issue, I found the below snippe

[jira] [Updated] (FLEX-33308) Falcon can't compile sparkskins

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33308: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile sparkskins >

[jira] [Updated] (FLEX-33307) Falcon can't compile spark

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33307: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile spark > -

[jira] [Updated] (FLEX-33305) Falcon can't compile mobiletheme

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33305: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile mobiletheme > ---

[jira] [Updated] (FLEX-33304) Falcon can't compile charts

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33304: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile charts >

[jira] [Updated] (FLEX-33301) Falcon can't compile advancedgrids

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33301: - Affects Version/s: Apache Falcon 1.0 > Falcon can't compile advancedgrids > -

[jira] [Updated] (FLEX-33300) Falcon defaults to current locale on empty locale

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33300: - Affects Version/s: Apache Falcon 1.0 > Falcon defaults to current locale on empty locale > --

[jira] [Updated] (FLEX-33299) Get all Falcon functional tests to pass (SDKSWCTests)

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33299: - Affects Version/s: Apache Falcon 1.0 > Get all Falcon functional tests to pass (SDKSWCTests)

[jira] [Updated] (FLEX-33289) Falcon compiler does not support java 7 on Mac OS X.

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33289: - Affects Version/s: Apache Falcon 1.0 > Falcon compiler does not support java 7 on Mac OS X. >

[jira] [Updated] (FLEX-33283) Falcon Compiler - PropertyReference in CSS not implemented yet.

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33283: - Affects Version/s: Apache Falcon 1.0 > Falcon Compiler - PropertyReference in CSS not impleme

[jira] [Updated] (FLEX-33268) Falcon Compile Error: NPE when not existing namespace is used in element.

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33268: - Affects Version/s: Apache Falcon 1.0 > Falcon Compile Error: NPE when not existing namespace

[jira] [Updated] (FLEX-33253) Falcon Compile Error: Error: The data binding expression is invalid.

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33253: - Affects Version/s: Apache Falcon 1.0 > Falcon Compile Error: Error: The data binding expressi

[jira] [Updated] (FLEX-33251) Falcon Compiler Error - NPE when a TextGraphic element is a child of a Defintion element.

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33251: - Affects Version/s: Apache Falcon 1.0 > Falcon Compiler Error - NPE when a TextGraphic element

[jira] [Updated] (FLEX-33243) Falcon Syntax error: Expected COLON but got '}' when using skinClass for DataGrid component.

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33243: - Affects Version/s: Apache Falcon 1.0 > Falcon Syntax error: Expected COLON but got '}' when u

[jira] [Updated] (FLEX-33238) Falcon Compile Error when using id attribute with ConstraintRow, ConstraintColumn, AddChild, GradientGlowFilter or GlowFilter

2013-05-15 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin updated FLEX-33238: - Affects Version/s: (was: Apache Flex Next) Apache Falcon 1.0 > Fal

Re: FlexUnit

2013-05-15 Thread Erik de Bruin
I thought it building might be a pretty good indication the repo is in a good condition... and Cyrill already wrote: " I checked git log and did a diff with github repo. It seems ok." So that part was covered. EdB On Wed, May 15, 2013 at 7:08 PM, Alex Harui wrote: > I'm not sure Infra cares if

RE: FlexUnit

2013-05-15 Thread Alex Harui
I'm not sure Infra cares if it builds or not. Maybe one of you has the time to just file compare the repo against where it came from (on GitHub)? Alex Harui Apache Flex Team http://blogs.adobe.com/aharui > -Original Message- > From: Erik de Bruin [mailto:e...@ixsoftware.nl] > Sent: Wed

Re: FlexUnit

2013-05-15 Thread Erik de Bruin
I've cloned the repo and am running ant with 'ant -v clean package' now... I don't know anything about FlexUnit, so this is all I can contribute. I'll let you know the results of the run. EdB On Wed, May 15, 2013 at 4:45 PM, Cyrill Zadra wrote: > Hi > > Update from Infra. They have now impor

Re: FlexUnit

2013-05-15 Thread Erik de Bruin
The build fails, but it looks like that's caused by it looking for version 10.0 of the playerglobal.swc: compile: [compc] Loading configuration file /Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/flex-config.xml [compc] Apache Flex compc (Component Compiler) [compc] Version 4

Re: Git hub pull requests

2013-05-15 Thread OmPrakash Muppirala
On May 15, 2013 8:37 AM, "Justin Mclean" wrote: > > Hi, > > Hmm even when closed by the person who raised the pull request close it - it still shows up as unmerged here: > https://github.com/tomchiverton/flex-sdk/branches > > Which is I guess technically correct as I applied the patch from the pul

Re: Git hub pull requests

2013-05-15 Thread Alex Harui
Is Cordova having same problem? Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Justin Mclean wrote: Hi, Hmm even when closed by the person who raised the pull request close it - it still shows up as unmerged here: https://github.com/tomchiverton/flex-sdk/branches Which is I gu

[jira] [Created] (FLEX-33559) Horizontal scrolling of an empty spark DataGrid does not work

2013-05-15 Thread Koen Weyn (JIRA)
Koen Weyn created FLEX-33559: Summary: Horizontal scrolling of an empty spark DataGrid does not work Key: FLEX-33559 URL: https://issues.apache.org/jira/browse/FLEX-33559 Project: Apache Flex Is

Git hub pull requests

2013-05-15 Thread Justin Mclean
Hi, Hmm even when closed by the person who raised the pull request close it - it still shows up as unmerged here: https://github.com/tomchiverton/flex-sdk/branches Which is I guess technically correct as I applied the patch from the pull request not merged it. Any ideas on how to resolve? Th

Re: FlexUnit

2013-05-15 Thread Cyrill Zadra
Hi Update from Infra. They have now imported flexunit repo from github and it needs to be verified. I checked git log and did a diff with github repo. It seems ok. Somebodyelse has time to check flexunit git repo -> https://git-wip-us.apache.org/repos/asf/flex-flexunit.git ? Otherwise I'll give i

[jira] [Created] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-15 Thread Jesse Hellyer (JIRA)
Jesse Hellyer created FLEX-33558: Summary: CameraUI slow return to flex application on certain devices Key: FLEX-33558 URL: https://issues.apache.org/jira/browse/FLEX-33558 Project: Apache Flex

[jira] [Updated] (FLEX-33558) CameraUI slow return to flex application on certain devices

2013-05-15 Thread Jesse Hellyer (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse Hellyer updated FLEX-33558: - Description: I have been having very slow results with the CameraUI in flex. Initially, I was

[jira] [Commented] (FLEX-33554) Update version to 4.11.0

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658268#comment-13658268 ] Justin Mclean commented on FLEX-33554: -- Yep fixed description above.

[jira] [Updated] (FLEX-33554) Update version to 4.11.0

2013-05-15 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-33554: - Description: Update version in develop branch to 4.11.0. In JIRA Mark old 4.10 as released add 4.

Re: Flex 4.9.1 + AIR 3.7 SDK

2013-05-15 Thread Justin Mclean
Hi, > Justin mentions OSX scripts to update 4.9.1 to integrate with AIR 3.7 > & Flash 11.7 I also updated the makeApacheFlexForFlashBuilder.bat file which works on windows. The other Mac scripts in the ide directory also support the new 11.8/3.8 beta. > (and again, not make the AIR portion of t

Re: Website docs update with AIR installer + updated Flex SDK installer?

2013-05-15 Thread Justin Mclean
HI, > Can someone update the http://flex.apache.org website docs on how to > integrate the new AIR 3.7/Flash Player 11.7 SDK with Flex 4.9.1 for > Flash Builder 4.5/4.6 & 4.7 (which I understand uses a different AIR > SDK installer?) Sort version. Download the binary package for you platform, get

Re: Can we have a 'Apache Flex Falcon' version in JIRA

2013-05-15 Thread Justin Mclean
Hi, > There are a lot of bugs that concern the Falcon compiler in JIRA. It > would be nice to have a "version" - like the "version" "Apache Flex > Next" - to indicate those bugs. This would allow us to filter them. Added tell me if you want different name/versions. Justin

re: Flex 4.9.1 + AIR 3.7 SDK

2013-05-15 Thread Carlos Nazareno
Oops I may have misread something in Twitter. Justin mentions OSX scripts to update 4.9.1 to integrate with AIR 3.7 & Flash 11.7, but is can someone compile and upload a version for Windows? (and again, not make the AIR portion of the installer optional). Thanks! (using FB 4.7 + Flex 4.9.1 + AI

Re: FlexUnit

2013-05-15 Thread Jose Barragan
I'm voted too -- Jose Barragan Chief Software Architect Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On May 15, 2013, at 9:30 AM, Carlos Rovira wrote: > Great! I voted it right now > > thanks > > 2013/5/15 Cyrill Zadra > >> https://issue

Website docs update with AIR installer + updated Flex SDK installer?

2013-05-15 Thread Carlos Nazareno
Hi guys! Can someone update the http://flex.apache.org website docs on how to integrate the new AIR 3.7/Flash Player 11.7 SDK with Flex 4.9.1 for Flash Builder 4.5/4.6 & 4.7 (which I understand uses a different AIR SDK installer?) Also, can someone post an updated Flex SDK Installer that pulls AI

Re: FlexUnit

2013-05-15 Thread Carlos Rovira
Great! I voted it right now thanks 2013/5/15 Cyrill Zadra > https://issues.apache.org/jira/browse/INFRA-6152 > > Cyrill > > On 15.05.2013, at 12:12, Justin Mclean wrote: > > > Hi, > > > >> I'm still waiting for Infra .. They need to import github flexunit > repos. > > > > What's the INFRA JIRA