Re: Cannot get filtered dataProvider to get rid of an item

2016-06-01 Thread Alex Harui
If you are trying to filter hierarchical data, IIRC, there is more to it than setting the filter function. Try to find some old articles on how to do it. -Alex On 6/1/16, 11:51 AM, "mark goldin" wrote: >Here is some code: >override public function set

Cannot get filtered dataProvider to get rid of an item

2016-06-01 Thread mark goldin
Here is some code: override public function set dataProvider(value:Object):void { if (value) { visible = false; super.dataProvider = value; if (!(dataProvider is HierarchicalData) ) { dataProvider.addEventListener('collectionChange', positionToPrevSelection); } visible = true; } else {

Re: Setting Title to LinearAxis at Runtime do not show up

2016-06-01 Thread OmPrakash Muppirala
What are you trying? Thanks, Om On Wed, Jun 1, 2016 at 12:01 AM, Patil, Virat wrote: > Hello > > We are trying to set the title to Linear Axis for chart which is created > at runtime. But the title do not show up > Did anyone face similar issue? > > Regards > Virat I

Re: ADG initilizes private vars for unknown reason

2016-06-01 Thread Alex Harui
Maybe changing the DataProvider resets the selectedIndex. On 6/1/16, 1:38 AM, "mark goldin" wrote: >I have an ADG where I am using a local connection to refresh gird's data >and select previously selected item. >The pseudo code might loook like this: > >private var

ADG initilizes private vars for unknown reason

2016-06-01 Thread mark goldin
I have an ADG where I am using a local connection to refresh gird's data and select previously selected item. The pseudo code might loook like this: private var _selectedIndex:int = 0; private var _navigateToPrevSelection:Boolean = false; private function get SelectedIndex():int { return

Setting Title to LinearAxis at Runtime do not show up

2016-06-01 Thread Patil, Virat
Hello We are trying to set the title to Linear Axis for chart which is created at runtime. But the title do not show up Did anyone face similar issue? Regards Virat I Patil This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It