: EECOLOR <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Monday, June 4, 2007 5:00:31 AM
Subject: Re: [flexcoders] click event handler of datagrid, make it fire on rows
only
>it would be best if i could fire an event on dbl click of a row only, how can
&
it would be best if i could fire an event on dbl click of a row only, how
can i do this?
I would advise you to start reading the documentation. At the DataGrid page
at the events section, you could have found:
ListEvent.ITEM_DOUBLE_CLICK
In the documentation it sais:
itemDoubleClick - Dispatc
7 3:40 AM
*To:* flexcoders@yahoogroups.com
*Subject:* Re: [flexcoders] click event handler of datagrid, make it fire
on rows only
thanks that event does work better, but hopefully this can be expanded
upon- for instance, using ListEvent.CHANGE fires when the user uses arrow
keys to switch between r
_
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Derrick Anderson
Sent: Monday, June 04, 2007 3:40 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] click event handler of datagrid, make it fire on
rows only
thanks that event does work better, but hopefully
, how can i do this?
- Original Message
From: EECOLOR <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Sunday, June 3, 2007 4:50:36 PM
Subject: Re: [flexcoders] click event handler of datagrid, make it fire on rows
only
You should lis
You should listen to ListEvent.CHANGE.
From the documentation:
change - Dispatched when the selectedIndex or selectedItem property changes
as a result of user interaction.
Greetz Erik
On 6/3/07, Derrick Anderson <[EMAIL PROTECTED]> wrote:
hi, anyone know how i can get the 'click' proper
6 matches
Mail list logo