HI, > No TLF loaded. I added a listener to the TextField, stage, a containing > sprite (like I found in TLF) and the ime instance. Can not find any hints. > (code at wonderfl[1])
Do you mean s:TextInput? s:TextInput uses TLF under the hood. As the event doesn't bubble by default you might not get it at s:TextInput level but need to listen on the text component inside it? textDisplay for instance? Just a guess and I could be way off track here. Justin