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 <[email protected]> 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 [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-developers?hl=en

Reply via email to