That's a known issue I'm going to fix in cupcake. On Mon, Dec 22, 2008 at 4:57 PM, Sundog <[email protected]> wrote: > > 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. > > >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

