Re: CreateJS and FlexJS

2013-05-07 Thread Justin Mclean
Hi, > 2) However, FB doesn't like new flags being added to that SDK's mxmlc. It's actually OK with that eg the advanced telemetry stuff I added a few weeks ago works fine with FB. > F) I don't believe there are any new releases of FB planned at this time Probably assumed but perhaps not public

Re: CreateJS and FlexJS

2013-05-07 Thread Alex Harui
On 5/7/13 12:50 AM, "Erik de Bruin" wrote: >> It will be a lot of work to integrate the compilers into FB. > > Can you give me a basic idea of what is involved? > Not 100% sure, but here's what I think I know: 1) In theory, FB 4.7 should call the SDK's mxmlc when building. 2) However, FB do

Re: CreateJS and FlexJS

2013-05-07 Thread Peter Ent
I forgot to restart FB once I replaced the FlexJSUI.swc in the FlexJSOverlay SDK area. That fixed the problem. Now both Test_CreateJS and Test_HTML5 work - I didn't need to do anything to the code. Peter Ent Flex SDK Team Adobe Systems, Inc. On 5/6/13 11:40 PM, "Alex Harui" wrote: > > > >On 5/6

Re: CreateJS and FlexJS

2013-05-07 Thread Erik de Bruin
> It will be a lot of work to integrate the compilers into FB. Can you give me a basic idea of what is involved? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: CreateJS and FlexJS

2013-05-06 Thread Alex Harui
On 5/6/13 6:19 PM, "OmPrakash Muppirala" wrote: > On May 6, 2013 2:17 PM, "Alex Harui" wrote: >> >> If you see a stack trace with a function ending with _c() or _i(), that's > a >> sign that the old FB MXMLC compiler was the last thing to compile that SWF >> and you have to run the external

Re: CreateJS and FlexJS

2013-05-06 Thread OmPrakash Muppirala
On May 6, 2013 2:17 PM, "Alex Harui" wrote: > > If you see a stack trace with a function ending with _c() or _i(), that's a > sign that the old FB MXMLC compiler was the last thing to compile that SWF > and you have to run the external tool again. > > -Alex I got this same error as well. I was c

Re: CreateJS and FlexJS

2013-05-06 Thread Alex Harui
If you see a stack trace with a function ending with _c() or _i(), that's a sign that the old FB MXMLC compiler was the last thing to compile that SWF and you have to run the external tool again. -Alex On 5/6/13 1:05 PM, "Peter Ent" wrote: > I the FlexJSTest_CreateJS sample working in both Acti

Re: CreateJS and FlexJS

2013-05-06 Thread Peter Ent
I the FlexJSTest_CreateJS sample working in both ActionScript and JavaScript. I only have the FlexJSTest_HTML5 working in JavaScript; ActionScript gives me an RTE, but I'm looking into it. TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.styles:

Re: CreateJS and FlexJS

2013-05-06 Thread Carlos Rovira
Hi peter, Changes are already integrated. Erik made an update some hours ago to make it work with the goof.events refactor. As he noticed in the update got message example is showing some controls but it need some more changes to fix all functionality. El lunes, 6 de mayo de 2013, Peter Ent escr

Re: CreateJS and FlexJS

2013-05-06 Thread Peter Ent
Thanks Carlos. I look forward to integrating your changes and to see how you did it. --peter On 5/2/13 8:07 PM, "Carlos Rovira" wrote: >Hi Peter, > >I finaly get it working, so I merged the checkbox creates control in >develop. > >For me this was more than an exercise to learn createjs and other

Re: CreateJS and FlexJS

2013-05-02 Thread Carlos Rovira
Hi Peter, I finaly get it working, so I merged the checkbox creates control in develop. For me this was more than an exercise to learn createjs and other js things. As Alex commented this is more an experiment than other thing, but since creates has many similarities to old school AS1 is very int

Re: CreateJS and FlexJS

2013-04-30 Thread Carlos Rovira
Thanks Alex, I'll try it as I get at Home. btw, I see a commit to get something like creationComplete event. This made me think about UIComponent lifecycle. I think there's nothing yet to proxy changes in properties, display list, layouts... do we want a similar lifecycle workflow? 2013/4/30 A

Re: CreateJS and FlexJS

2013-04-30 Thread Alex Harui
OK, pushed some bug fixes including a change to SimpleBinding that might fix this issue. On 4/30/13 6:30 AM, "Alex Harui" wrote: > I might have fixed the same issue last night. I will check it in in a few > hours. > > > > > Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > > Pete

Re: CreateJS and FlexJS

2013-04-30 Thread Alex Harui
I might have fixed the same issue last night. I will check it in in a few hours. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Peter Ent wrote: Hi Carlos. I'll take a look at it today. Peter On Apr 29, 2013, at 7:11 PM, "Carlos Rovira" wrote: > Hi Peter, > > I just shared

Re: CreateJS and FlexJS

2013-04-30 Thread Peter Ent
Hi Carlos. I'll take a look at it today. Peter On Apr 29, 2013, at 7:11 PM, "Carlos Rovira" wrote: > Hi Peter, > > I just shared a branch with a createjs checkbox control. I get external > update through the right button changing selected property, but can get it > to work clicking in th

Re: CreateJS and FlexJS

2013-04-29 Thread Carlos Rovira
Hi Peter, I just shared a branch with a createjs checkbox control. I get external update through the right button changing selected property, but can get it to work clicking in the checkbox. Do you know what could be the problem? I just started with all the FlexJS thing and I'm yet figuring and r