Xtreame96

Xtreame96


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

Recent Comments

  • Flex - Using Item Renderers
    09/08/2010 - 02:36

    Hi,

    I am having a problem binding XML to my itemRenderer I would apreaciate any light anyone could shed. (Flex 4)

    My xml:

    <SDLIST>
            <chartlist>
                    <reportname>FACTORY STATUS</reportname>
                    <reportimage>file:/D:/Work/RapidReport/Images/Charts/Vertical-Linear-Gauges.png</reportimage>
                    <data>1</data>
            </chartlist>
    </SDLIST>

    MY FLEX

    <s:DataGroup x="10" y="42" width="676" height="144" itemRenderer="myComponents.ChartListComp" id="mySDlist" dataProvider="{getSpeedDialList.lastResult.SDLIST.chartlist}">

    My Item Render

            <mx:Image x="0" y="0" source="{data.reportimage}"/>

    And thats about it, but it will not bind correctly for love or money, any ideas?

    Please and thank you in advance.