Re: [flexcoders] adding zoom effect to datagrid row

2006-06-20 Thread Pan Troglodytes
Thanks for the info, Jason and Tim.  I'm actually going to give up on this for now to move onto other things.  But here's what I was REALLY wanting.  When rolling over any part of the row, I wanted the whole row to zoom.  I haven't been able to figure out how to do that because of the scoping is

RE: [flexcoders] adding zoom effect to datagrid row

2006-06-19 Thread Jason Szeto
Pan,       You are actually running into a scoping problem. You don’t get an error because your effectTriggers are using strings instead of effect instances. Try changing rollOverEffect=”zoomIn” to rollOverEffect=”{zoomIn}”. You should get an error complaining that zoomIn doesn’