Re: [mono-android] Unsafe code support

2012-08-20 Thread Александр
And how about Threads? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-code-support-tp5711421p5711424.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing list Monodroid@li

[mono-android] ActionBarSherlock Example Does Not Support Fragments?

2012-08-20 Thread hwrdprkns
I am using the MonoDroid sample for ActionBarSherlock located here, but I haven't been able to get to the SherlockFragmentActivity. I tried adding the support(V4) DLL in the library project, but that doesn't seem to give me access to the SherlockFragmentActivity. Does anyone know if there are any

Re: [mono-android] Unsafe code support

2012-08-20 Thread Jonathan Pryor
On Aug 20, 2012, at 9:58 PM, Александр wrote: > Does Mono for Android support an unsafe code? Yes. - Jon ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] Unsafe code support

2012-08-20 Thread Александр
Does Mono for Android support an unsafe code? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Unsafe-code-support-tp5711421.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mailing li

Re: [mono-android] VS 2010 Android Device Logging does not filter

2012-08-20 Thread klimaye
Bump! Guys anyone facing the same issues? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/VS-2010-Android-Device-Logging-does-not-filter-tp5711416p5711420.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Run from MonoDevelop often fails

2012-08-20 Thread Igor Russkih
Jon, Is there anything I can help with to understand more why it fails recognize package install? Probably there is something with the build process making MD think the installation was failed? With latest MD version it says "installation failed" in 9 out of 10 tries - this makes debugging absolu

Re: [mono-android] Missing Encoding in release

2012-08-20 Thread tsukrov
Sorry, was my fault. SDK & User + Skip does the trick. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Missing-Encoding-in-release-tp5711415p5711418.html Sent from the Mono for Android mailing list archive at Nabble.com. __

Re: [mono-android] Missing Encoding in release

2012-08-20 Thread Jonathan Pryor
On Aug 20, 2012, at 7:17 AM, tsukrov wrote: > I'm missing the Win1252 in the release build. > > * West IS checked under encodings. > * Mideast,Rare,West,Other is there. If you unzip the .apk, are there assemblies\I18N*.dll files? > Linking user & sdk. Is assemblies\I18N.West.dll included if yo

[mono-android] VS 2010 Android Device Logging does not filter

2012-08-20 Thread klimaye
I used to run this on a console and deploy the app via VS 2010. adb logcat appname:E appname:I mono:E mono:I mono-stdout:D monodroid-gc:I dalvikvm:D *:F But since last couple of versions if I do the above after an app is deployed then in order to redeploy the app I have stop this command in the

[mono-android] Missing Encoding in release

2012-08-20 Thread tsukrov
Hi! I'm missing the Win1252 in the release build. * West IS checked under encodings. * Mideast,Rare,West,Other is there. Everything works fine for debug conf. Linking user & sdk. Like there: http://mono-for-android.1047100.n5.nabble.com/CodePage-1252-not-supporte-tt4876764.html#a4876807 -

Re: [mono-android] New Activity - Give it a string

2012-08-20 Thread MysteriX
yeah great. thank you very much :) -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/New-Activity-Give-it-a-string-tp5711379p5711414.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodroid mai

[mono-android] A way to do that: Spinner.Text

2012-08-20 Thread MysteriX
Hello and good morning, i try to set the text of a Spinner. i tried a thing like this: ArrayAdapter adapter = new ArrayAdapter(this, Android.Resource.Layout.SimpleSpinnerItem, guiControl.Values); cboComboBox.Adapter = adapter; cboComboBox.Text = "Test"; But there is not