Hi,
Here is my problem.
I have 3 text fields in a dialog box.
I want the user to compulsarily enter some values in it. The fields shouldnt be blank. So when a user clicks 'OK' button, I want to validate if all the textfields contain some values or not.
I tried to do gettext for all textfields and checking the length for zero, or the if that
string is null or not.
But this doesnt work.
Any advice ?
Thanks
Mandar