Re: Flex showcase

2013-12-19 Thread Mark Kessler
Sounds good. On Thu, Dec 19, 2013 at 2:29 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Changed the current javascript implementation to use a remote xml index > file, and a set of images. > ( jQuery ajax and XML DOM parsing). > > So now it's "ready-for-flex" ;-) > > BTW, the subm

Apple's XCode 5 requirement

2013-12-19 Thread Jake Churchill
Guys, I got a notice from Apple this week that all apps need to be built using XCode 5 and optimized for iOS7. I use FlashBuilder 4.7 and I've got the flex 4.6 SDK that came with it but I've upgraded the AIR SDK to 3.9 and compiled against that. Will that be enough to satisfy this requirement or

RE: Flex showcase

2013-12-19 Thread Maurice Amsellem
Changed the current javascript implementation to use a remote xml index file, and a set of images. ( jQuery ajax and XML DOM parsing). So now it's "ready-for-flex" ;-) BTW, the submitted apps are really nice, all of them. Collective congratz to the developers. Maurice -Message d'origine--

Re: [FlexJS] BarChart component added

2013-12-19 Thread Alex Harui
That's what FalconJX does today when building apps. You specify folders of .js files that represent classes in a SWC, and specify MXML and AS source files for cross-compilation. The output directory is deleted and re-created, and only the MXML and AS source files get cross-compiled and the JS fil

Re: [FlexJS] BarChart component added

2013-12-19 Thread João Fernandes
Couldn't we somehow deploy automatically a folder (libs/native/whatever) into the output folder and combine that with the [Native] metadata? Falcon would delete everything in the output folder, generate everything that it's not [native] and then deploy everything in the libs(native/whatever) folder

Re: flex-sdk_mustella - Build # 51 - Still Failing!

2013-12-19 Thread Alex Harui
Looks like all bitmap compares. OTOH, I seem to recall setting Erik's Windows Theme to "Classic". Can you peek at his VM and make sure your UI theme is the same? I think there is an issue that some full-screen tests come up with different numbers in some themes due to size of task bars, etc. On

Re: flex-sdk_mustella - Build # 51 - Still Failing!

2013-12-19 Thread OmPrakash Muppirala
Much better now, but still 36 failures. Alex, can you please advice how we can proceed? Thanks, Om On Dec 19, 2013 10:18 AM, wrote: > flex-sdk_mustella - Build # 51 - Still Failing: > > http://bigosmallm.cloudapp.net:8080/job/flex-sdk_mustella/51/ > > Changes for Build #45 > > Changes for Build

RE: flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
>Other threads on the infra mailing say it is up now, and it was for me. For me too, thanks . -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 19 décembre 2013 18:27 À : dev@flex.apache.org Objet : Re: flex site staging SVN repo not reachable In theory you c

Re: bug default button

2013-12-19 Thread Miguel Ferreira
Alex, Thank you. Enviado de Surface De: Alex Harui Enviada: ‎quinta-feira‎, ‎19‎ de ‎dezembro‎ de ‎2013 ‎18‎:‎36 Para: dev@flex.apache.org For various reasons, Spark Buttons have two skins, one for the emphasized/default-button state. Specify the default button's skin via: s

Re: bug default button

2013-12-19 Thread Alex Harui
For various reasons, Spark Buttons have two skins, one for the emphasized/default-button state. Specify the default button's skin via: s|Button.emphasized {skinClass: ClassReference(" wrote: >Hi all, > >i am working in a application that were using mx:button and i remove it >and replaced by the

Re: flex site staging SVN repo not reachable

2013-12-19 Thread Alex Harui
In theory you can get an idea of what servers are down here: http://monitoring.apache.org/status/ Other threads on the infra mailing say it is up now, and it was for me. -Alex On 12/19/13 3:08 AM, "Maurice Amsellem" wrote: >Hi : > >https://svn.apache.org/repos/asf/flex/site > >is not reachable

Re: Easy test/ Easy fix bugs

2013-12-19 Thread Alex Harui
There could have been problems in the way old Adobe bugs were imported in Apache JIRA. Usually if a bug was fixed there are more comments, so it is likely that the bug was in some unexpected state and may not actually be fixed. However, in reading the bug, I'd be surprised if this was still a prob

Re: Easy test/ Easy fix bugs

2013-12-19 Thread Alex Harui
On 12/19/13 4:17 AM, "piotr.zarzycki" wrote: >Another thing, If i can't reproduce some issue should I still attache >sample >application ? Yes please, since we'll then know what you tried. -Alex

