Re: [flexcoders] Re: GroupingCollection.getParent() doesn't exist?

2010-04-20 Thread Nick Middleweek
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

[flexcoders] Re: GroupingCollection.getParent() doesn't exist?

2010-04-20 Thread Amy
--- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: 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

[flexcoders] Re: GroupingCollection.getParent() doesn't exist?

2010-04-19 Thread Amy
Check a reference on Actionscript 3 for the definition of protected. HTH; Amy --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi, Does anyone know why the getParent() command listed in the docs doesn't seem to exist?