ok - thanks Amy! :) So if were to extend GroupingCollection and create MyGroupingCollection, I could then have a public function on MyGroupingCollection that in turn calls the getParent() protected function of GroupingCollection.
Cheers, Nick On 19 April 2010 16:09, Amy <[email protected]> wrote: > > > Check a reference on Actionscript 3 for the definition of "protected." > > HTH; > > Amy > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Nick > Middleweek <n...@...> wrote: > > > > Hi, > > > > Does anyone know why the getParent() command listed in the docs doesn't > seem > > to exist? > > > > > http://livedocs.adobe.com/flex/3/langref/mx/collections/GroupingCollection.html#getParent%28%29 > > > > I've trying to use it like this... > > > > refreshParent = GroupingCollection(model.groupingCollection).getParent(); > > > > > > Thanks, > > Nick > > > > >