Re: [FlexJS] BarChart component added

2013-12-19 Thread Alex Harui
Possible, or we maybe we could mark every FalconJX-generated file with "Generated by FalconJX" and not overwrite files that don't have that. But right now, FalconJX blows away the entire output folder. I'm not sure what hassles we'll face if we stop doing that. -Alex On 12/19/13 8:49 AM, "João

Re: [FlexJS] BarChart component added

2013-12-19 Thread João Fernandes
Couldn't we simply mark a class with a [Native] metadata? I think randori framework has a similar approach. On 19 December 2013 15:30, Erik de Bruin wrote: > I think that would involve keeping track of what compilation units > have been processed and then skip the ones from the framework if the

Re: [FlexJS] BarChart component added

2013-12-19 Thread Peter Ent
Thanks, Igor. I will look it over. --peter On 12/18/13 7:35 PM, "Igor Costa" wrote: >Peter > > >Awesome, there's a particular post I wrote last week about writing from >ground up charts in canvas and javascript. You can use google translate >for >that >http://www.igorcosta.com/criando-graficos

Re: [FlexJS] BarChart component added

2013-12-19 Thread Erik de Bruin
I think that would involve keeping track of what compilation units have been processed and then skip the ones from the framework if they have a counter part in the project files. I'm not sure if Falcon would like that. I'm "away from computer" this week, so above is just a barely educated guess. Y

RE: flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
Thanks. -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : jeudi 19 décembre 2013 16:20 À : dev@flex.apache.org Objet : Re: flex site staging SVN repo not reachable Seeing the same thing, and I'm on a US IP address for a couple of days, so it's not an EU thing.

Re: flex site staging SVN repo not reachable

2013-12-19 Thread Erik de Bruin
Seeing the same thing, and I'm on a US IP address for a couple of days, so it's not an EU thing. EdB On Thu, Dec 19, 2013 at 9:14 AM, Maurice Amsellem wrote: > Can someone try to connect to the svn repo, to check whether it's on my side, > or on the server's side? > > Maurice > > -Message

RE: flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
Can someone try to connect to the svn repo, to check whether it's on my side, or on the server's side? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : jeudi 19 décembre 2013 12:08 À : dev@flex.apache.org Objet : flex site staging SVN repo

Re: Flex Showcase legal aspects

2013-12-19 Thread Erik de Bruin
Also, remember, outside of the US, most - especially smaller - companies don't have legal teams on retainer... EdB On Thursday, December 19, 2013, Kessler CTR Mark J wrote: > It's not intentionally violated copyright and trademark. The person has > submitted it to us with the understanding we

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-19 Thread Maurice Amsellem
I am sorry Alex, but I am feeling like the more I ask questions, the less I understand, so I give up! Do whatever you think is good and I will +1 the release. Sorry for all the hassle. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 19 décembre 20

Re: Flex Showcase legal aspects

2013-12-19 Thread Alex Harui
I think enough information has been received that it would be hard to claim we weren't aware. -Alex On 12/19/13 2:38 AM, "Kessler CTR Mark J" wrote: >It's not intentionally violated copyright and trademark. The person has >submitted it to us with the understanding we are clear to use it. That

Re: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-19 Thread Alex Harui
On 12/19/13 3:24 AM, "Maurice Amsellem" wrote: >>I'm proposing that the pixelbender.xml only contains the "main" target >>as the release policy only seems to require instructions on how to >>compile the source, not necessarily create a >release. The >>release-pixelbender target will remain in

RE: Confluence upgrade

2013-12-19 Thread Kessler CTR Mark J
No that's fine... one of my browsers wasn't expanding them automatically. Looks good. -Mark -Original Message- From: Stephan Plath [mailto:flex-...@gmx.net] Sent: Thursday, December 19, 2013 7:29 AM To: dev@flex.apache.org Subject: Re: Confluence upgrade Am 19.12.2013 13:19, schrieb

Re: Confluence upgrade

2013-12-19 Thread Stephan Plath
Am 19.12.2013 13:29, schrieb Stephan Plath: Not sure what you mean with "Chile" pages ;-) but the Child pages are expanded in my browser Screenshot: http://snag.gy/1aoA8.jpg

Re: Confluence upgrade

