Re: Draft squiggly announcement

2014-10-31 Thread Justin Mclean
Hi, Changing to dev list not sure why it defaulted to users. > Does this mean that we now have squiggly in the public Apache Maven Release > repository? No the repo was out of disk space when the vote was called - which I think has now been fixed. I'm not sure if a vote is required to put it

AW: AW: AW: Generic FlexTool interface

2014-10-31 Thread Christofer Dutz
Well I wouldn't want to take something that "just contains one class that could fit". Especially Including a plugin system or maven runtime code just to eventually get an interface ... one that could change without notice. I think we're better off with our own. I have it in flex-utilities and c

AW: Draft squiggly announcement

2014-10-31 Thread Christofer Dutz
No objections from my side :-) But in order to stage to the Release Staging repo, remember to adjust the maven.xml ... think there was a switch to flick ;-) Chris Von: Justin Mclean Gesendet: Freitag, 31. Oktober 2014 09:08 An: dev@flex.apache.org Betre

[FALCON] Name of the common denominator of SWC and SWF?

2014-10-31 Thread Christofer Dutz
Hi, I am currently starting to untangle parts of Falcons Writer code (No worries ... in the flexmojos-tests branch as this is where the tests are :-) Now there currently is a little mess with the packages org.apache.flex.swc.io and org.apache.flex.swf.io As org.apache.flex.swc.io seems to be

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

2014-10-31 Thread piotrz
Hi Guys, It's been two days since build of flex-asjs have started and it's just stuck since than. I see in the console: basictests: [mxmlc] Loading configuration: c:\Jenkins\workspace\flex-asjs\frameworks\flex-config.xml [mxmlc] Loading configuration: c:\Jenkins\workspace\flex-asjs\muste

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

2014-10-31 Thread Tom Chiverton
There were a ton of 'plugin container has stopped' popups. I closed them all, and the job is unstuck. The Flash Player had popped up this stack: TypeError: Error #1034: Type Coercion failed: cannot convert []@38daa19 to mx.states.ItemAndDescriptor. at org.apache.flex.utils::MXMLDataInterpr

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

2014-10-31 Thread piotrz
Thanks Tom! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEX-ASJS-Build-flex-asjs-stuck-on-jenkins-machine-tp41946p41948.html Sent from the Apache Flex Development mailing list archive at Nabble.

[mustella] all recent SDK tests failed

2014-10-31 Thread Tom Chiverton
The Mustella tests on flex-mustella are still always failing. The current one has been in progress for two days before I cancelled it, but it doesn't appear to have helped. The run before that had bitmap failures in some of the basic FXG tests, which can't be right ? I can't seem to connect

[FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Christofer Dutz
Hi, So I read the code and now it's a little clearer why the SWC part references a lot of the SWF stuff. A SWC is nothing more than a Zip file containing the library content in form of an SWF as well as the static resources (CSS Files, Assets etc.). While writing the output for the SWF a dig

RE: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Kessler CTR Mark J
>Now my question: >As we don't have signed RSLs and never will again ... how about removing code >related with this from Falcon? Does that mean keeping RSLs and removing the calculated digest comparison from Falcon? Since we don't have Adobe signed RSLs anymore (meaning stored in the flash as

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

2014-10-31 Thread piotrz
Tom it's again stuck in the same place... Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEX-ASJS-Build-flex-asjs-stuck-on-jenkins-machine-tp41946p41952.html Sent from the Apache Flex Development mail

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

2014-10-31 Thread Tom Chiverton
In the same place. Does this test run OK locally for you ? Tom On 31/10/14 10:28, piotrz wrote: Tom it's again stuck in the same place... Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEX-ASJS-Bu

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

2014-10-31 Thread piotrz
I haven't try it Tom locally. Don't have access now to my PC. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEX-ASJS-Build-flex-asjs-stuck-on-jenkins-machine-tp41946p41954.html Sent from the Apache

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

2014-10-31 Thread Tom Chiverton
Ahh, and I don't know anything about Flex ASJS :-) Tom

Re: [mustella] all recent SDK tests failed

2014-10-31 Thread Erik de Bruin
On it. EdB On Fri, Oct 31, 2014 at 10:23 AM, Tom Chiverton wrote: > The Mustella tests on flex-mustella are still always failing. > The current one has been in progress for two days before I cancelled it, > but it doesn't appear to have helped. > > The run before that had bitmap failures in s

Re: [mustella] all recent SDK tests failed

2014-10-31 Thread Erik de Bruin
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 ;-) Wait and see ... EdB On Fri, Oct 31, 2014 at 12:51 PM, Erik de Bruin wrote: > On it. > > EdB > > > > On Fri

[FALCON] Advanced Telemetry

2014-10-31 Thread Christofer Dutz
Hi, While working on the AdvancedTelemerty option, I noticed that in the default compiler a simple boolean used to control if the feature is enabled or not. But when reading the spec (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/swf/pdf/swf-file-format-spec.pdf (Page 2

AW: [FALCON] Advanced Telemetry

2014-10-31 Thread Christofer Dutz
Ok ... so I just committed support for the "advanced-telemetry" command line option to falcon. Tested everything with scout and it seems to be working nicely. I defaulted to using the no-password option for this. All my changes are located in the feature/flexmojos-tests. It would be cool if

[FALCON] Bindable interfaces?

2014-10-31 Thread Christofer Dutz
Hi, After finishing the advanced-telemetry option I started working on the next problem. In this case a user annotated an Interface with "Bindable". Falcon dies with a NPE (ASCompilationUnit line 383). I first thought that it was an error to make an Interface bindable, but when looking through

AW: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Christofer Dutz
Well I stumbled over code that looks to me as if it must be dead code. I think the only libraries with signed digests must be those swz files distributed by Adobe (Hope I'm correct with that assumption). Was just thinking that in this case it would be a good idea to remove code that cant be used

Re: AW: [FALCON] Advanced Telemetry

2014-10-31 Thread Alex Harui
On 10/31/14, 6:46 AM, "Christofer Dutz" wrote: > >It would be cool if you compiler gurus could have a look at the changes >and verify them before cherry picking the changes back to develop. I am not a guru, but it looks good to me. Thanks for doing it! -Alex

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

2014-10-31 Thread Alex Harui
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. -Alex On 10/31/14, 4:24 AM, "Tom Chiverton" wrote: >Ahh, and I don't know anything about Flex ASJS :-) > >Tom

Re: AW: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Alex Harui
Before you rip it out, let’s see if Darrell or Gordon can answer. I thought there were still digests for unsigned RSLs and the signing that the cache depends on was a separate non-compiler thing -Alex On 10/31/14, 7:36 AM, "Christofer Dutz" wrote: >Well I stumbled over code that looks to me as

AW: AW: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Christofer Dutz
I wasn't planning on ripping out anything at the moment ... I just stumbled over it and wanted to discuss it this this code is even accessible. The code I'm talking about deals with the writing of the catalog.xml ... here falcon checks each digest it finds if it's signed and processes the output

Re: [FALCON] Bindable interfaces?

2014-10-31 Thread Alex Harui
Yes, we need to allow [Bindable] on interfaces, even if it is an inefficient way to write your code. More details on why it is inefficient: You can’t have a “var” in an interface, only functions/getter/setters. [Bindable] was really meant to switch a var into a getter/setter pair so that a change

Re: Draft squiggly announcement

2014-10-31 Thread Alex Harui
On 10/31/14, 1:08 AM, "Justin Mclean" wrote: > >> Does this mean that we now have squiggly in the public Apache Maven >>Release repository? > >I'm not sure if a vote is required to put it up there or not, given it >the same package that has been voted on I believe we can just put it up >there.

AW: [FALCON] Bindable interfaces?

2014-10-31 Thread Christofer Dutz
Well I think the Bindable on classes is valid, but I'm talking about interfaces. I couldn't find a definitive answer on this topic while searching the web. Bindable is different from the other meta data tags as it explicitly changes the output and even the type hierarchy of the class (Bindable o

Re: AW: [FALCON] Bindable interfaces?

2014-10-31 Thread Alex Harui
On 10/31/14, 8:52 AM, "Christofer Dutz" wrote: >Well I think the Bindable on classes is valid, but I'm talking about >interfaces. > >I couldn't find a definitive answer on this topic while searching the web. > >The question is ... what should Falcon do? First, are you sure you’re synced up on

[VF2JS] update

2014-10-31 Thread Erik de Bruin
Hi, I finally managed to get the VF2JS setup to the point where I can JS-ify 'playerglobal.swc', the Flex SDK and a normal MX/Spark application in such a way that the application class is initialised in the browser, using the actual (JS version of the) SDK code! This is not the end point, you can

Re: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread marcio fermino
UhxSxtgczxyzzxx Em sexta-feira, 31 de outubro de 2014, Christofer Dutz < christofer.d...@c-ware.de> escreveu: > I wasn't planning on ripping out anything at the moment ... I just > stumbled over it and wanted to discuss it this this code is even > accessible. The code I'm talking about deals with

Re: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread marcio fermino
Em sexta-feira, 31 de outubro de 2014, marcio fermino < prologicasiste...@gmail.com> escreveu: > UhxSxtgczxyzzxx > > Em sexta-feira, 31 de outubro de 2014, Christofer Dutz < > christofer.d...@c-ware.de > > escreveu: > >> I wasn't planning on ripping out anything at the moment ... I just >> stumble

AW: AW: [FALCON] Bindable interfaces?

2014-10-31 Thread Christofer Dutz
Well I merged in all the changes from develop into my branch, so I would assume that your stuff is already in there. Havin g a look in the latest history, I could find some commits related to binding, but none of these Affected the ASCompilationUnit.handleSyntaxTreeRequest method. Ok ... I was

AW: [VF2JS] update

2014-10-31 Thread Christofer Dutz
Hey ... great news Erik :-) So hopefully we'll all get Falcon into good shape soon :-) Chris -Ursprüngliche Nachricht- Von: Erik de Bruin [mailto:e...@ixsoftware.nl] Gesendet: Freitag, 31. Oktober 2014 18:03 An: dev@flex.apache.org Betreff: [VF2JS] update Hi, I finally managed to get

Re: Tour de Flex Mobile

2014-10-31 Thread quick6black
Here is an updated version. Right now all the layouts are fixed, splash screen is added, desktop Icon added, created a new icon for the slide out menu, and reskinned the mobile grid. I still need to add in the map for geolocation, and looking for content for the landing page. Any suggestions, ideas

Re: [FALCON] Procedure of writing SWFs (removing code for handling signed swfs)

2014-10-31 Thread Darrell Loverin
The compiler should always be writing out a digest for the library.swf in a SWC. The digests are used for unsigned RSLs as well as signed RSLs. The digest is not only important for validating an RSL loaded from a foreign domain but it is also used at runtime to prevent loading the same RSL multiple

Re: Wanted 3rd party examples for Tour De Flex

2014-10-31 Thread Jake Knerr
Hi Justin, Will this swf work as a third party example for the Tour De Flex? http://www.ardisialabs.com/swfs/TourDeFlex.swf Thanks in advance and thanks for all your hard work. - Jake On Sun, Oct 12, 2014 at 4:07 PM, Justin Mclean wrote: > Hi, > > I've just implemented 3rd party component

Re: Tour de Flex Mobile

2014-10-31 Thread OmPrakash Muppirala
Wow! This version looks so much more better. Thanks for all the effort you have put in! I love the Apache Flex logo as the app icon. Looks perfect. Only one more nitpik: it would be nice to have the ButtonBar, Callout, Checkbox, DateSpinner, HSlider, RadioButton, SpinnerList, TextInput and Togg

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

2014-10-31 Thread OmPrakash Muppirala
Update: TabbedViewNavigator (and hence TabbedViewNavigatorApplication) has been skinned. Nextup: ToggleSwitch Progress: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=46633747 On Mon, Oct 27, 2014 at 4:52 PM, OmPrakash Muppirala wrote: > Here is an uptodate status of the prog

Re: Wanted 3rd party examples for Tour De Flex

2014-10-31 Thread Justin Mclean
Hi, > Will this swf work as a third party example for the Tour De Flex? > > http://www.ardisialabs.com/swfs/TourDeFlex.swf It works and I've added it to the 3rd party list. I'm am however getting a the panel title and the main heading overlapping when the example is shown in Tour De Flex and t

Re: Wanted 3rd party examples for Tour De Flex

2014-10-31 Thread Jake Knerr
Hi Justin, I updated the app to fill out the available space by setting the Application container to a width and height of 100%. I uploaded the new swf to: http://www.ardisialabs.com/swfs/TourDeFlex.swf. Hopefully the swf fills the available space now. I have posted the code for this mini-appli

[DISCUSSION] TourDeFlex 1.2 RC 0

2014-10-31 Thread Justin Mclean
Hi, Please place discussion here and not in the vote thread. Thanks, Justin

[VOTE] TourDeFlex 1.1 Release Candidate 0

2014-10-31 Thread Justin Mclean
Hi, This is a TourDeFlex 1.2 Release Candidate 0. Please see the RELEASE_NOTES and the README. Changes since the version 1.1 - Added welcome page - Added support for 3rd party examples - Changed examples look and feel to be more consistent - Added Squiggly spelling engine examples It currently

Re: Wanted 3rd party examples for Tour De Flex

2014-10-31 Thread Justin Mclean
Hi, > I updated the app to fill out the available space by setting the > Application container to a width and height of 100%. Could be a caching issue but I'm still see the same issue. > Hopefully the swf fills the available space now. I have posted the code > for this mini-application below in

Re: [14/14] git commit: [flex-asjs] [refs/heads/develop] - FlexJSStore works well enough to try to make it work on JS. Drag/Drop, ToolTips, States with Transitions are functional

2014-10-31 Thread OmPrakash Muppirala
Wow, this is a fantastic milestone! On Fri, Oct 31, 2014 at 3:08 PM, wrote: > FlexJSStore works well enough to try to make it work on JS. Drag/Drop, > ToolTips, States with Transitions are functional > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit: http://git-wip-u

[FlexJS] FlexJSStore

2014-10-31 Thread Alex Harui
Today I checked in a port of the FlexStore example into the flex-asjs repo (in examples/FlexJSStore). FWIW, the original MX-based version of FlexStore is in the flex-examples repo in the develop branch. I ported the MX version to Spark (also in the flex-examples repo). Then I ported the Spark vers

Flex SDK "dependencies"

2014-10-31 Thread Erik de Bruin
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 find these files at all (they are not in the repo), but finally Google found them fo