AW: AW: AW: AW: AW: Problems Installing Flash SDK according to documentation

2015-07-28 Thread Christofer Dutz
Hi Michael, Ok ... so I tried again today using another project (This time Flex instead of Air) and I could confirm not being able to download behind a proxy. Tracking down the problem I could see, that the proxy was used, unfortunately the Credentials for authenticating weren't :-( The reason

Issue with Georgian language display on Android Lollipop

2015-07-28 Thread pankaj_mrce
There is an issue with Georgian language display on Android Lollipop versions. It shows '?' and crossed-boxes instead of the actual characters. It works fine on the lower Android versions & all iOS versions. Any help would be appreciated! Thanks, Pankaj -- View this message in context: http:

Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Josh Tynjala
Hey folks, Last week, I created a prototype of some Feathers-like components running on top of CreateJS, but written in AS3 and transpiled with FlexJS. Here's a little demo: http://joshblog.net/projects/feathers-createjs/demo/ It's 50 buttons that can be scrolled vertically. Click/touch and dra

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Alex Harui
This is awesome! Thanks to you and the others who have brought the code base to this point. -Alex On 7/28/15, 11:15 AM, "Josh Tynjala" wrote: >Hey folks, > >Last week, I created a prototype of some Feathers-like components running >on top of CreateJS, but written in AS3 and transpiled with Fle

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Carlos Rovira
Amazing! Very well done! As I stated in some other sites, is like feathers could be (at least in soul) the next Flex 5! (thanks of course to FlexJS) I will dig a bit through the github code to see the internals Congrats Josh! :) Carlos 2015-07-28 20:44 GMT+02:00 Alex Harui : > This is awesome!

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Carlos Rovira
Hi Josh, could you point me to the root class of this example? I don't find the code One more thing (just curiosity), is MXML allowed, or only AS3? ( I suppose only the later, but want to know something for sure) Thanks 2015-07-28 21:31 GMT+02:00 Carlos Rovira : > Amazing! Very well done! As

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Harbs
Yeah. This is really exciting stuff! On Jul 28, 2015, at 9:44 PM, Alex Harui wrote: > This is awesome! Thanks to you and the others who have brought the code > base to this point. > > -Alex > > On 7/28/15, 11:15 AM, "Josh Tynjala" wrote: > >> Hey folks, >> >> Last week, I created a prototy

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Josh Tynjala
Here's the root class from the demo: https://gist.github.com/joshtynjala/fb66c96b2fcf35f9409c AS3 only. I'm pretty sure that I would need to manually wire some things up to allow MXML to be used with these components. However, as I understand it, the Falcon MXML compiler is more data-driven, so t

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Michael Schmalle
Wow, now this is great to see Josh! I am so glad you had some time to get this together. Now it makes me feel great that I busted my ass to get those externs working. ;-) Will be interesting to see where this goes. Mike On Tue, Jul 28, 2015 at 4:29 PM, Josh Tynjala wrote: > Here's the root cla

Re: Feathers prototype with CreateJS built with JSC from FlexJS

2015-07-28 Thread Alex Harui
On 7/28/15, 1:29 PM, "Josh Tynjala" wrote: >Here's the root class from the demo: > >https://gist.github.com/joshtynjala/fb66c96b2fcf35f9409c > >AS3 only. I'm pretty sure that I would need to manually wire some things >up >to allow MXML to be used with these components. However, as I understand

[FlexJS][FalconJX] Flat Theme for FlexJS

2015-07-28 Thread Alex Harui
Hi, I just pushed the changes to get parts of a Flat theme working in FlexJS. This shows one way folks will be able to swap in different component sets and visuals in FlexJS. First, check out the latest (non-Flat) DataBindingTest demo here: SWF: http://s.apache.org/vaa HTML/JS/CSS: http://s.apach