[flexcoders] Re: Help with updating a Tree when its dataprovider has changed.

2008-06-14 Thread hpeter96
Notifs():void{ > dg.dataProvider.filterFunction = showAllFilterFunc; > dg.dataProvider.refresh(); > } > > LMK, > > Jeff > > > > > --- In flexcoders@yahoogroups.com, "Alex Harui" wrote: > > > > getChildren is creating a

[flexcoders] Re: Help with updating a Tree when its dataprovider has changed.

2008-06-14 Thread hpeter96
Hi Jeff, I'm not sure what you meant by using e4x to get to the sub-nodes - does that come in to play when I call the filterFunction ? Also I'm still not sure if I'm following you right Alex, what I did was change the dataDescriptor's getChildren() function to this : ---

[flexcoders] Re: Help with updating a Tree when its dataprovider has changed.

2008-06-13 Thread hpeter96
Harui" <[EMAIL PROTECTED]> wrote: > > Try applying the filter to each child collection. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of hpeter96 > Sent: Friday, June 13, 2008 6:13 AM

[flexcoders] Help with updating a Tree when its dataprovider has changed.

2008-06-13 Thread hpeter96
I'm working on a tree control that has an XMLListCollection as its dataprovider. The dataprovider has a couple of branches and nodes that sort of look like this : Company | |-- Department |-- Person |-- Person |-- etc.. | |--