Grrr... trauma using nested XML as the data provider for charts or advanced data grid

18. March 2009 20:19
So I got this idea last night to use an e4x expression as the source of a chart and advanceddatagrid dataProvider. I’ve found that mostly all of the “examples” online and in all the books only look at one or(at most) two nesting levels inside of an xml document. Unfortunately, ... [More]

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Accessing the index of an item within a repeater: Use repeaterIndex on the radiobuttonGroup.selection object

18. March 2009 09:23
After much chagrin, I finally discovered the solution to a problem I was having last night.  Here's the scenario, I have a data set that is being returned in deeply nested XML and from that set I am wanting to create several groups of radiobuttons that will act as filters for an e4x expre... [More]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Binding e4x to dataProvider

18. March 2009 08:54
Let's say you have a set of redio buttons that act to filter your data collection.  It is possible to bind the dataProvider property of Flex Charts and AdvancedDataGrid controls to an e4x value.  There are still a couple little glitches working this way that I haven't quite figur... [More]

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Filtering a Basic Collection in Flex

18. December 2008 18:36
There are a couple interesting things to note about Flex filtering that I have learned over the past few days. Let's say, for example, you have something like this: private var myColl:ArrayCollection = new ArrayCollection([ {id:1, color:"Red", shape:"Circle", siz... [More]

Currently rated 4.0 by 3 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Log in