I have two panels side by side, one of which contains an mxml 
component (a set of edit boxes).  The left panel contains a 
datagrid.  Both the data grid and edit boxes share a common data 
object (an actionscript object).  I make a change to the object via 
the edit boxes and the datagrid does not show the updated values.  
However, when I move the mouse over the row that contains the data I 
just modified, the data changes!?  Any ideas what is happening 
here?  How can I make the data change in the datagrid immediately 
without having to mouse over it?  I've tried calling both draw() and 
invalidate() on the grid and those don't work.

Thanks,
-Will






 
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