Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread Vulcansoft
I meant to listen for the change event of the checkbox, not the grid. You’ll need an itemrenderer or itemeditor for that. -Christian > On Sep 25, 2016, at 5:40 AM, PKumar wrote: > > I checked it and found strange behavior of event. DataGrid change event > behaving differently on Flash & JS si

Re: FlexJS: Binding Issue

2016-09-24 Thread Greg Dove
I did try this quickly, and I could not get it to compile. But I also have not really got things set up correctly to use FlexJS in my IDE (Intellij). I think the nightly build might be stalled at September 14, when I look inside the archive at FlexJS_Nightly\temp\apache-flex-flexjs-0.8.0-bin.zip

Re: FlexJS: Binding Issue

2016-09-24 Thread PKumar
Thanks Greg, but what i noticed that nightly build is broken my others examples also. might be some other development is going on. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13619.html Sent from the Apa

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread PKumar
I checked it and found strange behavior of event. DataGrid change event behaving differently on Flash & JS side. If my render is dispatching "change" event then only it is working but if my render is dispatching customevent then it is not working. - Regards, Prashant -- View this message

Re: FlexJS: Binding Issue

2016-09-24 Thread Greg Dove
I have this working locally in both, so perhaps the nightly builds are not updated. I will download and check against a nightly build and report back in 20 mins On Sun, Sep 25, 2016 at 4:31 PM, PKumar wrote: > Not working, validated in both side Flash & JS. > > > > - > Regards, > Prashant

Re: FlexJS: Binding Issue

2016-09-24 Thread PKumar
Not working, validated in both side Flash & JS. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Binding-Issue-tp13553p13616.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS: Binding Issue

2016-09-24 Thread Greg Dove
Hi Prashant, Please try with this: at the Application level, like so On Sun, Sep 25, 2016 at 4:09 PM, PKumar wrote: >

Re: FlexJS: Binding Issue

2016-09-24 Thread PKumar
Hi Greg, I took the latest nightly build and validated the binding. but it is not working. below is my sample code.

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread Vulcansoft
Just manually dispatch an event in the change event when the checkbox changes and listen to it some place common to all. Works for me. Another way might be to call a static function when the checkbox changes in the grids parentDocument and handle stuff there. -Christian > On Sep 24, 2016, a

FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread PKumar
Hi, I created a DataGrid and displaying checkbox in first column. I need to dispatch event on clicking checkbox and listen that event in container of datagrid or in controller. I tried using "DataItemRendererFactoryForArrayList" but it is not working. Please suggest how to achieve it. - R

Re: [ANNOUNCE} Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-24 Thread Justin Mclean
Hi, > Yes, because we've interpreted "major software releases" from [1] to mean > that we can't use it to announce "beta" software. Its probably still be a good idea to announce it on the dev and user lists. [1] Thanks, Justin 1. http://www.apache.org/dev/release.html#release-announcements