I use .setAlpha() to highlight objects derived from ImageButton. There can be several of these on the same screen, all referring to the same drawable resource. On the FIRST - and ONLY the first - time I call .setAlpha() on a button after the activity opens, ALL the buttons that share this resource show the results of the setAlpha(). After that, they all work as expected, setAlpha() affecting only the single button I call it on.
Any ideas what's causing this, and is there a simple workaround? Also, when I write many records out to the SQL database, I always get the "Sorry" dialog. Is there a way around it or should I be doing this in the background? Thanks for any input. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

