Re: [FlexJS] Flex Library Project

2014-11-04 Thread Alex Harui
On 11/4/14, 10:17 PM, "Raj U. Shaikh" wrote: >using FlashBuilder Project Files >FlashBuilder settings: >-locale >en_US >-source-path+=D:\eclipse_workspace\flexJsWS\DataBindingTest/src >-compiler.accessible=true > >-output=D:\eclipse_workspace\flexJsWS\DataBindingTest/bin-rele

RE: [FlexJS] Flex Library Project

2014-11-04 Thread Raj U. Shaikh
Hi Alex, This is what I have done, Created MyLibrary as a Flex Library Project, Having MyLibrary |_src |_components |_MyTextInput extends org.apache.flex.html5.TextInput; (only has a constructor with call to super) Following is log after compiling by using

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

2014-11-04 Thread OmPrakash Muppirala
I replaced the existing spark.components.BusyIndicator with a new one as it did not have a component/skin contract. I also added Android and iOS7 specific skins. Existing apps should not be affected. If someone can test give feedback, that would be great though. Next up: HScrollBar and VScrollBa

Re: Build failed in Jenkins: flex-utilities_tour-de-flex-release #1

2014-11-04 Thread Mark Kessler
Well I remember doing an experiment a couple years ago, I mounted the fcsh to stay loaded and have it pass the mxmlc compile commands. It seems to keeps some files loaded making it run much faster. But I haven't messed with it since. Is there a way we could keep all the continuously loaded files

Getting Too Many Flex Emails?

2014-11-04 Thread Alex Harui
Hi, The Apache Flex PMC has received some complaints about really long threads and the generally high volume of emails associated with trying to follow the Flex project. In October, we hit 967 emails on this mailing list alone. Add in commits@ with its own 958 emails in October, and 426 emails f

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

2014-11-04 Thread OmPrakash Muppirala
Done fixing the README. Of course, please feel free to update it as you see fit. Thanks, Om On Tue, Nov 4, 2014 at 1:36 PM, OmPrakash Muppirala wrote: > Awesome, thanks for the clarification. I will update the README to remove > the reference to MadComponents code. > > Regards, > Om > > On Tu

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

2014-11-04 Thread OmPrakash Muppirala
Awesome, thanks for the clarification. I will update the README to remove the reference to MadComponents code. Regards, Om On Tue, Nov 4, 2014 at 1:29 PM, Aaron Nash wrote: > Hi Om > > I did remove the code and rewrite it. I was previously using mouse events > to update the navigator position

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

2014-11-04 Thread Aaron Nash
Hi Om I did remove the code and rewrite it. I was previously using mouse events to update the navigator position like in the madcomponents version. On the updated version I am dragging the list out using startdragging on the menu. I forgot to delete the readme file before I made the pull request.

Re: [17/22] added in Android Skins

2014-11-04 Thread OmPrakash Muppirala
Thanks for catching that. I have fixed it in the current branch I am working on. I will merge that into flex-sdk/develop soon. Om On Tue, Nov 4, 2014 at 12:33 PM, Justin Mclean wrote: > Hi, > > Allso noticed there looks like there a few switch statements that miss > DPIClassification.DPI_120

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

2014-11-04 Thread OmPrakash Muppirala
I am guessing we can remove that code and write it from scratch. Aaron, your thoughts? Thanks, Om On Tue, Nov 4, 2014 at 12:27 PM, Justin Mclean wrote: > Hi, > > > +The code used to slide off the navigator and slide it back was used > from the Madcomponents source code. I modified it to work i

Re: [17/22] added in Android Skins

2014-11-04 Thread Justin Mclean
Hi, Allso noticed there looks like there a few switch statements that miss DPIClassification.DPI_120 and/or DPIClassification.DPI_640. eg HScrollBarThumbSkin and VScrollBarThumbSkin Justin

Re: [04/22] git commit: [flex-examples] [refs/heads/develop] - Create README.md

