bobsmith

bobsmith


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Flex Snippet Tutorial - Bindable Meta Tag Part 1
    10/15/2009 - 12:44

    Hi,

    I've been working on a widget that dynamically builds a flex layout given some xml (at runtime--e.g. building from a "layout" message from a server--much like html in a web browser). This means that all the component building has to happen in Actionscript.

    It seems to me that all databinding examples for the DataGrid's dataProvider have the Bindable variable declaration in Actionscript and the binding happening in { } tags in MXML. Is there a way to do the binding purely in Actionscript?

    Thanks.