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
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
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.
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
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-
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
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
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:
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
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
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
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
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
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
[
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
>
[
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
> --
[
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.
[
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
[
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
[
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
[
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
[
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
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
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
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
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
[
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
> --
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:
[
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
>
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:
>
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
[
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
[
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
[
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
[
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
> --
[
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
> ---
[
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 []
[
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
>
[
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
> -
[
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
[
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
>
[
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
> -
[
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
> ---
[
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
>
[
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
> -
[
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
> --
[
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)
[
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.
>
[
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
[
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
[
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
[
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
[
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
[
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
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
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
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
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
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
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
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
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
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
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
[
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
[
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.
[
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.
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
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
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
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
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
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
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
74 matches
Mail list logo