It looks like this:

public function setValue( str : String, item : Object ) : Void
{
     var alreadyAddedFilterObject : Boolean = ( user == item || item
== null || item == undefined );                 
if ( alreadyAddedFilterObject )
     {                  
     return;
     }
     else 
     {
          user = UserVO( item );
     }
}

--- In [email protected], Manish Jethani
<[EMAIL PROTECTED]> wrote:
> On 8/4/05, sir_janksalot <[EMAIL PROTECTED]> wrote:
> > Exactly. When I shorten the list I get the same problem with 1st and
> > 6th. How do I fix this?
> 
> What does your setValue implementation look like?  You need to update
> the cell renderer with the new data.
> 
> Manish





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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