Hello, I'm working on an Monodroid app which uses two mapviews. The first mapview is for showing all kind of POI's and Polygons (water) and the second Mapview is used for inserting a new POI by clicking on the that Mapview. My problem is (and it's a known problem for Android) that the Mapviews behave strange. The solution which I've found is to open the second screen (with the second Mapview) in a new process. Can anybode tell me how this has to be done in Monodroid?
When I fill in the AndroidManifest it doesn't work out: <activity name="nl.test.ActivityPOINew" android:process="nl.test.p2" > ...and also [Activity(Label = "ActivityPOINew", Theme = "@style/CustomTheme", Process = "nl.test.p2", NoHistory = true, ScreenOrientation = ScreenOrientation.Portrait)] is not resulting... Can anybody help me further? Kindly regards, Wouter Slotegraaf -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Tow-mapviews-tp5710266.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid