How to select all the text in the field on enter it by mouse click?
Attached below handler from Dictionary is working only when navigating by TAB. After clicking on the field it seems to select all the text, but immediately the text is unselected and in place of clicking is blinking cursor.
Code: Select all
on openField
select text of the target
end openField
The field is not locked. Am I missing something, or it's LC bug?
Thanks for help in advance,
Marek