Re: [android-developers] Button add programmatically not clickable

2011-07-26 Thread TreKing
On Fri, Jul 22, 2011 at 10:09 AM, deveLoper wrote: > any suggestions? Break at the point you set the onclicklistener on each button. What is the value of "listener" ? - TreKing

[android-developers] Button add programmatically not clickable

2011-07-25 Thread deveLoper
Hi, I need to add some of my buttons programmatically since the titles are coming from a database that may change. The buttons are being add fine, but are not clickable. I am using a custom background for the buttons, but I am using the same background for some button I am using from xml and they w