I’m trying to extend the text input that comes in flex to support an icon, just like mac os x search text input has a grey circle aligned to the right, the text input has a addChild method, but it didn’t work for me.
Is there some way to do this?
thanks in advance
I’ve found a solution 😀 here it’s the code
The trick was override the updateDisplayList.
Happy hacking.