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

2013-01-28 Thread Erik de Bruin
Om, I've committed a new build.xml, build.properties and README for the ASJS Publisher. I also added mxmlc.bat to the compiler.jx bin directory. Please update your working copies and try again. Thanks, EdB On Sun, Jan 27, 2013 at 9:59 AM, Erik de Bruin e...@ixsoftware.nl wrote: Always

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

2013-01-27 Thread Om
Erik, This sounds very exciting. I cant wait to play around with your prototype! I am looking at the README files and I dont seem to be able to locate anything regarding how to build and use your prototype. The falcon\trunk\compiler.jx\README does not seem to have anything significant.

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

2013-01-26 Thread Frank Pepermans
compared to the other HTML (or other platform target) solutions. -Original Message- From: Roland Zwaga Sent: Saturday, January 26, 2013 2:51 PM To: dev@flex.apache.org Subject: Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework. On 26

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

2013-01-26 Thread Om
On Sat, Jan 26, 2013 at 11:02 PM, Om bigosma...@gmail.com wrote: On Fri, Jan 25, 2013 at 7:03 AM, Erik de Bruin e...@ixsoftware.nl wrote: 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

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

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

2013-01-25 Thread Erik de Bruin
you can do the same, if the basic Flash API stuff is 'emulated' for JS and included with the compilation? -Original Message- From: Nick Tsitlakidis Sent: Friday, January 25, 2013 6:58 PM To: dev@flex.apache.org Subject: Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher

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 frankp...@hotmail.com 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

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

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 e...@ixsoftware.nl 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

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 ni...@perfectedz.com 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

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.

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

2013-01-25 Thread aYo ~
, 2013 6:58 PM To: dev@flex.apache.org Subject: Re: [ASJS] AS to HTML5 in action: announcing the ASJS Publisher and the VanillaSDK JS framework. 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

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 aha...@adobe.com wrote: On 1/25/13 10:11 AM, Frank Pepermans frankp...@hotmail.com wrote: I concur, this is huge news for the future of Flex! Congrats to making this possible! About the

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:

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 rol...@stackandheap.comwrote: 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

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