Re: Splitting up Flex and Air?

2013-01-31 Thread Roland Zwaga
I'm pretty sure the 'mavenize' button will bring a huge smile to a lot of developers out there. So, once Christofer finishes his last changes I think this would be a really excellent addition to the installer. +1 from me :) On 31 January 2013 08:44, christofer.d...@c-ware.de

Re: [Website] New website going live

2013-01-31 Thread Bertrand Delacretaz
On Wed, Jan 30, 2013 at 9:50 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote: ...Bertrand, do you have any photos that are square?... Does http://dl.dropbox.com/u/715349/bio-pic/bertrand-delacretaz-2010-square.jpg work? also, the text under my headshot is incomplete, should be I'm happy to

Re: AW: Splitting up Flex and Air?

2013-01-31 Thread Frédéric THOMAS
Hi Chris, I'm doing an AIR App, so let me know when you update FM pls, like that I can test it, btw, do you mind if I update the mavenizer as when the Flex build number is 0, instead of having a version number + '.0', I put version number + -SNAPSHOT ? -Fred -Message d'origine-

Re: AW: AW: Splitting up Flex and Air?

2013-01-31 Thread Frédéric THOMAS
Ok, I don't need to change the AIR version, should work then, anyway, maybe add a step-by-step help in the readme for the last part as I didn't get everything :) Still, do you mind if in the SDKGenerator, I replace : // In general the version consists of the content of the version element

AW: AW: AW: Splitting up Flex and Air?

2013-01-31 Thread christofer.d...@c-ware.de
Sure I'm fine with that :-) -Ursprüngliche Nachricht- Von: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Gesendet: Donnerstag, 31. Januar 2013 11:03 An: dev@flex.apache.org Betreff: Re: AW: AW: Splitting up Flex and Air? Ok, I don't need to change the AIR version, should work

Re: Website stats - LIVE

2013-01-31 Thread Justin Mclean
Hi, Here is a live page that shows the current stats: http://www.seethestats.com/site/flex.apache.org/STSM3xLp4bs Nice to see the visits by country. Moreover, any PMC member can become an admin for the Apache Flex account in Google Analytics. If you don't mind please add me. Thanks, Justin

RE: Website stats - LIVE

2013-01-31 Thread Kessler CTR Mark J
It works great. You can see the people who have been testing the site though... 30+ different pages -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om Sent: Thursday, January 31, 2013 4:10 AM To: dev@flex.apache.org Subject: Website stats - LIVE Big

makeApacheFlexForFlashBuilder.bat

2013-01-31 Thread Frédéric THOMAS
In makeApacheFlexForFlashBuilder.bat, at the end of the file, there's : rmdir /s /q %FLEX_HOME/in%, it doesn't work on my windows, it should be like that: rmdir /s /q %FLEX_HOME%\in but after having committed it, jenkins failed, what's wrong ? -Fred

Re: makeApacheFlexForFlashBuilder.bat

2013-01-31 Thread Frédéric THOMAS
It seems to be a DOS/unix line ending problem, I'll re-commit my fix with unix style. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, January 31, 2013 1:33 PM To: dev@flex.apache.org Subject: makeApacheFlexForFlashBuilder.bat In makeApacheFlexForFlashBuilder.bat, at

Re: [Website] New website going live

2013-01-31 Thread Nicholas Kwiatkowski
Should be updated now :) Thanks! -Nick On Thu, Jan 31, 2013 at 4:13 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: On Wed, Jan 30, 2013 at 9:50 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote: ...Bertrand, do you have any photos that are square?... Does

Re: Website stats - LIVE

2013-01-31 Thread Nicholas Kwiatkowski
I added this to the wiki so the link doesn't get lost :) It was pretty cool to see the stats pop up as soon as I put the tracker on. I think the first 10 minutes there were over 25 active people on the site. This should really give us a sense of how popular we are... -Nick On Thu, Jan 31,

