Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
Hi, > My main problem with using Closure is that it introduces a second parsing > and manipulation > pass while, IMHO, all of the necessary work can be done inside Falcon since > all necessary > information is contained within the AST. Therefore implementing the whole > shebang inside > Falcon wil

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Alex Harui
On 1/25/13 10:33 PM, "Erik de Bruin" wrote: > Hans, > >> But if I understand it correctly, wouldn't it mean in Erik's model that when >> I create my own custom datagrid component for instance, I would also have to >> write a JS version for this? (For me personally this is what I would want to

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
> code and vice versa. I still think that RequireJS is the better choice, as > Closure implements *synchronous* require() which does not work dynamically > in the browser, and the Closure Library comes with many many more features, I really wish you would stop saying this. It is simply not true. P

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
Hans, > But if I understand it correctly, wouldn't it mean in Erik's model that when > I create my own custom datagrid component for instance, I would also have to > write a JS version for this? (For me personally this is what I would want to > avoid -- writing JS myself :) ) No, it wouldn't m

Re: [jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread Carol Frampton
The code is using getStyle("locale") but I needed to pull it out for the test program. The locale comes from frameworks/projects/framework/defaults.css where the default locale is "en". The code itself is line 569 in spark CollatorBase.as. Carol On 1/25/13 5 :36PM, "Justin Mclean" wrote: >Hi,

[jira] [Created] (FLEX-33370) max drag rate in SliderBase should not be a Constant

2013-01-25 Thread Jan (JIRA)
Jan created FLEX-33370: -- Summary: max drag rate in SliderBase should not be a Constant Key: FLEX-33370 URL: https://issues.apache.org/jira/browse/FLEX-33370 Project: Apache Flex Issue Type: Improvement

Falcon tests

2013-01-25 Thread Gordon Smith
Today I added feature tests showing that property attributes and property tags of type Boolean, int, uint, Number, String, and Class work. I also added more test cases to the parsing tests for the tag and for property attributes and tags of type Number. Next: Tests for more-complex property ty

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Hans Van den Keybus
But if I understand it correctly, wouldn't it mean in Erik's model that when I create my own custom datagrid component for instance, I would also have to write a JS version for this? (For me personally this is what I would want to avoid -- writing JS myself :) ) Does anybody know what GWT is do

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Alain Ekambi
@Roland For the SDK it s surely not a problem since it s all Apache. But anyone using the Apache Flex SDK to write an ExtJS application will need a commercial license from Sencha or will have to open source the code. This is worth mentioning. (I wrote an SDK around EXTJS, so i know for sure) 20

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Frank Wienberg
On Fri, Jan 25, 2013 at 10:13 PM, Roland Zwaga wrote: > I'm really glad to read about this, if you read the "[ASJS] Integration > with existing JS libraries and components" > you will see that I was actually talking about exactly what you're > describing. > Yeah, you sure saw that I also answered

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Roland Zwaga
Hi Alain, I'm not sure if the license really comes into play here, all we're doing is integrate with an API, we don't fork or use their code in any way. We might have to look into the implications for crating an AS3 shim for their API's though, so you do make a valid point. Roland On 25 January

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Roland Zwaga
Hey Frank, thanks a lot for your elaborate answer (as usual). Basically everything I had in mind you pretty much described. So I'm pretty stoked that this could be implemented rather quickly. Between your and Erik's approach I already prefered yours to be honest (Erik, this is no stab under water

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Alain Ekambi
Before going further with ExtJS make sure licensing is clear. Cuz ExtJS is GPL/Commercial. 2013/1/25 Frank Wienberg > Hi Roland, > > thank you for bringing up this point, I think it is crucial for the success > of Apache Flex / JS! > I Erik's latest thread, we just discussed the different appro

Re: [jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread Justin Mclean
Hi, > I'm using "en" because that's the line of code I eventually dug out of the > SDK that was causing the problem. Where was the code in the SDK? The SDK should probably be using LocaleID.DEFAULT rather than assuming the locale/sort order is "en" I believe. Thanks, Justin

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Frank Wienberg
Hi Roland, thank you for bringing up this point, I think it is crucial for the success of Apache Flex / JS! I Erik's latest thread, we just discussed the different approaches to come up with a JS-enabled component library for Flex. I mentioned that we already have an ActionScript-API for Ext JS fr

[jira] [Updated] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Fabio Todaro (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Todaro updated FLEX-33369: Priority: Major (was: Minor) > Windows with custom chrome are partially offscreen when maximiz

[jira] [Updated] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Fabio Todaro (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Todaro updated FLEX-33369: Affects Version/s: Apache Flex 4.9.0 > Windows with custom chrome are partially offscreen when

[jira] [Updated] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton updated FLEX-33369: -- Attachment: ChromeTest.zip Attaching ChromeTest.zip from original Adobe bug SDK-28323.

[jira] [Comment Edited] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563055#comment-13563055 ] Carol Frampton edited comment on FLEX-33369 at 1/25/13 9:25 PM:

[jira] [Commented] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563055#comment-13563055 ] Carol Frampton commented on FLEX-33369: --- If you attach a small sample app that demon

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13563050#comment-13563050 ] Carol Frampton commented on FLEX-33365: --- Thanks to Alex for the info, the external U

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Roland Zwaga
> It is important to note that the way we use Jangaroo at CoreMedia, we do > *not* use JooFlash (the Flash API emulation). > Instead, we build UIs in ActionScript and EXML (an MXML dialect), using Ext > JS through a (generated) ActionScript API. > We call this approach Ext AS: > https://github.com

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Roland Zwaga
On 25 January 2013 22:03, Erik de Bruin wrote: > > We most certainly will, once we get our misunderstandings out of the way > :) > > I think we both aim for the same things, we just need to find the same > > wavelengths :) > > Your followup mails -- and me re-reading the original one, I know I >

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Frank Wienberg
Erik, its really amazing to witness your progress! On Fri, Jan 25, 2013 at 7:30 PM, Alex Harui wrote: > > > > On 1/25/13 10:11 AM, "Frank Pepermans" wrote: > > > I concur, this is huge news for the future of Flex! Congrats to making > this > > possible! > > > > About the vanilla sdk, I have som

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
> We most certainly will, once we get our misunderstandings out of the way :) > I think we both aim for the same things, we just need to find the same > wavelengths :) Your followup mails -- and me re-reading the original one, I know I was lazy reading it the first time :-) -- cleared things up a

