Fixed it!  Thanks!
I keep forgetting that the Activity is a Context.
(Seems like the example Dialog usage might want to show this as well,
especially since using getApplicationContext() fails.)

On Sat, Jan 1, 2011 at 9:46 AM, Kostya Vasilyev <kmans...@gmail.com> wrote:

>  Use the Activity:
>
> Dialog dialog = new AboutBox(*this*);
>

-- 
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