Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-29 Thread Peter Ent
Alex's fix for DataGridColumn is correct and that build should do it. The DataGrid in AS now cross-compiles to a working DataGrid in JavaScript. There are some small differences in event handling that I will try to work out as things go on (or someone else can if they want to help). But this was a

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread Alex Harui
OK, the FlexJSJX.swc wasn't getting into the binary kit. I just pushed changes for that. Peter check in some stuff and I think tried to move DataGridColumn from FlexJSUI to FlexJSJX and somehow it didn't get in. I put in my working copy's DataGridColumn into FlexJSJX for now. This may mean that

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread Madhu Dutta
i dont where i need to add the thing as value added idea. now in market there are various things are available like ADF,JSF. for front end and mobile versions. i'm from Telecom background. Oracle right now provides ADF for front ends where we can use it as 4GL structure. as end to end solution. So

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread Peter Ent
I am in the process of getting the AS version of DataGrid (in FlexJSJX) to work with changes I had made to both the AS and JS versions when Alex made the split. Once I have them working I will update the DataGrid example so that it works. Peter Ent Adobe Systems On 1/28/14 2:18 PM, "OmPrakash Mup

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread OmPrakash Muppirala
On Tue, Jan 28, 2014 at 11:08 AM, Alex Harui wrote: > > > On 1/28/14 11:01 AM, "OmPrakash Muppirala" wrote: > > >Dont we need this swc when building apps with FlexJS? For example, the > >DataGridExample at flex-asjs\examples\DataGridExample does not work now > >because it cannot find the basic:

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread Alex Harui
On 1/28/14 11:01 AM, "OmPrakash Muppirala" wrote: >Dont we need this swc when building apps with FlexJS? For example, the >DataGridExample at flex-asjs\examples\DataGridExample does not work now >because it cannot find the basic:DataGrid component implementation. Even the AS version doesn't co

Re: [FLEXJS] New SWC for Cross-Compiling

2014-01-28 Thread OmPrakash Muppirala
Dont we need this swc when building apps with FlexJS? For example, the DataGridExample at flex-asjs\examples\DataGridExample does not work now because it cannot find the basic:DataGrid component implementation. I looked inside the FlexJS sdk installed via the new installer. There is no FlexJSJX.

[FLEXJS] New SWC for Cross-Compiling

2014-01-23 Thread Alex Harui
As you may recall, Peter was able to create JS version of DataGrid and BarChart by writing the AS version and cross-compiling it to JS. I just checked in a new swc called FlexJSJX and changes to the build scripts so those components and others can have their AS classes in that project and their JS