Hello,
I have a multiline text field with a text in it, and I want to allow the
users to double click a word and an event should be fired in that moment,
and then I want to be able to get the word that was clicked in the event
handler.
When the word is double-clicked, it is highlighted automaticly, and I might
be able to get that selected text from the text field, or maybe the
word-selection occurs after the event is fired, and in that case I might
need to be able to get the character ID on the position where the click was
made.
Please tell me what event can I use to detect the double click in an edit
field, and what method could I use to find the selected word... if it is
possible.
Thank you.
Octavian