Yes, doing that already - thanks :) On Thu, Jan 22, 2009 at 4:45 PM, ross_w_henderson <[email protected]>wrote:
> Hi.
>
> Are you updating super.data in your set data function?
>
> If you aren't, give this a try:
>
> public override function set data(value:Object):void
> {
> super.data = value;
> if(value == null) return;
>
> .....
> }
>
>
>

