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

Flex itemRenderer: using "outerDocument"

2. June 2009 17:50
I discovered a neat little trick today on the topic of inline item renderers for Flex components.  Let's say you have a property that you need to access, but that property is not part of the data object that is passed to the renderer.  Something like this: <?xml... [More]

Currently rated 4.0 by 1 people

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

My List: Actionscript 3.0 Open Source Libraries

19. April 2009 21:05
This is a list of Actionscript 3.0 libraries available on Google code and other open source sites.  All of these utilize Subversion for source control.  If you aren't familiar with Subversion, visit the SVN website  This list is by no mean complete but it does represent a good m... [More]

Currently rated 5.0 by 1 people

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

Bug: Flex Web Service and .Net: Nullable Number Parameters

7. April 2009 15:14
Ran across another instance of the dreaded Error 2032: Stream error today and upon tracing I discovered the cause.  I'm consuming a web service that gets passed a criteria object consisting of numbers, booleans, and strings, however, all values are optional and on the .Net side are nu... [More]

Be the first to rate this post

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

Flex Chart: Column Chart with Multiple Column Item Trend Line

7. April 2009 09:48
Normal 0 false false false EN-US X-NONE X-NONE ... [More]

Currently rated 4.5 by 2 people

  • Currently 4.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

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

Flex Help For New Devs: Careful Creation of Components

21. January 2009 08:51
When developing Flex or AIR Applications, one of the most common activities is to make data interactive and allow the user to interact with the data in interesting ways.  To this end, I often find myself making use of web services, HTTPServices, etc.  rather than hard-coding data into my... [More]

Currently rated 3.0 by 1 people

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