2014-11-04 Thread Justin Mclean
Hi, > +The code used to slide off the navigator and slide it back was used from the > Madcomponents source code. I modified it to work in a flex environment. It is > not as smooth as a pure Madcomonent app, because it does not use Stage3D. How is it licensed?Looking at [1] it looks like it's M

Re: Mobile framework comparison

2014-11-04 Thread OmPrakash Muppirala
Can someone fact check this before I send it off to them? http://bigosmallm.github.io/apacheflex_framework.json The descriptions of the keys can be found here: http://mobile-frameworks-comparison-chart.com/participate.html Thanks, Om On Tue, Nov 4, 2014 at 12:03 PM, OmPrakash Muppirala wrote:

Re: AW: How to manage flex-utilities git repo

2014-11-04 Thread Alex Harui
On 11/4/14, 7:52 AM, "OmPrakash Muppirala" wrote: > >We agreed a while ago to move TDF to the flex-examples repo. I still >think >that is the best place for TDF. There’s other stuff in flex-examples besides TDF Mobile. I think the whole goal of splitting Git repos is to get one repo per rele

Re: Mobile framework comparison

2014-11-04 Thread OmPrakash Muppirala
I will take this up. Thanks, Om On Mon, Nov 3, 2014 at 1:08 PM, Justin Mclean wrote: > Hi, > > From twitter: > "Updated data on #ApacheFlex but it would be even better if someone over > at @ApacheFlex would participate :)" > > Someone want to help out? > > http://mobile-frameworks-comparison-ch

Re: [GitHub] flex-examples pull request: updated version of the tour de Flex mo...

2014-11-04 Thread OmPrakash Muppirala
Sweet! The pull request got closed automatically. All I had to do was add the comment "This closes #1" in my last commit. I think we are set to go with using GitHub more extensively, especially with community contributions. Thanks, Om On Tue, Nov 4, 2014 at 11:16 AM, asfgit wrote: > Github u

Re: Tour de Flex Mobile

2014-11-04 Thread OmPrakash Muppirala
Thanks Aaron! I have merged the pull request. Please continue to work on it. We can ship it when we are all happy with it. I can make the release on Google Play as well. I am fine either way. Thanks, Om On Tue, Nov 4, 2014 at 10:26 AM, quick6black wrote: > I updated my github here

[GitHub] flex-examples pull request: updated version of the tour de Flex mo...

2014-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-examples/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
I noticed, but when you resize the top right window by dragging the divider between the top and bottom panes, a resize happens and all seems well. Can you confirm? EdB On Tue, Nov 4, 2014 at 7:46 PM, OmPrakash Muppirala wrote: > Thanks Erik, this makes testing so much easier. > > The thirdpar

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread OmPrakash Muppirala
Thanks Erik, this makes testing so much easier. The thirdparty comonents page does not look right. Here are a couple of screenshots: http://snag.gy/HpfYm.jpg http://snag.gy/j48KB.jpg Thanks, Om On Tue, Nov 4, 2014 at 10:39 AM, Erik de Bruin wrote: > The nightly source builds can be found here

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
The nightly source builds can be found here: http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_tour-de-flex-release/lastSuccessfulBuild/artifact/TourDeFlex/TourDeFlex3/out/ The nightly 'binary' build can be viewed here: http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_tour-d

Re: Tour de Flex Mobile

2014-11-04 Thread quick6black
I updated my github here , also created a pull request on the apache examples page here . I think I merged everything in, let me know if you have any issues. I want to add in a few more examples of Ai

[GitHub] flex-examples pull request: updated version of the tour de Flex mo...

2014-11-04 Thread quick6black
GitHub user quick6black opened a pull request: https://github.com/apache/flex-examples/pull/1 updated version of the tour de Flex mobile app This has a number of layout fixes, a few new pages created, and also shows off the new Android Skins You can merge this pull request into a

Re: [mustella] all recent SDK tests failed

