Looking at the code in StageTextSkinBase, it looks like border is always added AFTER textDisplay, so the text is behind. So maybe you can try swapping them using swapChildren( border, textDisplay) Let me know if it works.
Maurice -----Message d'origine----- De : chris_d_k [mailto:[email protected]] Envoyé : vendredi 4 juillet 2014 13:21 À : [email protected] Objet : RE: Problem with the TextIput_border Hi Maurice, I recognized that it is because I didn't set the alpha value... when I set it (f.e. = 0.75), I see the Text is behind the skin. So any idea how I can bring the text in front? I thought it uses StageText and that this is always in front... -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Problem-with-the-TextIput-border-tp7174p7177.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
