Re: [mono-android] Tabs within the same activity

2011-08-31 Thread Vins
Hi Jonathan Can you send me a brief sample code of how to programatically get GPS coordinates of a location? Best Regards, Vincent On Mon, Aug 29, 2011 at 7:10 PM, Jonathan Pryor-2 [via Mono for Android] < ml-node+4746679-1944202174-246...@n5.nabble.com> wrote: > On Aug 29, 2011, at 7:23 AM, Vi

Re: [mono-android] Tabs within the same activity

2011-08-31 Thread Greg Shackles
I have a basic sample up here that demonstrates how to get location data from the device: https://github.com/gshackles/Sample-Projects/blob/master/MonoDroid/MonoDroidSamples/MonoDroidSamples/DemoActivities/LocationDemo/LocationActivity.cs On Wed, Aug 31, 2011 at 1:33 PM, Vins wrote: > Hi Jonath

[mono-android] keyDispatchingTimedOut - Part 2

2011-08-31 Thread Mike Tajmajer
More notes: I added a bunch of logging to my event handler and the result seemed to indicate that the OnTouchEvent was being reentered. This is strange, since I thought that the UI was single threaded. In any case, I added: lock (lockThis) { Event Handler Cod

[mono-android] Sample Code

2011-08-31 Thread Vins
Hi Greg Thank you for the cool samples. I have my activity which is composed of text edits , spinners, and a listView. I want every time a user clicks save, the application clears all the controls ready to receive new data. I want to do so in order to avoid duplicate data entry. Could you please g

[mono-android] AndroidGameView.Run() didn't works.

2011-08-31 Thread 조신규
I'm using opengl es 2.0. OnUpdateFrame and OnRenderFrame naver been called. every samples about opengl es 2.0 has no OnRenderFrame method. but I need it. I tried API 7, 8, 9. All of them doesn't work. logcat show below messages infinitely.. 09-01 15:31:32.652: ERROR/Surface(3327): Surface::lock