Re: [flexcoders] Retrieve current item on a DataGroup

2013-11-07 Thread Jairo França

As a previous mail already said: "Thanks Alex!".


Em 07/11/2013 05:11, Alex Harui escreveu:

If you need selection, why not use List?

From: Jairo França mailto:ja...@tgi.inf.br>>
Reply-To: "flexcoders@yahoogroups.com 
<mailto:flexcoders@yahoogroups.com>" <mailto:flexcoders@yahoogroups.com>>

Date: Tuesday, November 5, 2013 9:27 AM
To: "flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>" 
mailto:flexcoders@yahoogroups.com>>

Subject: [flexcoders] Retrieve current item on a DataGroup

I have a question that seems easy, but i can't solve.
I have a DataGroup with a custom ItemRenderer.
How can I retrieve the current item that was selected with a double
click (something like a SelectedItem on a DataGrid)?
Can I retrieve the "itemRenderer" instance of the element?

Thansk

My code is:
















Re: [flexcoders] Retrieve current item on a DataGroup

2013-11-06 Thread Alex Harui
If you need selection, why not use List?

From: Jairo França mailto:ja...@tgi.inf.br>>
Reply-To: "flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>" 
mailto:flexcoders@yahoogroups.com>>
Date: Tuesday, November 5, 2013 9:27 AM
To: "flexcoders@yahoogroups.com<mailto:flexcoders@yahoogroups.com>" 
mailto:flexcoders@yahoogroups.com>>
Subject: [flexcoders] Retrieve current item on a DataGroup



I have a question that seems easy, but i can't solve.
I have a DataGroup with a custom ItemRenderer.
How can I retrieve the current item that was selected with a double
click (something like a SelectedItem on a DataGrid)?
Can I retrieve the "itemRenderer" instance of the element?

Thansk

My code is:














[flexcoders] Retrieve current item on a DataGroup

2013-11-05 Thread Jairo França
I have a question that seems easy, but i can't solve.
I have a DataGroup with a custom ItemRenderer.
How can I retrieve the current item that was selected with a double 
click (something like a SelectedItem on a DataGrid)?
Can I retrieve the "itemRenderer" instance of the element?



Thansk

My code is: