TextField cursor / caret

Hi,

I am wondering how to make the cursor visible in a TextField (either flashing or still).
I have created an on screen keyboard to use with a TextField so that the TextField doesn’t receive direct keyboard/mouse input, but there is no cursor to see where you currently are. I have tried the setSelection() stuff with no luck…

Thanks for your time