Re: [mono-android] Library Layouts and Drawables

2013-01-08 Thread Jonathan Chapman
Thanks, Do you still need me to file the bug or will handle that? Jonathan Chapman From: Atsushi Eno [via Mono for Android] [mailto:ml-node+s1047100n5712714...@n5.nabble.com] Sent: Tuesday, January 08, 2013 1:45 AM To: Jonathan Chapman Subject: Re

[mono-android] Library Layouts and Drawables

2013-01-07 Thread Jonathan Chapman
We had a large library of resources that we used to just link in because Android resources could not be in libraries. I just upgraded to the latest and have spent all day converting the library to a true library. I've just gotten to the point where everything seems fine except in the UpdateIdValu

Re: [mono-android] Debugging in 4.4.54 crashes

2013-01-07 Thread Jonathan Chapman
That is correct. I will file the bug. Jonathan Chapman From: Jonathan Pryor-2 [via Mono for Android] [mailto:ml-node+s1047100n5712707...@n5.nabble.com] Sent: Monday, January 07, 2013 3:42 PM To: Jonathan Chapman Subject: Re: Debugging in 4.4.54 crashes

Re: [mono-android] Debugging in 4.4.54 crashes

2013-01-07 Thread Jonathan Chapman
One additional point this has been tried on an Acer 500 and a Samsung Galaxy Nexus running 4.1.1. With an application that has a minimum of 4.0. Jonathan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Debugging-in-4-4-54-crashes-tp5712705p5712706.html Sent from

[mono-android] Debugging in 4.4.54 crashes

2013-01-07 Thread Jonathan Chapman
I just upgraded to 4.4.54 (After 4.4.41 failed and I had to use for 4.2.7 for a while because of the license issue.) The application seems to work but the debugging crashes. The application is quite large with a lot of threaded code. The one spot it seems to crash most times is in a chunk of cod

Re: [mono-android] Menu based on resolution or orientation

2012-11-26 Thread Jonathan Chapman
In the minimum it's 4.0 too. I'm running it on a Asus TF201 with version 4.1.1. Jonathan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Menu-based-on-resolution-or-orientation-tp5712485p5712502.html Sent from the Mono for Android mailing list archive at Nabble.

Re: [mono-android] Menu based on resolution or orientation

2012-11-26 Thread Jonathan Chapman
I'm targeting API 14 (v4.0). Jonathan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Menu-based-on-resolution-or-orientation-tp5712485p5712499.html Sent from the Mono for Android mailing list archive at Nabble.com. ___

[mono-android] Menu based on resolution or orientation

2012-11-26 Thread Jonathan Chapman
I think I've found a bug but can anyone conform that this is the case. I'm trying to have a different menu based on resolution but it's not taking my menu from the Menu-sw600dp folder, it's always using the menu in the Menu folder. I've also tried Menu-land with no luck. This menu is being infla

[mono-android] IntentService Crashes

2012-11-15 Thread Jonathan Chapman
When I build my application with "Use Shared Runtime" turned off and have the following constructor for my IntentService public ServerInitiatedSyncService() : base("ServerInitiatedSyncService") { } The intent to my service fails with the following call stack: 11-15 10

[mono-android] MonoDroid to Mono Touch

2012-09-04 Thread Jonathan Chapman
We've created a very large line of business application (100+ Activities) in MonoDroid and are looking to move it to Mono Touch. The structure is such that the business logic are in separate libraries so we are anticipating the majority of changes to be in the screen architecture. I was hoping so

Re: [mono-android] Crash on HTC

2012-06-18 Thread Jonathan Chapman
Hi Sayed, You mentioned in your last line that you had this problem. Did you determine any work arounds or preventative steps? Thanks, Jonathan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Crash-on-HTC-tp5710360p5710405.html Sent from the Mono for Android maili

Re: [mono-android] Crash on HTC

2012-06-18 Thread Jonathan Chapman
The reason the null reference is happening is that the object is gone. On the HTC when returning from the other application it looks like the garbage collector has removed my static objects even though the application is still running. While on the Samsung there is no such issue. All subsequent

[mono-android] Resource files and localization

2012-02-16 Thread Jonathan Chapman
I have a library that is used across multiple types of projects (CF, ASP.NET, WPF, and now Android). This is the business logic library and as such has resource files for error messages. In porting to Monodroid the main application uses the standard Android folder structure for localization. How