RE: [flexcoders] RTE in List when filtering ArrayCollection

2006-08-23 Thread Matt Chotin
: [flexcoders] RTE in List when filtering ArrayCollection Matt, the filter is removing Items indeed, to solve the problem , I set the verticalScrollPosition to 0 before applying the refresh() method. To have it assigned to a single dataProvider , it's not a problem to use this kind of workaround

Re: [flexcoders] RTE in List when filtering ArrayCollection

2006-08-22 Thread João Fernandes
you can detach the dataProvider, filter it, and then re-assign it? Matt From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of João Fernandes Sent: Friday, August 18, 2006 9:39 AM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] RTE in List when filtering

RE: [flexcoders] RTE in List when filtering ArrayCollection

2006-08-21 Thread Matt Chotin
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of João Fernandes Sent: Friday, August 18, 2006 9:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] RTE in List when filtering ArrayCollection Hi everyone, Im having this error TypeError: Error

[flexcoders] RTE in List when filtering ArrayCollection

2006-08-18 Thread João Fernandes
Hi everyone, Im having this error TypeError: Error #1010: A term is undefined and has no properties.     at mx.controls::List/::adjustVerticalScrollPositionDownward()     at mx.controls::List/mx.controls:List::configureScrollBars()     at