2013-12-19 Thread Stephan Plath
Am 19.12.2013 13:19, schrieb Kessler CTR Mark J: This section describes the various actions which are undertaken within the project, the corresponding approval required for that action and those who have binding votes over the action. Can you find a way to get the Chile pages to expand the tr

RE: Confluence upgrade

2013-12-19 Thread Kessler CTR Mark J
>This section describes the various actions which are undertaken within the >project, the corresponding approval required for that action and those who >have binding votes over the action. Can you find a way to get the Chile pages to expand the tree automatically like the pagetree2 did please,

Re: Easy test/ Easy fix bugs

2013-12-19 Thread piotr.zarzycki
Another thing, If i can't reproduce some issue should I still attache sample application ? - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Easy-test-Easy-fix-bugs-tp3

Re: Confluence upgrade

2013-12-19 Thread Stephan Plath
Am 19.12.2013 00:00, schrieb Maurice Amsellem: The site is awfully slow at the moment, can't test anything... Site speed is now back to normal. -- Stephan

Re: Confluence upgrade

2013-12-19 Thread Stephan Plath
Am 19.12.2013 12:08, schrieb Kessler CTR Mark J: It seems there are macro's missing now. The lozenge (the headers with the icons) and the pagetree2 are all broken for any page that uses the. Seems to have an issue added about it [1] Not to mention there is a new hybrid editor between the ma

Re: Easy test/ Easy fix bugs

2013-12-19 Thread piotr.zarzycki
Hi, I've started working on some sample applications for couple of issues from list. I've got for example this issues -> https://issues.apache.org/jira/browse/FLEX-11498 Adobe Jira comments it "Original Resolution: Fixed" does this mean that is really fixed and in the future someone close this i

RE: [DISCUSS] Discuss Release Apache Flex PixelBender Package 1.0 (RC2)

2013-12-19 Thread Maurice Amsellem
>I'm proposing that the pixelbender.xml only contains the "main" target as the >release policy only seems to require instructions on how to compile the >source, not necessarily create a >release. The release-pixelbender target >will remain in the main build.xml OK. Another question, you said:

bug default button

2013-12-19 Thread Miguel Ferreira
Hi all, i am working in a application that were using mx:button and i remove it and replaced by the spark button with a personalized skin. Until here no problem at all all went smooth, but when i was testing i noticed that when the application have a default button setted for a title window or

RE: Confluence upgrade

2013-12-19 Thread Kessler CTR Mark J
It seems there are macro's missing now. The lozenge (the headers with the icons) and the pagetree2 are all broken for any page that uses the. Seems to have an issue added about it [1] Not to mention there is a new hybrid editor between the macro's and the WYSIWYG editing. [1] https://jira.a

flex site staging SVN repo not reachable

2013-12-19 Thread Maurice Amsellem
Hi : https://svn.apache.org/repos/asf/flex/site is not reachable. However, the site can be viewed without problem: http://flex.staging.apache.org/ Any idea? Maurice Amsellem SYSTAR R&D - BusinessBridgeFX

RE: Confluence upgrade

2013-12-19 Thread Kessler CTR Mark J
I'll take a look at it. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Wednesday, December 18, 2013 5:23 PM To: dev@flex.apache.org Subject: Confluence upgrade Hi, Looks like the confluence upgrade has broken some of the styling: https://cwiki.apa

RE: Flex Showcase legal aspects

2013-12-19 Thread Kessler CTR Mark J
It's not intentionally violated copyright and trademark. The person has submitted it to us with the understanding we are clear to use it. That's the good faith part... we are trusting them in what they are telling us is correct. There is no way to confirm everything we receive. -Mark

Re: flex-sdk_mustella - Build # 50 - Still Failing!

2013-12-19 Thread Erik de Bruin
I'm traveling right now, so a bit behind in email. The jenkins.sh script runs Mustella on 'my' VM and it adds a timeout param to the main run. Check out that script, it's in the 'mustella' directory. EdB On Thursday, December 19, 2013, OmPrakash Muppirala wrote: > On Wed, Dec 18, 2013 at 10:5

Re: flex-sdk_mustella - Build # 50 - Still Failing!

2013-12-19 Thread OmPrakash Muppirala
On Dec 18, 2013 11:33 PM, "Alex Harui" wrote: > > If you open a browser and hit localhost, does it show you the mustella > files? Can you click on a SWF in the MarshallPlan folder and get it to > run? > > I have to change two setting in https.conf, the DocumentRoot and Directory > tag both have t