Re: makeApacheFlexForFlashBuilder.bat

2013-01-31 Thread Frédéric THOMAS
erratum, windows styte crlf. Now I'm waiting for the build, it's weird anyway because the .bat has already crlf line endings. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, January 31, 2013 1:49 PM To: dev@flex.apache.org Subject: Re:

Re: Flash Platform Whitepaper

2013-01-31 Thread sébastien Paturel
Good thing, we did not start to rewrite flex in AS4 :) At least it proves that Adobe can change its strategic moves very quickly and 180° is always possible, even if you can't count on it of course. Does this white paper mean that theres no plan to put Air on windows 8, even in captive

AW: AW: AW: AW: Splitting up Flex and Air?

2013-01-31 Thread christofer.d...@c-ware.de
I think in this case the version in the official distribution is not quite correct. As far as I know textlayout and osmf are not versioned the same as the FDK. Could this actually be a problem in the download+installer than in the mavenizer? However the reason for me introducing the correct

Re: Splitting up Flex and Air?

2013-01-31 Thread Frédéric THOMAS
To be more precise, I would like to let the code as it is for the Adobe SDKs and assign the SDK version to the rsls for the Apache SDKs, would it be a problem ? -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, January 31, 2013 3:14 PM To: dev@flex.apache.org Subject:

Re: Flash Platform Whitepaper

2013-01-31 Thread Harbs
The flip-side is that it might affect Win 8 (or rather Metro) success… That news is pretty disappointing. Of course this makes the HTML work all the more relevant… ;) Harbs On Jan 31, 2013, at 4:23 PM, sébastien Paturel wrote: Good thing, we did not start to rewrite flex in AS4 :) At least

Re: AW: Splitting up Flex and Air?

2013-01-31 Thread Frédéric THOMAS
ok, then, does something like this acceptable ? If ApacheFlexSDK for each rsl in rsls if rsls.version == sdk.version artifactRsl.version = mavenSdk.Version else artifactRsl.version = rsls.Version else process as today. -Fred -Message d'origine-

Re: Splitting up Flex and Air?

2013-01-31 Thread Frédéric THOMAS
oups : If ApacheFlexSDK for each rsl in rsls if rsl.version == sdk.version artifactRsl.version = mavenSdk.Version else artifactRsl.version = rsl.Version else process as today. -Message d'origine- From: Frédéric THOMAS Sent: Thursday, January

RE: Flash Platform Whitepaper

2013-01-31 Thread Kessler CTR Mark J
Actually I think they said they will have AIR on Win8, but they are not making anything special for the Metro interface or what Adobe seems to be calling the Modern UI. However if you're not on the compatibility list it will show up for the desktop, but not the Modern UI. Flash Player

[jira] [Created] (FLEX-33374) spark VideoDisplay and VideoPlayer fails to stream video on mobile devices

2013-01-31 Thread Erik Thomas (JIRA)
Erik Thomas created FLEX-33374: -- Summary: spark VideoDisplay and VideoPlayer fails to stream video on mobile devices Key: FLEX-33374 URL: https://issues.apache.org/jira/browse/FLEX-33374 Project: Apache

[jira] [Updated] (FLEX-33374) spark VideoDisplay and VideoPlayer fails to stream video on mobile devices

