2012-04-28 04:49 UTC
Is there a way to get the current cursor position in real time when editing a text box? If not could I suggest/request adding the ability to do so? I'd like to be able to show text being entered in a textbox on-screen in real time with a simulated cursor. I'm trying a work-around approach of trapping flags for the arrow keys with OnKeyDown and keeping a counter for position, but that's a rather inelegant kludge.
Thanks.
Thanks.