[android-developers] Re: Accessing elements of a widget from the AppWidgetProvider

2009-12-13 Thread Adam Brookman
On Nov 23, 6:17 pm, Mark Murphy mmur...@commonsware.com wrote: Susan wrote: Just to make sure I'm understanding you correctly, you mean that there's no way to, say, change the image in an ImageView or change the color of a Button programmatically? Sure you can, the same way you set the

[android-developers] Re: Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Susan
Mark, I know EditTexts aren't allowed in Widgets -- I have a TextView, not an EditText. (I say it behaves like an EditText because focusable and editable are set to true.) Additionally, displaying the TextView or editing text works perfectly. The only problem is that I don't know how to access it

Re: [android-developers] Re: Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Mark Murphy
Susan wrote: I know EditTexts aren't allowed in Widgets -- I have a TextView, not an EditText. (I say it behaves like an EditText because focusable and editable are set to true.) Additionally, displaying the TextView or editing text works perfectly. The only problem is that I don't know how

[android-developers] Re: Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Susan
Wow, that's terrible news! Just to make sure I'm understanding you correctly, you mean that there's no way to, say, change the image in an ImageView or change the color of a Button programmatically? Thanks... On Nov 23, 4:51 pm, Mark Murphy mmur...@commonsware.com wrote: Susan wrote: I know

Re: [android-developers] Re: Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Mark Murphy
Susan wrote: Just to make sure I'm understanding you correctly, you mean that there's no way to, say, change the image in an ImageView or change the color of a Button programmatically? Sure you can, the same way you set the image in the ImageView or set the color in the Button in the app

[android-developers] Re: Accessing elements of a widget from the AppWidgetProvider

2009-11-23 Thread Susan
Well, bummer. =( That's a distinction I had never considered. Thanks for taking the time to answer! On Nov 23, 5:17 pm, Mark Murphy mmur...@commonsware.com wrote: Susan wrote: Just to make sure I'm understanding you correctly, you mean that there's no way to, say, change the image in an