I always use VIEW.invisible or VIEW.visible or VIEW.gone (rather than ImageView.invisible etc.) and that works for me in any method other than onCreate where I've tried it..
On Sep 25, 12:49 pm, Kingcrowley <[email protected]> wrote: > I was wondering how this works, > > I can set ImageViews VISIBLE or INVISIBLE in OnCreate, but i can't > seem to do it anywhere else properly? > using code like "imgView.setVisibility(ImageView.VISIBLE);" > any pointers/advice? > > Thanks, > > David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

