Eric Crump wrote:
> I need to change the visibility of a View but I need to do it from a
> ItemizedOverlay.  How do I get a refrence to a view since I can't use
> findViewById ?

If your ItemizedOverlay is an inner class of your Activity, you can use
findViewById(). If it is not, pass the Activity as a parameter to the
overlay's constructor.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.1 Available!
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to