Re: [flexcoders] FilterFunction is throwing an error #1069

2008-09-11 Thread David Harris
Hi, I came across this error not long ago, and when I search about it I found something like this is logged in the Flex issue tracker (Jira) The work round provided is something like: Before you call the filter function on the dataprovider for the Combo box, set the selected index for the combo

[flexcoders] FilterFunction is throwing an error #1069

2008-07-29 Thread jitendra jain
Hi friends, My code is as follows public function setVisitor():void{ if(frm_visitType.selectedItem == E){ visitorList= ObjectUtil.copy(model.visitorList) as ICollectionView;

[flexcoders] FilterFunction is throwing an error #1069

2008-07-29 Thread jitendra jain
Hi friends, My code is as follows public function setVisitor():void{ if(frm_visitType.selectedItem == E){ visitorList= ObjectUtil.copy(model.visitorList) as ICollectionView;