hi,
How can I get the width of my LinkButton object ?
myLinkButton = new LinkButton();
myLinkButton.label = "blabla";
myLinkButton.setStyle("fontSize", 24);
myContainer.addChild(myLinkButton); trace (myContainer.width); //this doesn't work because I haven't directly set the attribute
thanks