Hello
I have this code in MXML file :
[Bindable]
public var start :Class = BpmnResource.getInstance().icon_tool_start;
.....
<mx:LinkButton id="btn" icon="{iconClass}" width="20" height="20"
buttonMode="false" />
I would like to transform it in Action script
[Bindable]
public var start :Class = BpmnResource.getInstance().icon_tool_start;
.........
var icon_start : LinkButton = new LinkButton();
icon_start.buttonMode = false;
icon_start.height = 20;
icon_start.width = 20;
But i don't find the equivalent of icon="{iconClass}" in ActionScript :( :( :(
Any Help please please
Thank you very much
_________________________________________________________________
Hotmail arrive sur votre téléphone ! Compatible Iphone, Windows Phone,
Blackberry, …
http://www.messengersurvotremobile.com/?d=Hotmail