How do I change the textcolor of the selected text in a native iOS field?

J. Landman Gay jacque at hyperactivesw.com
Tue Apr 13 15:10:17 EDT 2021


On 4/13/21 6:15 AM, William de Smet via use-livecode wrote:
> Hi there,
> 
> How do I get the selectedText of a native iOS field?
> I want to change the color of the text selection in the field.

I think you want "selectedRange" which returns the start index and the length of the text 
selected. Judging from the dictionary it looks like it only works on multiline fields.


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list