If I wrap the cursor in a "MyCursor" object and forward all the methods on I'm 
seeing that Count is being called by the ICursorInvoker (which I can't find the 
source to and I'm not sure why it would be called):

        0x1 in MinefieldManagement.Provider.MyCursor.get_Count at 
c:\Projects\MinefieldManagement\MinefieldManagement\Provider\MinefieldDataProvider.cs:183
     C#
        0x9 in Android.Database.ICursorInvoker.n_GetCount at 
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.7-branch/0e9eea34/source/monodroid/src/Mono.Android/platforms/android-14/src/generated/Android.Database.ICursor.cs:219
       C#
        0xC in object.c279bfc1-6dc5-4f8f-b576-58cb01b20d3d      C#
        0x12 in Android.Runtime.JNIEnv.CallObjectMethod at 
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.7-branch/0e9eea34/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:141
        C#
        0xB6 in Android.Content.ContentResolver.Query at 
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.7-branch/0e9eea34/source/monodroid/src/Mono.Android/platforms/android-14/src/generated/Android.Content.ContentResolver.cs:576
    C#
>       0xD1 in 
> MinefieldManagement.Overlays.MinefieldOverlay.OnSingleTapConfirmed at 
> c:\Projects\MinefieldManagement\MinefieldManagement\Overlays\MinefieldOverlay.cs:337
>       C#

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Jonathan Pryor
Sent: Wednesday, November 21, 2012 10:11 AM
To: Discussions related to Mono for Android
Subject: Re: [mono-android] Position Text

On Nov 20, 2012, at 11:22 PM, Canning <[email protected]> wrote:
> Here is the standard code for creating text:
> 
> Toast.MakeText(contextOverlay, "Test", ToastLength.Short).Show();
> 
> My question is this: Can I position this text at different locations on a 
> Google Map, rather than always being at the bottom of the screen in the same 
> place?

Not with a Toast. Use some other kind of View if you want it located at a 
specific position.

 - 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

Reply via email to