Hi everyone, i am playing with list component and landed with scaleX property. I tested property and as expected it gave me twice as the scale of my component in the stage. But the component is distorted or something like stretched any idea what happen or do i need to do something to achieve good graphics of the component.
Here is my code.
ActionScript Code:
[LEFT]txtListComponent.[COLOR=#000080]dataProvider[/COLOR] = [COLOR=#000000][[/COLOR][COLOR=#FF0000]"Ground Shipping"[/COLOR], [COLOR=#FF0000]"2nd Day Air"[/COLOR], [COLOR=#FF0000]"Next Day Air"[/COLOR],[COLOR=#FF0000]"Ground Shipping"[/COLOR], [COLOR=#FF0000]"2nd Day Air"[/COLOR], [COLOR=#FF0000]"Next Day Air"[/COLOR],[COLOR=#FF0000]"Ground Shipping"[/COLOR], [COLOR=#FF0000]"2nd Day Air"[/COLOR], [COLOR=#FF0000]"Next Day Air"[/COLOR][COLOR=#000000]][/COLOR];
txtListComponent.[COLOR=#000080]scaleX[/COLOR] = [COLOR=#000080]200[/COLOR];
[/LEFT]