2014-11-04 Thread Tom Chiverton
Ahh, cool. I minimised the Jenkins status window too, just in case. Still an hour to run and I'm just off for the day. Tom On 04/11/14 15:27, Alex Harui wrote: That was me forgetting to close the explorer window. I logged on last night, opened a few players and moved the windows then too. I

centerPopup not working in RTL layouts

2014-11-04 Thread Scott Talsma
I just noticed when I was testing my Arabic builds that all my centered popup windows were appearing offscreen. Prior to SDK 4.9, I was compensating for this in a wrapper call to centerPopup, but after 4.9 was released, I was able to take that code out. Basically, it was this: var isLTR:Boolean

RE: AW: How to manage flex-utilities git repo

2014-11-04 Thread Neil Madsen
I like this set up as well. Neil -Original Message- From: Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Sent: November-04-14 6:24 AM To: dev@flex.apache.org Subject: RE: AW: How to manage flex-utilities git repo It looks good. I thinking it's the right logic for separating ou

RE: New Release Process (was: [DISCUSSION] TourDeFlex 1.2 RC 0)

2014-11-04 Thread Neil Madsen
+1 to this. -Original Message- I like this idea to have a special nightly build for releases during the release process. It seems to me that it should simplify the process all around. Harbs

Re: Jenkins build is back to normal : flex-utilities_tour-de-flex-release #2

