Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread OmPrakash Muppirala
Turns out you cannot remove the playerglobal.swc dependency with this kind of project in FDT. Thanks, Om On Tue, Dec 1, 2015 at 10:50 PM, Harbs wrote: > Assuming you can add the nightly to FDT, I imagine that it should work. > > But as lizhi points out, you need the nightly of FalconJX for the

Re: [GitHub] flex-asjs pull request: Language.js bug fixes and improvements

2015-12-01 Thread OmPrakash Muppirala
Alex, It doesnt seem like your response got posted to the git pull conversation here: https://github.com/apache/flex-asjs/pull/3 You might want to reply to the contributor directly on that page. Thanks, Om On Tue, Dec 1, 2015 at 11:09 PM, Alex Harui wrote: > Hi, > > Thanks for these improvemen

Re: [GitHub] flex-asjs pull request: Language.js bug fixes and improvements

2015-12-01 Thread Alex Harui
Hi, Thanks for these improvements. It turns out we are refactoring Language.js in the core_js_to_as branch right now. I will fold your changes in after we merge the refactoring back into the develop branch. -Alex On 12/1/15, 10:06 AM, "adufilie" wrote: >GitHub user adufilie opened a pull req

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread Harbs
Assuming you can add the nightly to FDT, I imagine that it should work. But as lizhi points out, you need the nightly of FalconJX for the code to work. On Dec 2, 2015, at 8:13 AM, lizhi wrote: > the lib need very new flexjs lib. > > not build in the fdt > > > > -- > View this message in con

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread lizhi
the lib need very new flexjs lib. not build in the fdt -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Major-good-news-for-FlexJS-tp50400p50423.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Node.js support

2015-12-01 Thread Harbs
I’m really interested in seeing Node.js transpiling as well. ActionScript on the server with support for the whole Node.js eco-system would be a real win and open lots of doors. On Dec 2, 2015, at 3:06 AM, Josh Tynjala wrote: > Oh, I see! I was confused. I now recall seeing that you were worki

Re: Node.js support

2015-12-01 Thread Alex Harui
On 12/1/15, 5:06 PM, "Josh Tynjala" wrote: > >I thought you meant that you were working on the compiler to add support >for Node.js modules. Getting the compiler to output good code for running >on Node.js is something that I hope to work on soon. > >For those not familiar, Node.js modules are r

Re: Node.js support

2015-12-01 Thread OmPrakash Muppirala
Oh boy, I wish I had started the FlexJS NPM module after you finished your Node.js support via AS3 :-D Thanks for the tips. I had it in my TODOs to look at your npm dts2as utility. I will ping you when I get to the actual compilation of AS3 files via node part, hopefully soon. I might need some

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 116: Successful

2015-12-01 Thread flex . ci . builds
flex-sdk_release-candidate - Build #116 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/116/.

Re: Node.js support

2015-12-01 Thread Josh Tynjala
Oh, I see! I was confused. I now recall seeing that you were working on getting FlexJS into NPM. I thought you meant that you were working on the compiler to add support for Node.js modules. Getting the compiler to output good code for running on Node.js is something that I hope to work on soon.

Re: iOS build verificationerror

2015-12-01 Thread OmPrakash Muppirala
Ah yes, the cryptic errors you get when your apple developer certificates are renewed. Good, I'm glad that your problems are gone :-) Thanks, Om On Tue, Dec 1, 2015 at 4:56 PM, Jason Taylor wrote: > Thanks Om, lol yeah been staring at that doc all day lol. I freaking > hate working with appl

RE: iOS build verificationerror

2015-12-01 Thread Jason Taylor
Thanks Om, lol yeah been staring at that doc all day lol. I freaking hate working with apple, and the lack of transparency/verboisity on that error message is infuriating. Ended up going into devices and attempting to remove the existing devices and suddenly a new window I have never seen pop

Re: Node.js support

2015-12-01 Thread OmPrakash Muppirala
My first goal is to mimic the Installer to get all the required dependencies (AIR, FlashPlayerGlobal.swc, Falcon, Google Closure etc.) The problem here is that except for Google Closure, nothing else is available as a require dependency from npm. And Adobe AIR and Adobe FlashPlayerGlobal.swc need

Node.js support

2015-12-01 Thread Josh Tynjala
I saw Om mention Node.js support in another thread. On Tue, Dec 1, 2015 at 3:38 PM, OmPrakash Muppirala wrote: > Right now, I am working on node.js support for FlexJS. It's something that I'm very interested in, and I planned to work on this too, once I found some time. Om, can you go into mor

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Michael Schmalle
On Tue, Dec 1, 2015 at 6:38 PM, OmPrakash Muppirala wrote: > > > > Say I found a way to get my native calls working, I still would be ata > loss > > for the UI graphics framework I am currently using with Feathers. I know > Om > > had mentioned SVG, but I didn't hear anymore about that and I have

