Thanks Jon. Yeah, I resolved this. Basically, the next morning, when I came in, it all worked. The only conclusion I could come to was "user error." Wally
> From: [email protected] > Date: Wed, 30 Nov 2011 19:11:45 -0500 > To: [email protected] > Subject: Re: [mono-android] fragments > > You may have figured this out already, but... > > On Nov 17, 2011, at 12:25 PM, Wally McClure wrote: > > I'm doing some stuff in Honeycomb and have run into two issues with > > fragments. > > • RunOnUIThread. Is this available in a fragment? > > There's a Fragment.Activity property: > > > http://androidapi.xamarin.com/monodoc.ashx?link=P%3aAndroid.App.Fragment.Activity > > So use Activity.RunOnUiThread(...). :-) > > > > • Can I create a Toast in a fragment? > > I don't see why not, you'll just use the Activity property as the "host" > Context instance. > > - Jon > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
