Re: iOS7 component skinning (was: Re: Apache Flex 4.14 achievements and goals?)

2014-11-01 Thread OmPrakash Muppirala
ToggleSwitch skins for iOS+ has been checked in. Next up: Callout and friends Progress: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747 On Fri, Oct 31, 2014 at 1:28 PM, OmPrakash Muppirala wrote: > Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication

AW: [FALCON] Bindable interfaces?

2014-11-01 Thread Christofer Dutz
Well I tried to compare the generated outputs, but couldn't manage to keep the generated output. While looking for the reason for this, in flex-falcon/compiler/src/org/apache/flex/compiler/config/Configuration.java I could see that the configuration of compiler.keep-generated-actionscript is ma

AW: [FALCON] Bindable interfaces?

2014-11-01 Thread Christofer Dutz
Ok ... digging through the handling of Bindable metadata it seems that the code that was causing problems was redundant. The logic in ASCompilationUnit that changed the parent class of classes extending Object seems obsolete because even if commenting out the entire code in ASCompilationUnit bin

Re: AW: [FALCON] Bindable interfaces?

2014-11-01 Thread Alex Harui
On 11/1/14, 6:25 AM, "Christofer Dutz" wrote: >Ok ... digging through the handling of Bindable metadata it seems that >the code that was causing problems was redundant. The logic in >ASCompilationUnit that changed the parent class of classes extending >Object seems obsolete because even if comm

AW: AW: [FALCON] Bindable interfaces?

2014-11-01 Thread Christofer Dutz
Well I sent the output of the default compiler through the default swfdump -abc with the falcon built swf of the same project using falcon-swfdump -abc ... unfortunateley I can't really compare the two directly. The falcon version is far more readable than the default one but is more than twice

Re: AW: AW: [FALCON] Bindable interfaces?

2014-11-01 Thread Alex Harui
I think you can set -compiler.compress=false and get Falcon to produce a SWF that the old swfdump can dump. On 11/1/14, 10:55 AM, "Christofer Dutz" wrote: >Well I sent the output of the default compiler through the default >swfdump -abc with the falcon built swf of the same project using >falcon

Re: [FLEX-ASJS] Build flex-asjs stuck on jenkins machine

2014-11-01 Thread Tom Chiverton
On Friday 31 Oct 2014 14:39:18 Alex Harui wrote: > It all passes for me. Maybe something is out of sync, so I pushed all of > my pending changes. We’ll see if that fixes it. Seems to have worked. -- Tom

Re: [mustella] all recent SDK tests failed

2014-11-01 Thread Tom Chiverton
On Friday 31 Oct 2014 13:38:12 Erik de Bruin wrote: > Ok, had to go into the Azure portal and hard reset the VM, for some reason. > But it's rebooted, anyway. I also deleted all 'version.txt' files, so we're > starting brand new and clean ;-) The last run (#1133) seems to just have had some random

Re: Flex SDK "dependencies"

2014-11-01 Thread Alex Harui
What errors do you get? On 10/31/14, 11:47 PM, "Erik de Bruin" wrote: >Hi, > >When compiling the Flex SDK to JS with FalconJX (not Falcon), I get errors >if I don't include these files: > >-source-path=mx.logging.targets.MiniDebugTarget > >-external-library-path=fds.swc > >At first I could not f