I have created three edittext objects on a form. The first and second have "ForcedDoneButton " as FALSE and the third one has TRUE. Yet when I run the code, I get a Done tick on the first editbox, next tick on second and done on third. I have also put these specific commons in Activity_Create as well.
EditText1.ForceDoneButton = FALSE
EditText2.ForceDoneButton = FALSE
EditText3.ForceDoneButton = TRUE
Can someone please explain what is going wrong.
EditText1.ForceDoneButton = FALSE
EditText2.ForceDoneButton = FALSE
EditText3.ForceDoneButton = TRUE
Can someone please explain what is going wrong.