Re: Debugging FlexJS in Flash Builder

2013-09-19 Thread Alex Harui
Yeah, when you see the "MyInitialView1_c()" or "MyInitialView1_i()" then you know FB built it last. Is this FB 4.6 or 4.7? If you turn off "build automatically" will it stop overwriting the FlexJS version? -Alex On 9/19/13 12:16 AM, "OmPrakash Muppirala" wrote: >On Wed, Sep 18, 2013 at 4:54 P

Re: Debugging FlexJS in Flash Builder

2013-09-19 Thread OmPrakash Muppirala
On Wed, Sep 18, 2013 at 4:54 PM, Alex Harui wrote: > > > On 9/18/13 4:43 PM, "OmPrakash Muppirala" wrote: > > >On Sep 18, 2013 10:15 AM, "Alex Harui" wrote: > >> > >> > >> > >> On 9/18/13 10:09 AM, "OmPrakash Muppirala" > wrote: > >> > > >> >Adding it as a source path instead, has an added adv

Re: Debugging FlexJS in Flash Builder

2013-09-18 Thread Alex Harui
On 9/18/13 4:43 PM, "OmPrakash Muppirala" wrote: >On Sep 18, 2013 10:15 AM, "Alex Harui" wrote: >> >> >> >> On 9/18/13 10:09 AM, "OmPrakash Muppirala" wrote: >> > >> >Adding it as a source path instead, has an added advantage of being >>able >> >to >> >make edits to the SDK and see it reflect

Re: Debugging FlexJS in Flash Builder

2013-09-18 Thread OmPrakash Muppirala
On Sep 18, 2013 10:15 AM, "Alex Harui" wrote: > > > > On 9/18/13 10:09 AM, "OmPrakash Muppirala" wrote: > > > >Adding it as a source path instead, has an added advantage of being able > >to > >make edits to the SDK and see it reflect in your app immediately. > I actually use a separate Flex libra

Re: Debugging FlexJS in Flash Builder

2013-09-18 Thread OmPrakash Muppirala
On Sep 18, 2013 9:38 AM, "Alex Harui" wrote: > > Thanks for writing that up, but I think it should be simpler than that. > Something like: > > 1. Follow the steps here [1] to set up FlexJS SDK and your FlexJS app > 2. Select Project > Properties > Flex Build Path > Library Path > 3. Expand the F

Re: Debugging FlexJS in Flash Builder

2013-09-18 Thread Alex Harui
On 9/18/13 10:09 AM, "OmPrakash Muppirala" wrote: > >Adding it as a source path instead, has an added advantage of being able >to >make edits to the SDK and see it reflect in your app immediately. I actually use a separate Flex library project for FlexJSUI.swc and link that project. >>In theor

Re: Debugging FlexJS in Flash Builder

2013-09-18 Thread Alex Harui
Thanks for writing that up, but I think it should be simpler than that. Something like: 1. Follow the steps here [1] to set up FlexJS SDK and your FlexJS app 2. Select Project > Properties > Flex Build Path > Library Path 3. Expand the FlexJS SDK 4. Expand the FlexJSUI.SWC 5. Set source attachme