Hi Jef, Thanks 4 ur reply. Its working fine 4 EditText..
But here there is no API to set cursor position like EditText.setcursorPosition(), I am updating EditText at different stages of application execution programatically using EditText.append(); But cursor position is remaining at the first line only. I want cursor to be visible at the end.. Is there anyway to accomplish it?? On Apr 9, 12:11 pm, Jeffrey Sharkey <[email protected]> wrote: > This might be a difference between how TextView and EditText behave. > If you're trying to let them edit text, use an EditText. :) > > j > > On Apr 8, 11:42 pm, Asif k <[email protected]> wrote: > > > > > Hi all, > > > In the android reference site, it is written in the > > serCursorVisible section that cursor is visible by default and you can > > give its value as either "true or "false" to change the its visibility > > on the GUI screen. > > > But in my case , cursor is remaining invisible irrespective of > > setting the visibility "true" or "false" using android:cursorVisible = > > "true" in the layout/main.xml. > > > Should I do something more to make cursor visible on the GUI screen > > or its a bug in android??? > > > Please respond... > > > regardz, > > > Asif- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

