On May 11, 5:16 pm, Romain Guy <[email protected]> wrote:
> Your EditText is null. You first need to find that EditText in your
> hierarchy by using findViewById:
>
> txtModbox = findViewById(R.id.txtModbox);
> txtModbox.setVisibility(View.GONE);
I have that set for Modbox, and it works. It's the other one that
causes the crash. [I will double check and make sure I have a
findViewById for it as well.] Thanks...
jmk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---