Bonsoir,
j'importe des infos venant d'un tableau, puis quand je fais un apercu j'ai à la fin de la ligne ou au milieu un "A" qui vient se supperposer sur ma ligne de texte !
voici les lignes de code :
merci pour votre aide !
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 infoBrandLink.field1.text=arrayFindBrand[brandIndex][0].@nom infoBrandLink.field1.autoSize = TextFieldAutoSize.LEFT infoBrandLink.field1.setTextFormat(formatBrand) infoBrandLink.field1.selectable=false infoBrandLink.transform.colorTransform = colorMagenta spriteLinkHolder.addChild(infoBrandLink) infoBrandLink.x=60 infoBrandLink.y=40 infoBrandLink.addEventListener(MouseEvent.CLICK, clickBrand);
Partager