can i access a widget if i know it's id. For example if i have the following
String myWidget = btn1; can i do something like this in order to get a reference to the widget and change it's background color? Button btnTmp = (Button) findViewById(R.id.myWidget) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

