Flex Drag Drop: Cloned Data

22. June 2009 08:06
So I worked on a project recently that required drag/drop support for list based components, however, some custom porcessing was required when the item was dropped into the new list that would make my life easier when  the time came to save the data back to the database.  My data provide... [More]

Currently rated 5.0 by 1 people

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

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

Filtering unique values in a Flex Chart

19. December 2008 22:59
Continuing my discussion on filtering, I would like to talk about complex Flex Chart filtering/grouping at runtime.  Now the majority of ASDoc docmentation, and other examples do a great job of demonstrating the filtering of chart series wheneach series is based on a different value in the ar... [More]

Currently rated 3.5 by 2 people

  • Currently 3.5/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