Hi,
I need to do something when the user change the cursor position in an editText.
There is natively no event to handle the cursor changing position in an Edit text (it just handle the text and focus changing).
As i can see , it's possible to create such a listener in java with class override :
Android EditText listener for cursor position change
Is it possible to do such a "onSelectionChanged" event in B4X for the editext ?
Thank you for reply
I need to do something when the user change the cursor position in an editText.
There is natively no event to handle the cursor changing position in an Edit text (it just handle the text and focus changing).
As i can see , it's possible to create such a listener in java with class override :
Android EditText listener for cursor position change
Is it possible to do such a "onSelectionChanged" event in B4X for the editext ?
Thank you for reply