[flexcoders] Recalculating SummaryRow in a filtered AdvancedDataGrid

2010-04-23 Thread lachance.brian
Hi, group Does anybody know how to force a SummaryRow to recalculate on a filtered dataProvider? I have two SummaryRows that were assigned to a GroupingCollection, which was then passed to my AdvancedDataGrid. When setting my ADG's filterFunction, I refresh the dataprovider just fine (as an

[flexcoders] Re: Navigating to a new child in a ViewStack - how to target the child being hidden?

2009-07-01 Thread lachance.brian
If you still want to use the change event (or if for some reason the hide event doesn't seem to work), I think you could also look at the oldIndex value of the event. From there you could call getChildByIndex on the ViewStack to get a reference. --- In flexcoders@yahoogroups.com, lanekelly5

[flexcoders] Re: ListEvent itemRenderer field null when parent is out of view

2009-07-01 Thread lachance.brian
(event:ListEvent):void { callLater(getItemRenderer); } public function getItemRenderer():void { debugTextArea.text = ListEvent's itemRenderer: + testTree.itemToItemRenderer(testTree.selectedItem); } -TH --- In flexcoders@yahoogroups.com, lachance.brian lachance.brian@ wrote

[flexcoders] Re: ListEvent itemRenderer field null when parent is out of view

2009-06-30 Thread lachance.brian
mailto:testtree.selectedit...@label ; } -TH --- In flexcoders@yahoogroups.com, lachance.brian lachance.brian@ wrote: Hi, Group! I'm having some trouble with the Tree component in the Flex framework: When browsing a Tree with an XML-based dataProvider, I seem to be unable

[flexcoders] ListEvent itemRenderer field null when parent is out of view

2009-06-29 Thread lachance.brian
Hi, Group! I'm having some trouble with the Tree component in the Flex framework: When browsing a Tree with an XML-based dataProvider, I seem to be unable to retrieve the itemRenderer field of the ListEvent event that gets fired when the selected item changes (ListEvent.CHANGE). The itemRenderer