2014-11-04 Thread Erik de Bruin
Nope, that didn't do it, it didn't include the subdirectories. I've entered a fix for that, but I'll give the other builds on that machine (which I've been killing to give me time to debug this) a chance to run first ;-) EdB On Tue, Nov 4, 2014 at 2:51 PM, Erik de Bruin wrote: > I've added "s

Re: New Release Process (was: [DISCUSSION] TourDeFlex 1.2 RC 0)

2014-11-04 Thread Erik de Bruin
The nightly source builds can be found here: http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_tour-de-flex-release/lastSuccessfulBuild/artifact/TourDeFlex/TourDeFlex3/out/ The nightly 'binary' build can be viewed here (for the time being, until I figure out a way to archive that proper

RE: AW: How to manage flex-utilities git repo

2014-11-04 Thread OmPrakash Muppirala
On Nov 4, 2014 5:25 AM, "Kessler CTR Mark J" wrote: > > It looks good. I thinking it's the right logic for separating out the pieces we want independently releasable. > > -Mark > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sent: Monday, November 03, 2014 3:22 PM >

Re: Build failed in Jenkins: flex-utilities_tour-de-flex-release #1

2014-11-04 Thread Alex Harui
On 11/4/14, 5:06 AM, "e...@ixsoftware.nl" wrote: >> >> Ouch! Takes about 18 minutes locally. >> > >Another way to look at it: this is saving you and everyone else at least >18 >min per RC - that adds up pretty quickly :-P I watched the console on run #3. It is taking around 30 seconds to buil

Re: [mustella] all recent SDK tests failed

2014-11-04 Thread Alex Harui
That was me forgetting to close the explorer window. I logged on last night, opened a few players and moved the windows then too. I noted that 11.7 actually gave me a warning like it had never been run before. Got my finger’s crossed. On my computers (Mac and Windows), having the player window

Re: [FlexJS] Flex Library Project

2014-11-04 Thread Alex Harui
On 11/4/14, 4:31 AM, "Raj U. Shaikh" wrote: >Hi Team, >I have downloaded "apache-flex-flexjs-0.0.2-jBurg" and able to execute >simple projects similar to "DataBindingTest" example. >However, I am not able to achieve same thing by following technique, > > >1. Created a flex library project

Re: Jenkins build is back to normal : flex-utilities_tour-de-flex-release #2

2014-11-04 Thread Erik de Bruin
I've added "src/*.*" to the archive for each build. That way testers can use a direct link to 'index.html' and test TDF right on the server as well. I'm sure that the number of users testing TDF won't break the server by overloading it ;-) EdB On Tue, Nov 4, 2014 at 2:42 PM, Erik de Bruin wrot

Re: Jenkins build is back to normal : flex-utilities_tour-de-flex-release #2

2014-11-04 Thread Erik de Bruin
The 'package' command only produces archives of the source, not including the examples themselves. What do I need to do to present the user with a nice download that gives them all they need to run TDF locally and test it? EdB On Tue, Nov 4, 2014 at 2:17 PM, wrote: > See < > http://apacheflex

RE: AW: How to manage flex-utilities git repo

2014-11-04 Thread Kessler CTR Mark J
It looks good. I thinking it's the right logic for separating out the pieces we want independently releasable. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, November 03, 2014 3:22 PM To: dev@flex.apache.org Subject: Re: AW: How to manage flex-utilitie

Re: Build failed in Jenkins: flex-utilities_tour-de-flex-release #1

2014-11-04 Thread Erik de Bruin
> > Ouch! Takes about 18 minutes locally. > Another way to look at it: this is saving you and everyone else at least 18 min per RC - that adds up pretty quickly :-P EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: Build failed in Jenkins: flex-utilities_tour-de-flex-release #1

2014-11-04 Thread Erik de Bruin
1.7.0_25-b17 But it is on a 'small' Azure VM which most of the day it isn't doing much, so this is a good way for it to 'work out' ;-) EdB On Tue, Nov 4, 2014 at 12:58 PM, Justin Mclean wrote: > Hi, > > >> BUILD SUCCESSFUL > >> Total time: 118 minutes 36 seconds > > Ouch! Takes about 18 min

[FlexJS] Flex Library Project

2014-11-04 Thread Raj U. Shaikh
Hi Team, I have downloaded "apache-flex-flexjs-0.0.2-jBurg" and able to execute simple projects similar to "DataBindingTest" example. However, I am not able to achieve same thing by following technique, 1. Created a flex library project named MyLibrary and compiled it using Run -> FlexJS

Re: Build failed in Jenkins: flex-utilities_tour-de-flex-release #1

2014-11-04 Thread Justin Mclean
Hi, >> BUILD SUCCESSFUL >> Total time: 118 minutes 36 seconds Ouch! Takes about 18 minutes locally. What version of Java is it using? Justin

Re: [mustella] all recent SDK tests failed

2014-11-04 Thread Tom Chiverton
And, of course, as I give up waiting and send it, the Player window appears :-) So I moved it. Let's see what happens. Quite often the test SWF is at least partly off the right or bottom of the screen still, as it's larger than the desktop. Tom On 04/11/14 11:00, Tom Chiverton wrote: Also,

Re: Build failed in Jenkins: flex-utilities_tour-de-flex-release #1

2014-11-04 Thread Erik de Bruin
Build went well, didn't know the path to the artifacts, so that step wasn't configured. I have now entered the path and started another run. In about 2 hrs we'll know if it correctly publishes the archives and then we'll have a TDF nightly build. EdB On Tue, Nov 4, 2014 at 12:12 PM, wrote: >

Re: [mustella] all recent SDK tests failed

2014-11-04 Thread Tom Chiverton
Also, the Jenkins web site says flex-sdk_mustella is running, so hopefully I'll be able to catch the debug player window appearing in an hour or so once the compile finishes. If so, I'll move it to the top left as Alex suggested and post back here. Tom On 04/11/14 10:47, Erik de Bruin wrote:

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
Never mind: it doesn't ;-) Thanks, EdB On Tue, Nov 4, 2014 at 11:50 AM, Erik de Bruin wrote: > By the way: does the 'package' target also run 'compile'? Don't want run > everything twice for each run ... > > EdB > > > > On Tue, Nov 4, 2014 at 11:49 AM, Erik de Bruin wrote: > >> Looks like t

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
By the way: does the 'package' target also run 'compile'? Don't want run everything twice for each run ... EdB On Tue, Nov 4, 2014 at 11:49 AM, Erik de Bruin wrote: > Looks like the build machine doesn't have that problem, however, the build > seems to be progressing nicely on there. > > EdB

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
Looks like the build machine doesn't have that problem, however, the build seems to be progressing nicely on there. EdB On Tue, Nov 4, 2014 at 11:46 AM, Erik de Bruin wrote: > FLEX_HOME points to the 'develop' branch of 'flex-sdk'. > > I did no local properties or anything, just ran 'ant clea

Re: [mustella] all recent SDK tests failed

2014-11-04 Thread Erik de Bruin
It wasn't me ... EdB On Tue, Nov 4, 2014 at 10:46 AM, Tom Chiverton wrote: > On 03/11/14 20:07, Alex Harui wrote: > >> If you have time, you might see if you can catch the mustella VM running >> the SDK tests and grab a window and move it to the upper left. That >> > I just logged in to do t

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
FLEX_HOME points to the 'develop' branch of 'flex-sdk'. I did no local properties or anything, just ran 'ant clean compile package' on 'TourDeFlex/TourDeFlex3' as per the README. EdB On Tue, Nov 4, 2014 at 10:51 AM, Justin Mclean wrote: > Hi, > > > While trying out the settings for the CI jo

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Justin Mclean
Hi, > While trying out the settings for the CI job, my local build (ant clean > compile package) keeps failing with this message: > >[mxmlc] > /Users/erik/Documents/ApacheFlex/git/flex-utilities/TourDeFlex/TourDeFlex3/src/spark/controls/VideoDisplayExample.mxml(31): > Error: Definition org.os

Re: [mustella] all recent SDK tests failed

2014-11-04 Thread Tom Chiverton
On 03/11/14 20:07, Alex Harui wrote: If you have time, you might see if you can catch the mustella VM running the SDK tests and grab a window and move it to the upper left. That I just logged in to do that and there was a File Browser window open that looked like someone was installing a new de

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-04 Thread Erik de Bruin
While trying out the settings for the CI job, my local build (ant clean compile package) keeps failing with this message: [mxmlc] /Users/erik/Documents/ApacheFlex/git/flex-utilities/TourDeFlex/TourDeFlex3/src/spark/controls/VideoDisplayExample.mxml(31): Error: Definition org.osmf.utils:OSMFSe

Re: New Release Process (was: [DISCUSSION] TourDeFlex 1.2 RC 0)

2014-11-04 Thread Erik de Bruin
Waiting on for the 'flex-sdk' job to finish so I can try the new TDF release build. EdB On Tue, Nov 4, 2014 at 9:18 AM, Justin Mclean wrote: > Hi, > > > That is not at all what I wrote. Please read emails more carefully > > I did read it carefully you said "It takes very little effort for the

Re: New Release Process (was: [DISCUSSION] TourDeFlex 1.2 RC 0)

2014-11-04 Thread Justin Mclean
Hi, > That is not at all what I wrote. Please read emails more carefully I did read it carefully you said "It takes very little effort for the release manager to set up a copy of the build of the develop branch". Given it takes very little effort and you now say that it's not the release mana

Re: Flex SDK "dependencies"

2014-11-04 Thread Erik de Bruin
> > >I'll step through FalconJX again, but at some point the stack jumps to > >Falcon for the actual compilation, so I'm not sure what I might be able to > >achieve on "my" end. > > For sure, the code jumps to Falcon and Falcon reports the error. I’m > thinking that there is a Configuration differ

Re: New Release Process (was: [DISCUSSION] TourDeFlex 1.2 RC 0)

2014-11-04 Thread Erik de Bruin
> > > That was very selective quoting ... I clearly state "the latest HEAD from > > the release branch." > > So we would need to either alter existing CI jobs and add additional ones > every time a release branch is made? > That is not at all what I wrote. Please read emails more carefully ... I r