Re: [android-developers] Re: AppWidgets Disappearing from list in ICS

2012-01-06 Thread Ashley McConnell
Hi Kevin, Thanks a lot for giving it a try. I saw this stack trace yesterday in the market console, but I am having difficulty reproducing it. Can you tell me the steps you went through for this to happen? Or does it happen all the time? Are the widgets removed from the list of widgets? I am

Re: [android-developers] AppWidgets Disappearing from list in ICS

2012-01-05 Thread Ashley McConnell
Hi Kostya, Thanks again. I have exactly that code for both config activities, so I don't think that's the problem. Thanks for the stack trace, I was seeing that warning in the logs, but it didn't have a stack trace associated with it for some reason, I'm not sure why. I've tracked down the

Re: [android-developers] Possible to get AppWidget Height?

2011-10-24 Thread Ashley McConnell
On Mon, Oct 24, 2011 at 6:44 AM, Mark Murphy mmur...@commonsware.comwrote: On Sun, Oct 23, 2011 at 6:04 PM, Ash McConnell ash.mcconn...@gmail.com wrote: They must not provide the same amount of space (even if you consider device independent pixels) as all units use dp. There is no such

Re: [android-developers] Possible to get AppWidget Height?

2011-10-24 Thread Ashley McConnell
Hi Kostya, On Mon, Oct 24, 2011 at 12:00 PM, Kostya Vasilyev kmans...@gmail.comwrote: Ashely, You might want to test your widgets in landscape orientation, as that typically also has shortened widget height. I have a separate layout for landscape orientation, I would have liked to have

Re: [android-developers] Re: Android setImageUri not working with asset Uri

2011-09-26 Thread Ashley McConnell
Unfortunately in this case I need to use a URI as eventually I am going to use it to skin an AppWidget. On Mon, Sep 26, 2011 at 10:32 AM, skink psk...@gmail.com wrote: On Sep 26, 10:12 am, Ash McConnell ash.mcconn...@gmail.com wrote: Hi Folks, I'm still having problems with this, does

Re: [android-developers] Re: Android setImageUri not working with asset Uri

2011-09-26 Thread Ashley McConnell
: http://androidbook.blogspot.**com/2009/08/referring-to-** android-resources-using.htmlhttp://androidbook.blogspot.com/2009/08/referring-to-android-resources-using.html -- Kostya 26.09.2011 14:21, skink пишет: Ashley McConnell wrote: Unfortunately in this case I need to use a URI

Re: [android-developers] Re: Android setImageUri not working with asset Uri

2011-09-26 Thread Ashley McConnell
Skinning, to change the look of the AppWidget by changing backgrounds / icons etc. according to user preferences. On Mon, Sep 26, 2011 at 11:21 AM, skink psk...@gmail.com wrote: Ashley McConnell wrote: Unfortunately in this case I need to use a URI as eventually I am going to use

Re: [android-developers] Re: Android setImageUri not working with asset Uri

2011-09-26 Thread Ashley McConnell
So you would like to call RemoteViews.setBitmap() right? I'd like to call RemoteViews.setImageViewUri with a file in the assets directory. The problem with setImageViewBitmap is that it very quickly hits an android imposed limit. All the best, Ash -- Awesome Widgets

Re: [android-developers] Re: Android setImageUri not working with asset Uri

2011-09-26 Thread Ashley McConnell
On Mon, Sep 26, 2011 at 1:04 PM, skink psk...@gmail.com wrote: On Sep 26, 1:10 pm, Ashley McConnell ash...@siroccoracing.com wrote: So you would like to call RemoteViews.setBitmap() right? I'd like to call RemoteViews.setImageViewUri with a file in the assets directory. The problem