[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread Tim Hoff
Hmm, ran your code and it worked fine. Clicked the add item button the first time and 1 showerd up. Maybe try adding filtered_stuff.refresh(); to the addItem function. -TH --- In flexcoders@yahoogroups.com, bnjmnhggns bhigg...@... wrote: Hi all, I've been having weird problems involving

RE: [flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread Alex Harui
:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2 Hmm, ran your code and it worked fine. Clicked the add item button the first time and 1 showerd up. Maybe try adding filtered_stuff.refresh(); to the addItem

[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread Tim Hoff
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Hoff Sent: Monday, April 06, 2009 12:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2 Hmm, ran your code and it worked

[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread bnjmnhggns
Did you try it with Flex 2? Sorry if I didn't make that clear. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hmm, ran your code and it worked fine. Clicked the add item button the first time and 1 showerd up. Maybe try adding filtered_stuff.refresh(); to the addItem

[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread Tim Hoff
No Ben, sorry I didn't read the subject line all the way. It works with Flex 3. I don't know the specific bug, but sometimes you can work around the timing issues, by using callLater(). -TH --- In flexcoders@yahoogroups.com, bnjmnhggns bhigg...@... wrote: Did you try it with Flex 2? Sorry

[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread bnjmnhggns
Subject: [flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2 Hmm, ran your code and it worked fine. Clicked the add item button the first time and 1 showerd up. Maybe try adding filtered_stuff.refresh(); to the addItem function. -TH --- In flexcoders

[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread Tim Hoff
12:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2 Hmm, ran your code and it worked fine. Clicked the add item button the first time and 1 showerd up. Maybe try adding filtered_stuff.refresh(); to the addItem

[flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2

2009-04-06 Thread bnjmnhggns
/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tim Hoff Sent: Monday, April 06, 2009 12:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ListCollectionView w/ a filterFunction as a dataProvider - Flex 2 Hmm, ran your