On Mon, Jun 1, 2015 at 12:48 AM, Alex Harui <aha...@adobe.com> wrote:
> > > On 5/31/15, 4:16 PM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > >As I worked through this weekend utilizing the rainy days and kids > >finishing up for finals, I realized what my first step should be with the > >whole DOM thing. > > > >That is.. Helping figure out how to take the burden off Alex and Peter on > >the js double work they have been doing. > > > >So I am looking at Core and see the js/src and Application.js and then > >Application.as. I realize that all you want to do is be able to code in as > >but you still need to work the logic out for .js in as. > > Right, it won’t eliminate the double work, but it should make for much > less work in creating the JS, maybe just because I don’t have to type > “prototype” and “this” as often. > > Geez, Mike, you’re making me wish it rains all the time at your house ;-). > > Thanks for making such excellent progress. > Alex, if you think about it, when this stuff translates 100%, it's not double work. It then becomes no different then writing a JS UI component framework like all the other ones out there, they have to write the javascript, but in javascript. You write your UI stuff in actionscript. I wouldn't call it progress, just cleaning up my mess from two years ago. :) I think you gain a whole lot more then not writing this and prototype with this new functionality. My goal is to try and get you and Peter's time back into making a nice framework, I will worry about the lower level stuff. Mike > -Alex > >