[android-developers] Re: Alert Text box value read error

2009-05-11 Thread N N V
Hi N V.. Its very simple... You are using findViewById(R.id.username_edit); field, Actually this field visible to actvity but not Alert Dialog... So simple modification has to made... EditText userNameEt= (EditText) textEntryView.findViewById(R.id.username_edit); String userName=

[android-developers] Re: Alert Text box value read error

2009-05-11 Thread Nithin Varamballi
Thanks for reply Ya.. It works fine Thank You Nithin N V --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to