Re: FlexJS : Dispatching event from ItemRenderer

2016-10-03 Thread Peter Ent
I'll take a look into this today. Regards, Peter Ent Adobe Systems/Apache Flex Project On 10/2/16, 5:56 AM, "PKumar" wrote: >I have taken the latest nightly build and modify the datagrid as per your >suggestion. check the inline code. But i am getting the flash player

Re: FlexJS : Dispatching event from ItemRenderer

2016-10-02 Thread PKumar
ttp://apache-flex-users.246.n4.nabble.com/file/n13701/error.jpg> - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Dispatching-event-from-ItemRenderer-tp13612p13701.htm

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-27 Thread Peter Ent
I'm converting the example to ArrayList and remembered that I forgot to tell you an important thing. The List default beads (specified in the defaults.css of the HTML project) all work with Array. When you want to switch to ArrayList you need a new set of beads. Not only do you need to change the

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-27 Thread Peter Ent
I will look it as soon as I can (traveling today but will check later in the day). ‹peter On 9/26/16, 3:18 PM, "PKumar" wrote: >Thanks for details Peter, I took the reference of same example which you >have described here. I tried with ArrayList factory class but

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-26 Thread PKumar
but it should work without any exception. I will generate the exception and will post here soon. So that i can get yours suggestion on it. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Dispatching-event-from-ItemRenderer-tp13612p13638.html

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-26 Thread Peter Ent
Hi, While bubbling may seem like a good idea, it has been pointed out in a couple of other email threads that it has its perils, too. With that in mind, I modified the TodoListExample in the FlexJS examples/flexjs directory. This example has a list with itemRenderers that have checkboxes in

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-25 Thread Alex Harui
Peter will hopefully provide an answer on Monday. The old Flex pattern of bubbling an event from an item renderer is really not a good practice as has been discussed recently on the dev@ list. For FlexJS we are suggesting folks use a custom factory and attach listeners as they get created. I

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread Vulcansoft
in context: > http://apache-flex-users.246.n4.nabble.com/FlexJS-Dispatching-event-from-ItemRenderer-tp13612p13618.html > Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread PKumar
w this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Dispatching-event-from-ItemRenderer-tp13612p13618.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread Vulcansoft
DataItemRendererFactoryForArrayList" but it is not working. Please suggest > how to achieve it. > > > > > > - > Regards, > Prashant > -- > View this message in context: > http://apache-flex-users.246.n4.nabble.com/FlexJS-Dispatching-event-from-Item

FlexJS : Dispatching event from ItemRenderer

2016-09-24 Thread PKumar
to achieve it. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-Dispatching-event-from-ItemRenderer-tp13612.html Sent from the Apache Flex Users mailing list archive at Nabble.com.