Re: iOS build verificationerror

2015-12-01 Thread OmPrakash Muppirala
I had a very similar issue in the last couple of weeks. When I switched to AIR 20Beta, the problems went away. Can you try that? The Apache Flex Installer supports AIR 20 Beta now. Also, here are some troubleshooting tips for the iOS AIR installation errors: http://blogs.adobe.com/flashplayer/2

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread OmPrakash Muppirala
> > Say I found a way to get my native calls working, I still would be ata loss > for the UI graphics framework I am currently using with Feathers. I know Om > had mentioned SVG, but I didn't hear anymore about that and I have really 0 > experience with it. > FlexJS + SVG would be perfect for that

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread Alex Harui
On 12/1/15, 2:10 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: > >So for me the next step would be...how to make this > >https://github.com/matrix3d/spriteflexjs > >working on FDT? What errors did you get? I think Lizhi's project goes direct to JS via js.swc, so you'll need

iOS build verificationerror

2015-12-01 Thread Jason Taylor
Hey guys, hoping someone might shed some light on this. - Using the latest release of IntelliJ Idea, Flex SDK 14.1 targeting AIR19. - Created a brand new flash mobile for iOS project. - Created new cert (on Mac), uploaded cert to iOS developer portal - Created provisioning

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Michael Schmalle
On Tue, Dec 1, 2015 at 6:15 PM, Alex Harui wrote: > > On 12/1/15, 2:27 PM, "Michael Schmalle" wrote: > > >Anyway, I wish I had some projects for FlexJS/FlaconJX but my story is > >still the same. I am using Feathers and AIR for some audio apps and it > >requires native extensions calling C++ API

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Alex Harui
On 12/1/15, 2:27 PM, "Michael Schmalle" wrote: >On Tue, Dec 1, 2015 at 3:53 PM, Carlos Rovira >> wrote: > >> That sounds really amazing. So in the beginning was a mix of AS3 and >>JS. If >> JS didn't exit, then it was generated. >> So, the strategy now is to have all in AS3 and *all* (or the mo

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Michael Schmalle
On Tue, Dec 1, 2015 at 3:53 PM, Carlos Rovira wrote: > That sounds really amazing. So in the beginning was a mix of AS3 and JS. If > JS didn't exit, then it was generated. > So, the strategy now is to have all in AS3 and *all* (or the most possible) > JS generated? > > Yeah, your right. If you re

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread Carlos Rovira
Just tested and was about 5 min to setup the environment and create and test the initial HelloWorld project. Amazing! :) Then I tried a lizhi TestGraphic project, but didn't have luck and I get some errors So for me the next step would be...how to make this https://github.com/matrix3d/spritefle

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread Carlos Rovira
Amazing! will trying soon! :D 2015-12-01 22:16 GMT+01:00 Josh Tynjala : > I just updated FDT and gave it a try. It's very easy to get a new project > up and running! Cool stuff. > > - Josh > > On Tue, Dec 1, 2015 at 12:58 PM, OmPrakash Muppirala > > wrote: > > > The (Eclipse based) FDT IDE has

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread Josh Tynjala
I just updated FDT and gave it a try. It's very easy to get a new project up and running! Cool stuff. - Josh On Tue, Dec 1, 2015 at 12:58 PM, OmPrakash Muppirala wrote: > The (Eclipse based) FDT IDE has just shipped a release which adds built-in > support for Apache FlexJS 0.5.0 > > Details her

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread piotrz
I will share this one on some forums! :) So excited! - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Major-good-news-for-FlexJS-tp50400p50402.html Sent from the Apache Flex Development mailing list a

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread piotrz
Hi Om, What a news! I was just searching our email list for an old information how to setup it in Intellij and BUM! :) Downloading FDT in progress... :D Thanks! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.na

[FlexJS] Major good news for FlexJS

