
Untitled
By: a guest on
Jun 30th, 2012 | syntax:
None | size: 0.59 KB | hits: 8 | expires: Never
Unable to generate initialization code within Repeater
<mx:Repeater id="rep" dataProvider="{usersArray}">
<s:NavigatorContent width="100%" height="100%" label="{rep.currentItem.name}" >
<mx:Image x="10" y="10" source="{rep.currentItem.imagePath}" width="175" height="118"/>
<s:Label x="145" y="14" text="{rep.currentItem.name}"/>
<s:Button x="147" y="79" label="Edit User" width="79" height="22" click="currentState='AddUser'"/>
<s:Button x="231" y="79" label="Delete" width="56" height="22"/>
</s:NavigatorContent>
</mx:Repeater>