[android-developers] Re: Visibility of ImageButton

2009-04-09 Thread intbt
Thanks for the information. Not sure how I could get out of the onclicklistener so I fixed the problem but changing the image source (image with arrow, image no arrow) within the listener (based on list position value). So it works as I wanted. On Apr 8, 12:47 pm, Mark Murphy

[android-developers] Re: Visibility of ImageButton

2009-04-08 Thread Mark Murphy
intbt wrote: I am trying to change visibility of a button (Image). However this code does not affect the image - any ideas? Prevword_btn = (ImageButton) this.findViewById(R.id.prev_btn); Prevword_btn.setVisibility(View.INVISIBLE); Nextword_btn =