[jira] [Updated] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Fabio Todaro (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Todaro updated FLEX-33369: Description: Steps to reproduce: 1. Create an AIR application with custom chrome and transparent (w

[jira] [Updated] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Fabio Todaro (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Todaro updated FLEX-33369: Affects Version/s: (was: Adobe Flex SDK 4.1 (Release)) Adobe Flex SDK 4.6

[jira] [Created] (FLEX-33369) Windows with custom chrome are partially offscreen when maximized

2013-01-25 Thread Fabio Todaro (JIRA)
Fabio Todaro created FLEX-33369: --- Summary: Windows with custom chrome are partially offscreen when maximized Key: FLEX-33369 URL: https://issues.apache.org/jira/browse/FLEX-33369 Project: Apache Flex

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Roland Zwaga
Hi Alex, I think you got my drift, comments are inline again: On 25 January 2013 21:33, Alex Harui wrote: > While both Erik and I are using Goog, I think Roland is asking why we > aren't > use Jquery or ExtJS UI components. > Exactly, and I'm certainly NOT claiming that you and Erik should NOT

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Roland Zwaga
Hey Erik, comments are inline: > The way that TypeScript and Randori/SharpKit integrate with JS is by > > declaring some sort of interface which has exactly > > the same signatures of their JS counterparts. I think this will quite > > probably make the most sense for Apache Flex as well. > > That

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Alex Harui
While both Erik and I are using Goog, I think Roland is asking why we aren't use Jquery or ExtJS UI components. In my framework, I'm not right now because I had trouble getting my head around them and the ones I looked at seemed to come with application framework infrastructure, and I want to star

Re: [ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Erik de Bruin
> The title of this message says exactly what I mean. Right now we're talking > about cross compiling the Flex SDK > itself, along with all of its components. No, neither Alex nor I are taking that approach. > The way that TypeScript and Randori/SharpKit integrate with JS is by > declaring some s

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread aYo ~
Well done guys. This is really brilliant news. Many many thanks a On Jan 25, 2013 6:11 PM, "Frank Pepermans" wrote: > I concur, this is huge news for the future of Flex! Congrats to making > this possible! > > About the vanilla sdk, I have some Jangaroo experience, there you can > build a full AS

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
> Over time, the approach I'm taking can grow to match a significant portion > of the existing Flex SDK, but I would not want to promise 100% for the above > stated reasons. Ditto for me. :-) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware

Re: Allow tracking of download statistics on flex.apache.org

2013-01-25 Thread Om
On Fri, Jan 25, 2013 at 11:44 AM, Om wrote: > On Fri, Jan 25, 2013 at 7:17 AM, Nicholas Kwiatkowski > wrote: > >> Om, >> >> I think the biggest thing to figure out is how we want to handle creating >> the tracking link. I could create it under my account, but I am also >> unwilling to share my

Re: Allow tracking of download statistics on flex.apache.org

2013-01-25 Thread Om
On Fri, Jan 25, 2013 at 7:17 AM, Nicholas Kwiatkowski wrote: > Om, > > I think the biggest thing to figure out is how we want to handle creating > the tracking link. I could create it under my account, but I am also > unwilling to share my password with others in case something needs to be > chan

[ASJS] Integration with existing JS libraries and components

2013-01-25 Thread Roland Zwaga
Hi there, to continue the discussion about AS->JS cross compilation, I'd like to add another option which, I think, could lead to better acceptance of Apache Flex in the HTML5/JS sphere. The title of this message says exactly what I mean. Right now we're talking about cross compiling the Flex SDK

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Alex Harui
On 1/25/13 10:57 AM, "Nick Tsitlakidis" wrote: > Hello Alex, > To be honest, your approach sounds like the proper way to move forward (at > least to me), but I still think that using what we already have in the AS > side is going to take less time and as you have already said in some > emails,

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Alex Harui
On 1/25/13 11:00 AM, "Erik de Bruin" wrote: > 2) Actually, I have the AS implementation completely finished... it's > the Flex SDK (hence the 'vanilla' in the name). On the browser side > I'll have to create a JS framework that has the same public API as the > Flex SDK, but I never said that b

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
2) Actually, I have the AS implementation completely finished... it's the Flex SDK (hence the 'vanilla' in the name). On the browser side I'll have to create a JS framework that has the same public API as the Flex SDK, but I never said that behind that API would be a translation of any unused code

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Nick Tsitlakidis
Hello Alex, To be honest, your approach sounds like the proper way to move forward (at least to me), but I still think that using what we already have in the AS side is going to take less time and as you have already said in some emails, this year will be a crucial one for Flex. Anyway, having cho

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Alex Harui
On 1/25/13 10:11 AM, "Frank Pepermans" wrote: > I concur, this is huge news for the future of Flex! Congrats to making this > possible! > > About the vanilla sdk, I have some Jangaroo experience, there you can build > a full AS Button component, > which compiles to JS without the need of a va

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
Hi, The idea behind the Vanilla SDK is that there is already a pretty good AS side UI toolkit: the Flex SDK. That means there is no need to do any work on the AS side creating a new framework. The only thing we need to build is the JS side of the equation. The Vanilla SDK philosophy is to create a

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Frank Pepermans
I concur, this is huge news for the future of Flex! Congrats to making this possible! About the vanilla sdk, I have some Jangaroo experience, there you can build a full AS Button component, which compiles to JS without the need of a vanilla SDK. I assume technically you can do the same, if th

Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Nick Tsitlakidis
Firstly, WELL DONE TO ALL cause this sounds epic! I haven't tried it yet but it's already in my todo list. I'll go slightly off topic here and ask you if you can share your vision about the VanillaSDK Erik. I'm reading the hundreds of emails but its kinda hard to keep up with you guys. You do a gr

RE: facebook api

2013-01-25 Thread David Coleman
- He doesn't think there is anyone at Adobe or Facebook that is actively supporting it.well that answers my question. I'm not interested in dealing with a dead library along with 100K lines of my own code. Especially when Facebook changes their API on what seems like an hourly basis these days.

Re: facebook api

2013-01-25 Thread Carol Frampton
On 1/25/13 7 :57AM, "David Coleman" wrote: >Hello, > >Our company makes facebook games. We are considering releasing an AIR >version of one of our games. We have considered using this library [1]. >The writeup says that it is "fully supported by Facebook and Adobe". >This begs me to ask the l

Re: facebook api

2013-01-25 Thread Nick Tsitlakidis
The library is functional. I'm using it myself as well. There are problems though. For example I keep getting javascript warnings that some methods are marked as deprecated by Facebook. And the library is using these methods. The latest available build seems to have been released in October 2011 (

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

2013-01-25 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562812#comment-13562812 ] zy edited comment on FLEX-33366 at 1/25/13 4:48 PM: Thank you.But I al

RE: facebook api

2013-01-25 Thread David Coleman
Thank you, Alex, I'll contact them directly then. I saw that it also said "Adobe has taken over day-to-day management of the project" so i thought that maybe you or someone else here might have an inside scoop on the future of the lib. Thanks again for your time. > From: aha...@adobe.com > To

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

2013-01-25 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562812#comment-13562812 ] zy edited comment on FLEX-33366 at 1/25/13 4:36 PM: Thank you.But I al

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

2013-01-25 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562812#comment-13562812 ] zy edited comment on FLEX-33366 at 1/25/13 4:32 PM: Thank you.But I al

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

2013-01-25 Thread zy (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562812#comment-13562812 ] zy commented on FLEX-33366: --- Thank you.But I all use the TLF,is it can't use flash.text.TextFie

Re: [jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread Alex Harui
Watson urls are internal to Adobe, but bugbase.adobe.com is a portal to the same DB. On 1/25/13 6:25 AM, "Carol Frampton (JIRA)" wrote: > > [ > https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugi > n.system.issuetabpanels:comment-tabpanel&focusedCommentId=135627

Re: facebook api

2013-01-25 Thread Alex Harui
That page says that Grant Skinner and friends are working on it. Grant is not an Adobe employee and last I heard, is alive and well, so this library appears to be outside the influence of Adobe (although I suppose that Adobe could be providing monetary incentives to Grant or others to work on it).

Re: AW: AW: Donation of Flexmojos

2013-01-25 Thread Alex Harui
On 1/25/13 7:12 AM, "Greg Reddin" wrote: > On Fri, Jan 25, 2013 at 3:35 AM, christofer.d...@c-ware.de < > christofer.d...@c-ware.de> wrote: > >> So ... does this have any impact on the plans to donate? Is it now harder >> to donate or does it make stuff even easier? >> > > To my knowledge t

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

2013-01-25 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562785#comment-13562785 ] Alex Harui commented on FLEX-33366: --- OK. Please attach your simple test case. MX text c

Allow tracking of download statistics on flex.apache.org

2013-01-25 Thread Nicholas Kwiatkowski
Om, I think the biggest thing to figure out is how we want to handle creating the tracking link. I could create it under my account, but I am also unwilling to share my password with others in case something needs to be changed... Your thoughts? -Nick On Fri, Jan 25, 2013 at 4:09 AM, Om wrote

RE: facebook api

2013-01-25 Thread David Coleman
I ask here, because our *web* version uses the Flex sdk... And we would like to have a common code base. So, we were wondering if there was any "official" opinion on the ability of this library to operate in a web app built with the Apache Flex SDK in a future web version, which of course woul

Re: AW: AW: Donation of Flexmojos

2013-01-25 Thread Greg Reddin
On Fri, Jan 25, 2013 at 3:35 AM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > So ... does this have any impact on the plans to donate? Is it now harder > to donate or does it make stuff even easier? > To my knowledge the current licensing strategy of the product has no bearing

[ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework.

2013-01-25 Thread Erik de Bruin
Hi, I'm proud to announce the availability of a 'proof of concept' for a Actionscript to HTML5/Javascript work flow. Standing on the shoulders of giants (Gordon, Mike, Alex et al., I'm looking at you!) I was able to piece together a working prototype of a full Flash Builder -> Browser application

Re: [jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread Carol Frampton
I'm using "en" because that's the line of code I eventually dug out of the SDK that was causing the problem. It works fine on all the other platforms and for English on Chrome. I'm pretty sure it can use many flavors of the string and if it's invalid or not available it is suppose to use a fallba

Re: facebook api

2013-01-25 Thread Dev Lists [Basgrani]
Hi, To develop games have the AIR SDK ASC2: http://labs.adobe.com/downloads/asc2.html This is totally independent, not dependent on Flex. You can use this with Starling and custom libs for development on these games. Greetings. El 25/01/2013 13:57, David Coleman escribió: Hello, Our compa

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562729#comment-13562729 ] Aurélien Baroiller commented on FLEX-33365: --- Indeed those urls aren't accessible

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562720#comment-13562720 ] Carol Frampton commented on FLEX-33365: --- I did enter both bugs but it might be an in

Re: facebook api

2013-01-25 Thread Harbs
Since that seems like it's targetting games, I'd imagine that Adobe is serious about maintaining it. It does not seem tied to Flex specifically. It's a Flash library. Harbs On Jan 25, 2013, at 2:57 PM, David Coleman wrote: > Hello, > > Our company makes facebook games. We are considering rele

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-01-25 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562565#comment-13562565 ] Aurélien Baroiller commented on FLEX-33365: --- Thank you Carol, I can reproduce t

AW: AW: AW: Donation of Flexmojos

2013-01-25 Thread christofer.d...@c-ware.de
Ok ... I asked Velo about the licenses ... initially FM was GPL ... he changed it to Apache but changed it back to GPL because " cause at the time changing to ASL wasn't real" (Don't quite know what he meant with this ... guess he simply changed the license to Apache without doing the necessary

[jira] [Commented] (FLEX-33361) [WEBSITE] Enable link tracking analysis for flex.apache.org

2013-01-25 Thread OmPrakash Muppirala (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562554#comment-13562554 ] OmPrakash Muppirala commented on FLEX-33361: Vote results here: http://flex.ma

[jira] [Updated] (FLEX-33361) [WEBSITE] Enable link tracking analysis for flex.apache.org

2013-01-25 Thread OmPrakash Muppirala (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] OmPrakash Muppirala updated FLEX-33361: --- Description: Discussion here: http://markmail.org/message/dpmcb5hi5y7olwu2 One of th

[VOTE] [RESULT] *** Allow tracking of download statistics on flex.apache.org ***

2013-01-25 Thread Om
The vote passes with the following results: *Binding* Alex Harui Igor Costa Nicholas Kwiatkowski Greg Reddin Jun Heider Peter Ent Jonathan Campos Justin Mclean Tink Christophe Herreman Omar Gonzalez OmPrakash Muppirala *Non-binding* Jaydeep Tank Harbs Miguel Martín-Forero Ruiz Kessler CTR Mark J

[jira] [Resolved] (FLEX-33368) Support for Locale fr_CH

2013-01-25 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra resolved FLEX-33368. - Resolution: Fixed Author: czadra Date: Fri Jan 25 08:14:43 2013 New Revision: 1438379 URL: http:

AW: AW: AW: Donation of Flexmojos

2013-01-25 Thread christofer.d...@c-ware.de
>From looking at a commit from Velo on May 27 2012 he replaced the Apache 2.0 >licesne with the GNU license and removed any other licensing header from files >in the repo ... so I guess Flexmojos trunk is now under GNU General public >license. But ... It seems that we could assume that the Contr

AW: Donation of Flexmojos

2013-01-25 Thread christofer.d...@c-ware.de
Well I too have the rights to publish stuff there, so I could do the releasing. I Guess this would not be problematic. Chris -Ursprüngliche Nachricht- Von: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] Gesendet: Donnerstag, 24. Januar 2013 18:54 An: dev@flex.apache.org Betreff: RE: D