Re: [mono-android] Resource.Id.home missing

2012-05-23 Thread Paul Donovan
Thanks. I had tried that but couldn't get it to work. Trying again, I noticed that the compiler thought that Android.Resource.Id.Home was in my project's namespace. Using global::Android.Resource.Id.Home fixed it. Regards, Paul       From: monodroid-boun...@lists.ximian.com [mailto:monodroi

Re: [mono-android] msbuild crash in ResolveLibraryProjectImports task in MFA v4.1

2012-05-23 Thread Jonathan Pryor
On May 15, 2012, at 5:52 AM, mcleodia wrote: > The problem is that we use scons to autogenerate an msbuild file which has an > absolute path to its OutputPath, which is a slightly unusual case. Thank you for the test case. We should have this fixed in some future release. - Jon ___

Re: [mono-android] Wrong time in Callback

2012-05-23 Thread Jonathan Pryor
On May 10, 2012, at 8:20 AM, Hänke, Maik wrote: > I tried to react to time changes, but in the callback I got the old time. Let me see if I understand the scenario: 1. You launch your app, and access e.g. TimeZoneInfo.Local 2. You change your system timezone 3. Your app doesn't see the timezone c

Re: [mono-android] GLDiag not working in 4.0.6 on Samsung Galaxy S

2012-05-23 Thread Jonathan Pryor
On May 18, 2012, at 12:17 AM, vchelaru wrote: > "This has been fixed and the fix will be on the next release. " We all make mistakes. :-) > We have updated to 4.2.1 and are getting the same error on the Motorola Droid > (the first model) using OS version 2.2.3: > > OpenTK.Platform.Android.EglEx

Re: [mono-android] net.tcp Binding and Mono f. Android

2012-05-23 Thread Jonathan Pryor
On May 22, 2012, at 12:26 PM, Mo wrote: > just a quick question: Is WCF's net.tcp- binding already implemented? No. Mono does appear to have an implementation of System.ServiceModel.NetTcpBinding, but (1) I don't know how complete that implementation is, and (2) that type is not exposed in the

Re: [mono-android] SqliteDataReader.GetDataTypeName() returns .Net data type instead of native SQLite data type in 4.2.1

2012-05-23 Thread Jonathan Pryor
On May 22, 2012, at 3:36 AM, rwittev1 wrote: > Any indication on when 4.2.2 will be released? Soon, depending on how QA goes. > In the meantime we need to develop on an older release. We still have a 4.0.6 > installation. What's the best way to downgrade? Uninstall Mono for Android, then instal

Re: [mono-android] Styles.xml and @drawable

2012-05-23 Thread Goncalo Oliveira
Hey, Yes, it is possible to use drawable in styles.xml ..

[mono-android] Styles.xml and @drawable

2012-05-23 Thread Dariusz Sroka
Hi, Please tell me if its possible to use @drawable attribute in Styles.xml? I tried to use it, but I get 'no resource found' error. Best regards ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/

Re: [mono-android] Resource.Id.home missing

2012-05-23 Thread Greg Shackles
You're looking for Android.Resource.Id.Home, which is part of the SDK and not in the generated resources file in your project: http://docs.mono-android.net/?link=F%3aAndroid.Resource.Id.Home On Wed, May 23, 2012 at 1:41 AM, pdonovan wrote: > Hi, > > I'm creating a MonoDroid app that targets sdk

Re: [mono-android] ListPreference.setSummary incomplete mapping

2012-05-23 Thread Igor Russkih
Thanks! Igor On Tue, May 22, 2012 at 6:53 PM, Jonathan Pryor wrote: > On May 22, 2012, at 2:48 AM, Igor Russkih wrote: > > I've found that the subject method has only one mapping in MFA: > SetSummary(int resId) > > However there is no SetSummary(CharSequence text) mapping. > > As Atsushi men

Re: [mono-android] Trouble with HttpListener on Release Builds

2012-05-23 Thread Paul Donovan
Hi, Have you added the INTERNET required permission to your application? It's set automatically in Debug builds so that the debugger can communicate with the target, but you have to specify it explicitly for release mode. In MonoDevelop you add it in your project's Options->Mono for Android Applic

Re: [mono-android] Visual Studio 2010 crashes when opening a new or existing Mono for Android project after upgrade to 4.2.1

2012-05-23 Thread Fabrice
I don't have any android-honeycomb directory in my android-sdk\platforms\ And for me it's "only" opening an existing project that throw this exception (I've not tried to create a new project yet). On Mon, May 21, 2012 at 10:40 PM, Jonathan Pobst wrote: > Details here: > > http://lists.ximian.co