Re: [android-developers] Getting data from EditText failed why.

2011-08-27 Thread aparna rani
thank you its working fine. On Sat, Aug 27, 2011 at 2:37 PM, gaurav gupta wrote: > Hi Aparna, > > * final EditText oldPassword = (EditText) > changePassword.findViewById(R.id.old_password);* > *Use this line* > ** > *final EditText oldPassword = (EditText) > textEntryView.findViewById(R.i

Re: [android-developers] Getting data from EditText failed why.

2011-08-27 Thread gaurav gupta
Hi Aparna, * final EditText oldPassword = (EditText) changePassword.findViewById(R.id.old_password);* *Use this line* ** *final EditText oldPassword = (EditText) textEntryView.findViewById(R.id.old_password);* On Sat, Aug 27, 2011 at 2:36 PM, gaurav gupta wrote: > H > > > On Sat, Aug 27,

Re: [android-developers] Getting data from EditText failed why.

2011-08-27 Thread gaurav gupta
H On Sat, Aug 27, 2011 at 2:27 PM, aparna rani wrote: > hi i am implementing change password option in my app. i displayed dialog > alert box. > when i trying to get data from edittext failed. why i don't know please > help me? > > LayoutInflater factory = LayoutInflater.from(this); > fi