01-07-2013 08:50 AM - edited 01-07-2013 08:53 AM
Hi All,
I went through the documentation, and can not find a way to get/set the cursor position of a TextArea. Anyone has an idea?
Thanks,
Dong
Solved! Go to Solution.
01-07-2013 08:53 AM - edited 01-07-2013 08:55 AM
You want to look at the "editor" property? https://developer.blackberry.com/cascades/referenc
01-07-2013 08:55 AM - edited 01-07-2013 08:55 AM
(post obsoleted by edit made by OP)
01-08-2013 06:34 AM
01-12-2013 12:48 PM
this editor is set read only , so how to change value from code ?
01-12-2013 12:56 PM - edited 01-12-2013 12:56 PM
The editor property is readonly, but the pointer returned points to a mutable object.
You can't assign another editor to TextField, but you can change editor's properties.
01-12-2013 05:10 PM
yes i figured out , there are still odd behaviour when probing an unselected text , but I workarounded it , I'll investigate deeper .. will share sources too ...
thx