some feedback

> >
> > <mx:DataGrid cellPress="cellPressEvt(event);">
> 
> event is of type DataGridEvent.

i tried 
<mx:DataGrid cellPress="cellPressEvt(event:mx.events.DataGridEvent)">

but flexbuilder 2 comes up with a compile error
"Expecting right parenthesis after colon"

I actually have yet to see an example in livedocs/demos/etc where 
the event argument is strongly typed.
Shouldn't ALL the code be strongly typed if we are going to get the 
best performance from flashplayer 8.5.

--
> > 2) i want dg.focusedCell = {rowIndex:2, columnIndex:2}  no matter
> > where the user clicks on the editable datagrid. any ideas?
> 
>  I think you'll have to dispatch your own event.
>

Actually, i was trying to migrate some flex 1.5 datagrid code but 
now that i've been playing around with flex 2 dg , I notice alot of 
the functionality i'm looking for has been added. 
So great job adobe.

regards
bod







--
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