Re: [flexcoders] how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-05 Thread Pan Troglodytes
Blog: http://blogs.adobe.com/aharui > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Pan Troglodytes > *Sent:* Thursday, June 04, 2009 12:00 PM > *To:* flexcoders > *Subject:* [flexcoders] how to fix poor performance in this example &

RE: [flexcoders] how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-04 Thread Alex Harui
une 04, 2009 12:00 PM To: flexcoders Subject: [flexcoders] how to fix poor performance in this example (AdvancedDataGrid and Binding) I have the following example that is a very simplified form of what I need to do in my much larger program. The goal is to have a mouseover on a grid item

[flexcoders] how to fix poor performance in this example (AdvancedDataGrid and Binding)

2009-06-04 Thread Pan Troglodytes
I have the following example that is a very simplified form of what I need to do in my much larger program. The goal is to have a mouseover on a grid item set a variable in the data object. In the real program, this fires off some other code which makes that item visible and the others hidden, et