2013-01-31 Thread Erik Thomas (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Thomas updated FLEX-33374: --- Attachment: VideoDisplay.jpg This is a screen shot of an AIR simulator for the iPhone. The video

[jira] [Commented] (FLEX-33374) spark VideoDisplay and VideoPlayer fails to stream video on mobile devices

2013-01-31 Thread Erik Thomas (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567740#comment-13567740 ] Erik Thomas commented on FLEX-33374: And yes, I understand the spark VideoDisplay

RE: Flash Platform Whitepaper

2013-01-31 Thread Mike Chambers
AIR is supported on Windows 8 desktop on x86 machines. mike chambers m...@adobe.com -Original Message- From: Kessler CTR Mark J [mailto:mark.kessler@usmc.mil] Sent: Thursday, January 31, 2013 6:59 AM To: dev@flex.apache.org Subject: RE: Flash Platform Whitepaper Actually I think

Re: Flash Platform Whitepaper

2013-01-31 Thread Alex Gatica
i think i dindnt make myself clear, i was wondering if we could talk in skype or something cause i really need help and im running out of options, i would appreciate th help 2013/1/31 Mike Chambers mcham...@adobe.com AIR is supported on Windows 8 desktop on x86 machines. mike chambers

Re: Splitting up Flex and Air?

2013-01-31 Thread Frédéric THOMAS
Chris, Well, I've done more simple things, I send you a patch to be reviewed. -Fred -Message d'origine- From: Frédéric THOMAS Sent: Thursday, January 31, 2013 3:55 PM To: dev@flex.apache.org Subject: Re: Splitting up Flex and Air? oups : If ApacheFlexSDK for each rsl in rsls

RE: Flash Platform Whitepaper

2013-01-31 Thread Mike Chambers
Feel free to email me directly : m...@adobe.com -Original Message- From: Alex Gatica [mailto:alex.gatica...@gmail.com] Sent: Thursday, January 31, 2013 8:58 AM To: dev@flex.apache.org Subject: Re: Flash Platform Whitepaper i think i dindnt make myself clear, i was wondering if we could

Re: A code name for Apache Flex 5?

2013-01-31 Thread Reto Mehli
Exactly. I totally agree. -Ursprüngliche Nachricht- From: Carol Frampton Sent: Thursday, January 31, 2013 3:38 AM To: dev@flex.apache.org Subject: Re: A code name for Apache Flex 5? On 1/29/13 5:59 AM, Sebastian Mohr flex.masul...@gmail.com wrote: Hi there, Since using code names

[jira] [Created] (FLEX-33375) Button clicked in a Component (Group) causes the component to stay in memory

2013-01-31 Thread Christian Kiefer (JIRA)
Christian Kiefer created FLEX-33375: --- Summary: Button clicked in a Component (Group) causes the component to stay in memory Key: FLEX-33375 URL: https://issues.apache.org/jira/browse/FLEX-33375

[FalconJx] initial Closure Compiler support added

2013-01-31 Thread Erik de Bruin
Hi, Just wanted to let you know I just checked in the initial support for JS code optimization using the 'Google Closure Compiler' for the FalconJx compiler. Usage: call 'mxmlc(.bat)' of FalconJx on the command line using the following four arguments: -js-output-type=GOOG

Re: makeApacheFlexForFlashBuilder.bat

2013-01-31 Thread Justin Mclean
Hi, BUILD FAILED https://builds.apache.org/job/Flex_SDK_build/ws/build.xml:574: java.io.IOException: Failed to delete C:\Users\hudson\AppData\Local\Temp\fixcrlf133396 while trying to rename it. Looks like an issue with the box (out of disk space?). I'll take a look later today.

[jira] [Commented] (FLEX-33366) The candidate input method can not follow

2013-01-31 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568157#comment-13568157 ] Alex Harui commented on FLEX-33366: --- Hi, I posted a zip file of a debug version built on

Re: makeApacheFlexForFlashBuilder.bat

2013-01-31 Thread Frédéric THOMAS
From the different failed build reports I have seen, it happened in few stage-somethings targets but I've no clue why, my fix doesn't affect that from far, it remove the in folder. -Fred -Message d'origine- From: Justin Mclean Sent: Thursday, January 31, 2013 11:45 PM To:

Falcon MXML progress

2013-01-31 Thread Gordon Smith
Today I added parser unit tests that create MXMLBindingNode, which represents a Binding tag MXMLDesignLayerNode, which represents a DesignLayer tag MXMLImplementsNode, which represents an implements='...' attribute on a class definition tag MXMLPrivateNode, which represents a Private tag