--- In [email protected], Brandon Krakowsky <[EMAIL PROTECTED]> wrote: > > Amy, thanks. The only difference is that I'm assigning the iconFunction in AS like so: > > adg.iconFunction = myFunction; > private function myFunction(item:Object):Class { > trace("made it this far!"); > } > > I get nothing. Let me look into it further. Thanks for all your help.
You're welcome. I'm wondering if the dataProvider on adg is already set at the point where you set adg.iconFunction. If so, you may need to call something like adg.dataProvider.refresh(). HTH; Amy

