[mono-android] Window.DecorView.Visibility and TabActivity

2012-07-26 Thread Breyer, Christian
Hi there, has anyone ever tried to hide the android 4 bar with that three-dot-button (e.g. HTC ONE S)? >From what I read and what mono offers, I tried this: Window.DecorView.Visibility = ViewStates.Invisible; It seems to work for some activities but not for all. Whenever I start an act

Re: [mono-android] Window.DecorView.Visibility and TabActivity

2012-07-27 Thread Breyer, Christian
18 An: Discussions related to Mono for Android Betreff: Re: [mono-android] Window.DecorView.Visibility and TabActivity On Jul 26, 2012, at 7:12 AM, "Breyer, Christian" wrote: > Acitivty B (TabActivity) is launched by an intent resulting from an action > performed in A. Whenever A

Re: [mono-android] Window.DecorView.Visibility and TabActivity

2012-07-27 Thread Breyer, Christian
realize it because whenever I was testing the DecorView settings, I switched the API level, as this function is not available in 2.3. Regards Christian -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Breyer

Re: [mono-android] How to handle garbage collection?

2012-08-02 Thread Breyer, Christian
Our customers are currently using well over 100 phones running on API Level 7. They bought those phones in order to use them for at least two years in their line of business and there is no way to just update the OS. So, I think what craig described - thanks for that - should be taken seriously.

[mono-android] TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Now)

2012-08-13 Thread Breyer, Christian
when I call TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Now) I get this exception System.InvalidProgramException: Missing or incorrect header for method GetUtcOffset on Samsung Galaxy Note running Android 4.0.4/Monodroid 4.2.4/API Level 14 Can someone con

Re: [mono-android] TimeZone.CurrentTimeZone.GetUtcOffset(DateTime.Now)

2012-08-13 Thread Breyer, Christian
And apparently, this only happens when I debug and perform a QuickWatch but not when the app is running... Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Breyer, Christian Gesendet: Montag, 13. August 2012 17:06 An: monodroid

[mono-android] JNI ERROR (app bug): local reference table overflow (max=512)

2012-08-14 Thread Breyer, Christian
Hi, in our application a service and an activity communicate through the message-handler pattern (http://developer.android.com/reference/android/app/Service.html#RemoteM essengerServiceSample ) O

Re: [mono-android] JNI ERROR (app bug): local reference tableoverflow (max=512)

2012-08-14 Thread Breyer, Christian
Re: [mono-android] JNI ERROR (app bug): local reference tableoverflow (max=512) On Aug 14, 2012, at 4:09 AM, "Breyer, Christian" wrote: > On some devices with certain configuration (OS version/Mono version/target > API) the app runs for days. However, on some, I get the following

[mono-android] random app freeze

2012-08-18 Thread Breyer, Christian
Hi, we are having real troubles with app freezes right now and since we are running out of ideas, we would need your help. You can read the more detailed introduction to our problem or just head to the issue below. |=== Introduction ===| me and my team are working with mono for

[mono-android] Package .apk disabled in Release mode

2013-03-18 Thread Breyer, Christian
Hello, After updating Xamarin.Android to 4.600049 (Visual Studio 2010:10.0.40219.1) I cannot package my application any more. It doesn't matter whether I set the configuration to Debug or Release, the option is disabled. This (https://bugzilla.xamarin.com/show_bug.cgi?id=10530#c2) bug report sa

[mono-android] Generic Binder object from external jar

2013-09-12 Thread Breyer, Christian
Hello, could someone please tell me how to solve the following issue, if that's possible at all? I'm including an external JAR that exports a Service and a generic Binder class called LocalBinder. The sample code on how to work with the JAR looks like this: public void onServiceConnec

Re: [mono-android] Generic Binder object from external jar

2013-09-12 Thread Breyer, Christian
Thank you for your answer. I'm afraid the issue described in the link you posted is of a different kind. -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von venkatesh Gesendet: Donnerstag, 12. September 2013 12:32

[mono-android] Cannot build osmdroid example

2014-05-07 Thread Breyer, Christian
Hi, I am trying to build the osmdroid example provided on GitHub: https://github.com/xamarin/monodroid-samples/tree/master/OsmDroidBindingExample. Visual Studio 2010 throws the following errors: - Error 122 The type or namespace name 'MapView' could not be found (are you m

Re: [mono-android] Cannot build osmdroid example

2014-05-09 Thread Breyer, Christian
output, especially JARTOXML and BINDINGSGENERATOR warnings. Those may indicate problems Cheers Mel Miljenko Cvjetko http://holisticware.net Sent from my iPhone On 7. 5. 2014., at 16:19, "Breyer, Christian" mailto:bre...@initions.com>> wrote: Hi, I am trying to build the