K khos Member Licensed User Longtime User Apr 24, 2012 #1 Hi there, is it possible to by clicking on an edittext it can be possible to programmatically select the nearest line in the edittext? Thanks for any advice, Kim
Hi there, is it possible to by clicking on an edittext it can be possible to programmatically select the nearest line in the edittext? Thanks for any advice, Kim
Erel B4X founder Staff member Licensed User Longtime User Apr 25, 2012 #2 I tried to implement it. However I think that it will not work reliably as it conflicts with the standard way that EditText work. You should look for a different solution. Upvote 0
I tried to implement it. However I think that it will not work reliably as it conflicts with the standard way that EditText work. You should look for a different solution.
nfordbscndrd Well-Known Member Licensed User Longtime User Apr 25, 2012 #3 khos said: is it possible to by clicking on an edittext it can be possible to programmatically select the nearest line in the edittext? Click to expand... This can be done using a custom keyboard with custom EditText views. This is a bit of work to implement, so you have to really need this feature to make a custom keyboard/EditText worthwhile. Upvote 0
khos said: is it possible to by clicking on an edittext it can be possible to programmatically select the nearest line in the edittext? Click to expand... This can be done using a custom keyboard with custom EditText views. This is a bit of work to implement, so you have to really need this feature to make a custom keyboard/EditText worthwhile.
K khos Member Licensed User Longtime User Apr 26, 2012 #4 Thanks all for replying, appreciate it! Upvote 0