jeremydore
10-27-2006, 05:15 PM
Hi,
Have looked through all the posts and my books and can't find a way to get the background of the TextInput component to go transparent.
From what I've read, this should work:
this.myTextInput.invalidate();
this.myTextInput.setStyle("backgroundColor", "transparent");
... the annoying thing is that it doesn't work. If I change "transparent" to 0xFF0000 then I do get a red background as expected.
Is this component incapable of being transparent? I really hope not as I need editable text on top of my other MCs.
Many thanks for any help offered!
Have looked through all the posts and my books and can't find a way to get the background of the TextInput component to go transparent.
From what I've read, this should work:
this.myTextInput.invalidate();
this.myTextInput.setStyle("backgroundColor", "transparent");
... the annoying thing is that it doesn't work. If I change "transparent" to 0xFF0000 then I do get a red background as expected.
Is this component incapable of being transparent? I really hope not as I need editable text on top of my other MCs.
Many thanks for any help offered!