ou my mistake... it DOES work. but not for what I want.
I need to listen to "column drag" events... any ideas?

On 8/10/06, Aldo Bucchi <[EMAIL PROTECTED]> wrote:
> DataGridEvent.HEADER_RELEASE not working
>
> anyone else noticed this?..
>
>
>
> dataGrid.addEventListener( DataGridEvent.COLUMN_STRETCH, handleDataGridEvent 
> );
> dataGrid.addEventListener( DataGridEvent.HEADER_RELEASE, handleDataGridEvent 
> );
>
> private function handleDataGridEvent( event:DataGridEvent ):void
> {
>         trace("handleDataGridEvent: " + event.type );
> }
>
> I drag and stretch the columns like crazy... and I only catch
> COLUMN_STRETCH events.
>
> my mistake?
>
> Thanks,
> Aldo
>
> --
> ::::: Aldo Bucchi :::::
> mobile (56) 8 429 8300
>


-- 
::::: Aldo Bucchi :::::
mobile (56) 8 429 8300


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to