2015-12-01 Thread OmPrakash Muppirala
The (Eclipse based) FDT IDE has just shipped a release which adds built-in support for Apache FlexJS 0.5.0 Details here: http://fdt.powerflasher.com/2015/12/flexjs-compiler-support/ This is the first time an IDE vendor has added support to our release without us asking for it :-)) Which means th

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Carlos Rovira
That sounds really amazing. So in the beginning was a mix of AS3 and JS. If JS didn't exit, then it was generated. So, the strategy now is to have all in AS3 and *all* (or the most possible) JS generated? 2015-12-01 20:37 GMT+01:00 Alex Harui : > > > On 12/1/15, 11:13 AM, "carlos.rov...@gmail.com

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread OmPrakash Muppirala
I love AMF as well (static typed value objects, one way serialization, no deserialization required, small file size, etc.) The biggest problem I have is with BlazeDS as AMF server. Because with BlazeDS, all AMF request/responses need to be done via POST. This means that building true REST based

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
I’m pretty sure you can use ArrayBuffer.transfer() in place of buffer.slice(). On Dec 1, 2015, at 9:55 PM, Alex Harui wrote: > > > On 12/1/15, 11:52 AM, "Harbs" wrote: > >> I don’t think that’s a problem. I think Uint8ClampedArray is just for >> Canvas bitmap data. > > It was the "1. ArrayB

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Alex Harui
On 12/1/15, 11:52 AM, "Harbs" wrote: >I don’t think that’s a problem. I think Uint8ClampedArray is just for >Canvas bitmap data. It was the "1. ArrayBuffer has no slice method in IE 10." that also caused me to worry. -Alex

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
I don’t think that’s a problem. I think Uint8ClampedArray is just for Canvas bitmap data. On Dec 1, 2015, at 9:30 PM, Alex Harui wrote: > Even for IE10, there may be issues, see the "Known Issues" tab here [1]. > Don't know if that affects AMF or not. > > [1] http://caniuse.com/#search=Typed >

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Alex Harui
On 12/1/15, 11:13 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, that sounds amazing. > >One question for me is what you refer as "externs". Could you share what >this means? Externs are like header files for JS libraries. Michael Schmalle made it possible to create

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Alex Harui
Even for IE10, there may be issues, see the "Known Issues" tab here [1]. Don't know if that affects AMF or not. [1] http://caniuse.com/#search=Typed On 12/1/15, 11:25 AM, "Harbs" wrote: >BTW, here’s a good article on Typed Arrays. Specifically, see the section >on XMLHttpRequest2. > >http://ww

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
BTW, here’s a good article on Typed Arrays. Specifically, see the section on XMLHttpRequest2. http://www.html5rocks.com/en/tutorials/webgl/typed_arrays/ On Dec 1, 2015, at 9:11 PM, Harbs wrote: > Well, it seems to me that Typed Arrays is the right way to go about > implementing ByteArray in J

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Carlos Rovira
Hi Alex, that sounds amazing. One question for me is what you refer as "externs". Could you share what this means? thanks! 2015-12-01 19:53 GMT+01:00 Alex Harui : > FYI, FlexJSStore is mostly up and running on AS cross-compiled to JS. To > me that proves that this workflow for writing JS in AS

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
Well, it seems to me that Typed Arrays is the right way to go about implementing ByteArray in JS.[1] IIUC, mimicking ByteArray is the hardest part of AMF. Of course, this means a minimum of IE10, but that might be OK… [1]https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays On D

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-12-01 Thread Alex Harui
FYI, FlexJSStore is mostly up and running on AS cross-compiled to JS. To me that proves that this workflow for writing JS in AS is truly viable. I'm going to fix the two bugs I know about and then start deleting the handwritten JS files. -Alex On 11/11/15, 11:45 AM, "Alex Harui" wrote: > > >O

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Dev LFM
1) I would use JSON because is well adopted and kinda easy to read. 2) No, I would choose the fastest, even if parsers required. In the end, AMF is cool because keeps the type of the object and the size is much smaller. If somehow json can archive the same, for me is ok to use json. 2015-12-01 18

Re: AW: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Alex Harui
On 12/1/15, 10:18 AM, "Christofer Dutz" wrote: >Well actually it sounded like: We had AMF support, but it didn't perfrom >as well so we threw it away ... > No, nobody I know has worked on it. I just have concerns about how well it will work. Of two implementations I found on the web, one had

Re: AW: lib sprite flexjs,add graphics.as (canvas)

2015-12-01 Thread Dev LFM
+1 for AMF, mostly because keeps the typed object and buffer size is much smaller. some projects already on github: https://github.com/ProjectCryo/AMF.js https://github.com/emilkm/amfjs 2015-12-01 15:24 GMT+00:00 Carlos Rovira : > Hi Alex, > > AMF is "key" for Flex in IT ecosystem. you could mak

AW: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Christofer Dutz
Well actually it sounded like: We had AMF support, but it didn't perfrom as well so we threw it away ... -Ursprüngliche Nachricht- Von: Harbs [mailto:harbs.li...@gmail.com] Gesendet: Dienstag, 1. Dezember 2015 18:56 An: dev@flex.apache.org Betreff: Re: [FLEXJS] AMF (was Re: AW: lib spr

Re: FlexJS Brand Positioning

2015-12-01 Thread Alex Harui
Hi Jude, Good stuff in here. Thanks for bringing it up. Comments inline... On 12/1/15, 12:35 AM, "jude" wrote: >BTW I do plan to help on Flex JS when the time is right. That is when it's >more stable, when it has a few more design and development features to it. Can you provide more detail o

[GitHub] flex-asjs pull request: Language.js bug fixes and improvements

2015-12-01 Thread adufilie
GitHub user adufilie opened a pull request: https://github.com/apache/flex-asjs/pull/3 Language.js bug fixes and improvements Individual improvements are separated into different commits. You can merge this pull request into a Git repository by running: $ git pull https://githu

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Harbs
Instead of talking about throwing it away, why not discuss what is needed to implement AMF? It sounds to me like a great goal. I personally have never used AMF, so I have no idea. Harbs On Dec 1, 2015, at 7:47 PM, Christofer Dutz wrote: > There is no need for a amf to json converter. You woul

AW: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Christofer Dutz
There is no need for a amf to json converter. You would just use a different serializer instead. What I'm worried about is that amf is way more powerful than json. Let me name some benefits: - strongly typed - able to serialize cyclic object graphs - uses way less bandwidth Actually one of my t

Re: [FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Héctor A
I have to say that I've never used AMF... If you Google for AMF Javascript there are several results. If AMF in JS is impractical for some reason and JSON is heavier than desired, maybe MessagePack could be considered. On Tue, Dec 1, 2015 at 6:28 PM, Alex Harui wrote: > Hi,

Re: CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-12-01 Thread Alex Harui
On 11/30/15, 11:09 PM, "lizhi" wrote: >CanvasRenderingContext2D.fillStyle type is a object,not a string > Try the latest nightly build. I fixed a similar problem yesterday. -Alex

[FLEXJS] AMF (was Re: AW: lib sprite flexjs,add graphics.as (canvas))

2015-12-01 Thread Alex Harui
Hi, Renaming this fork of the thread... Well, I have no doubts that AMF is quite popular, but I guess I really should have asked these questions: 1) If FlexJS didn't exist and you couldn't use FlashPlayer, how would you get data from the server to client (and back again)? JSON, XML, some other

Re: AW: lib sprite flexjs,add graphics.as (canvas)

2015-12-01 Thread Carlos Rovira
Hi Alex, AMF is "key" for Flex in IT ecosystem. you could make a Poll and, if most of people involved in Flex would fill it, you'll be surprised of the amount of AMF people is using to comunicate with server-side. So, this means, that for me and many others, the AMF is a requisite, (more even tha

Re: AW: lib sprite flexjs,add graphics.as (canvas)

2015-12-01 Thread Vincent
+1, All of our projects use AMF Le 01/12/2015 15:52, Christofer Dutz a écrit : Cause AMF is so much cooler than JSON ;-) I too would like to see AMF in FlexJS ... Actually if we drop AMF support there's no need for me to keep maintaining BlazeDS any longer. Chris

AW: lib sprite flexjs,add graphics.as (canvas)

2015-12-01 Thread Christofer Dutz
Cause AMF is so much cooler than JSON ;-) I too would like to see AMF in FlexJS ... Actually if we drop AMF support there's no need for me to keep maintaining BlazeDS any longer. Chris Von: Alex Harui Gesendet: Dienstag, 1. Dezember 2015 15:32 An: dev

Re: lib sprite flexjs,add graphics.as (canvas)

2015-12-01 Thread Alex Harui
On 12/1/15, 5:22 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: > >I start to think the only big problem is now to get AMF comming to FlexJS. > >All frameworks (FlexJS, feathers, ...) out there are very cool, but all >lacks RPC APIs (RemoteObject, ...) > >And without that is imp

Re: lib sprite flexjs,add graphics.as (canvas)

2015-12-01 Thread Carlos Rovira
That's amazing. Since is pure AS3 :) I see the class and is what I'd write for flash, and is cool to see it working in my mobile browser :) I start to think the only big problem is now to get AMF comming to FlexJS. All frameworks (FlexJS, feathers, ...) out there are very cool, but all lacks RPC

Re: FlexJS Brand Positioning

2015-12-01 Thread Michael Schmalle
On Mon, Nov 30, 2015 at 8:09 PM, Josh Tynjala wrote: > Yeah, I guess that's an unfortunate naming similarity to Adobe's abandoned > "ActionScript Next". I hadn't even made the association. Regardless, I'm > not concerned with a little temporary disappointment. Doing something like > replacing a n

Re: FlexJS Brand Positioning

2015-12-01 Thread OmPrakash Muppirala
Jude, Nice work on Radiate so far. I really hope the commercial version takes off! I read through your rant, all the way to the end. I probably should have posted this earlier, but I spent a long time trying to fit the donated Radiate code into an Eclipse plugin. I have done similar flash cont

Re: FlexJS Brand Positioning

2015-12-01 Thread jude
BTW I do plan to help on Flex JS when the time is right. That is when it's more stable, when it has a few more design and development features to it. In Radiate I have Import and Export transpilers. For MXML it's been easy to import and export (sortof). For HTML export it's been hell and the bain