Re: [mono-android] using custom sqlite.so with Mono.Data.Sqlite.dll

2012-04-09 Thread Mike Tajmajer
>>> Could Mono.Data.Sqlite.dll use my new .so? Or, would it need to be rebuilt? >> >>No, as Mono.Data.Sqlite.dll P/Invokes "sqlite3", which is dllmap'd to >>/system/lib/libsqlite.so (and there's no way I know of to override the >>dllmap). >> >>You'd need to alter the Mono.Data.Sqlite sources to us

[mono-android] MonoDevelop 2.9.4 and Mono for Android 4.1 - Build Error

2012-04-09 Thread kizanlik
In http://mono-for-android.1047100.n5.nabble.com/Resources-in-Mono-for-Android-Library-Project-tp5626331p5626331.html;cid=1333910483186-912 this thread , I asked something else but responses took me into the new issue. I updated stable version to alpha (MonoDevelop 2.9.4 / Mono for Android 4.1) v

Re: [mono-android] Resources in Mono for Android Library Project

2012-04-09 Thread kizanlik
Thank you Jon and Atsushi Eno very much. I want to try this feature but I have a new issue. I created new thread http://mono-for-android.1047100.n5.nabble.com/MonoDevelop-2-9-4-and-Mono-for-Android-4-1-Build-Error-tp5627320p5627320.html;cid=1333910483186-912 here . kizanlik -- View this message

[mono-android] autogrow a uilabel

2012-04-09 Thread Wally McClure
IIRC, there was/is something in iOS5 and later that is supposed to allow a uilabel to grow automatically based on the content that it is being filled with. Does anyone know what this property is or how to make this functionality work? BTW, I have this working for iOS4 and earlier, I just thoug

Re: [mono-android] New Binding Generator

2012-04-09 Thread Matt
I didn't have any errors building the project - only warnings similar to the original post in this thread. My build produced a dll and when I looked at it in the reflector, I could see that only a few interfaces were imported by the binding generator and most of the types were missing. It sounds l

Re: [mono-android] MonoDevelop 2.9.4 and Mono for Android 4.1 - Build Error

2012-04-09 Thread Jonathan Pobst
It looks like something is wrong with your install. Remove the Mono for Android 4.1 program from Add/Remove Programs and re-install. That file (and directory) definitely needs to exist for things to work. Jonathan On 4/9/2012 7:53 AM, kizanlik wrote: In http://mono-for-android.1047100.n5.n

[mono-android] GetResponseStream().ReadToEnd Fatal Exception

2012-04-09 Thread emalamisura
So I posted about this earlier where ReadToEnd will throw an exception randomly and rather rare, but it is indeed happening. It happened last night, and nothing is logged to LogCat, absolutely nothing. As you can see in the code below I have this wrapped in a Try/Catch but it doesn't matter, the

Re: [mono-android] Samsung S Pen jar bindings

2012-04-09 Thread Atsushi Eno
As a followup on this old topic - now I could build an untested binding library for S Pen SDK v2.0 (there was major upgrade in these months). In case you are curious, the code is here. https://github.com/xamarin/monodroid-samples/tree/monodroid-4.1-preview/SPenSdkBinding Note that I couldn't bu

Re: [mono-android] autogrow a uilabel

2012-04-09 Thread Wally McClure
Ugh, I hate it when I email the wrong list. From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Mon, 9 Apr 2012 10:33:15 -0400 Subject: [mono-android] autogrow a uilabel IIRC, there was/is something in iOS5 and later that is supposed to allow a uilabel to grow automat

[mono-android] r18

2012-04-09 Thread Wally McClure
Has anyone installed Google SDK r18 and found any issues? I took the plunge and haven't seen any issues yet, but wondering what other are seeing. Wally ___ Monodroid mailing list Monodroid@lists.ximian.com UN

[mono-android] Change object positions

2012-04-09 Thread Hash
Hey. Can you please tell how to make the button "flew" down the Y axis -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Change-object-positions-tp5618038p5618038.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] PLEASE HELP!!! The project type is not supported by this installation.

2012-04-09 Thread Nosh
Ok have manage to get it back now. I just did a repair on the Mono for Android and it seemed to have brought it back into VS2010. Still not fully confidant that it wont happen again.. Let wait and see -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/PLEASE-HELP-T

[mono-android] Missing overload of Html.FromHtml

2012-04-09 Thread psryland
Hi, I've been using the static method Html.FromHtml(string) to display basic html content in a TextView control but I need support for a few more html tags, namely . I notice the android API provides these two overloads of the fromHtml method: static Spanned fromHtml(String source) static Spanned

[mono-android] VS 2010 with Mono for Android crashes on debugging

2012-04-09 Thread martze
Hi, this morning VS 2010 notified me of an update for mono for android, and i installed it. Since then VS keeps crashing. More precisely: - When i debug on device, VS crashes as soon as an IndexOutOfRangeException is thrown. I tested the following snippet on 3 devices (Samsung Galaxy SII i9100g, S

[mono-android] Simple LAUNCHER (KIOSK)

2012-04-09 Thread Natanael
Hello friends. I am developing a simple launcher type KIOSK, seeking a way out of KIOSK and return to the Tablet operating system. Any idea? My routine and Manisfest below. using System; using Android.App; using Android.Content; using Android.Runtime; using Android.Views; using Android.Widget;

[mono-android] Testing Device

2012-04-09 Thread dman1264
Hello I am wondering what device users are using for testing their apps. I need to buy an android device for testing and would appreciate any input about good or bad devices Dman -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Testing-Dev

[mono-android] Socket Problem

2012-04-09 Thread mcxxx
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Java.IO; using System.Net.Sockets; using Java.Net; using Android.Util; namespa

[mono-android] New Binding Generator

2012-04-09 Thread Jeff
Hi, I'm having issues with the new binding generator. BINDINGSGENERATOR : warning : failed to parse assembly C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\MonoAndroid\v1.0\mscorlib.dll: System.TypeInitializationException: The type initializer for 'Mono.Cecil.Metadata.TableHeap'

Re: [mono-android] 4.0.5's OpenTK overhaul

2012-04-09 Thread johnHolmes
I'm really interested in a gl shared context usage example. Once you upload it, please let me know where I can find it. I really appreciate your help Francesco -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/4-0-5-s-OpenTK-overhaul-tp5533470p5624536.html Sent fro

[mono-android] packaging processing become longer...

2012-04-09 Thread johnHolmes
I'm facing a strange behavior with M4A and MD. Each time I start the app from MD for debugging, the "waiting for packaging processing" process become longer and longer. After 3/4 debug operations i need to close MD and restart it. Is anyone facing the same problem? -- View this message in context

Re: [mono-android] r17 x86 support

2012-04-09 Thread Joshua Barker
I have the full version of MFA 4.1 and am trying to use the intel x86 emulator. It builds and deploys, but when it starts, it throws a java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1311] error on application start. I have it set to use the shared runtime with no linking and am

[mono-android] ExpandableListView Example

2012-04-09 Thread tequila slammer
I try to implement the ExpandableListViewActivity but i stuck on the adapter. I used this thread as a starting point: http://mono-for-android.1047100.n5.nabble.com/ExpandableListView-ChildClick-td4841871.html But I can't see any item or subitem text. So I ask for a working example or tutorial on u

Re: [mono-android] New Binding Generator

2012-04-09 Thread Jeff
I'm having that same problem. It builds, no errors, but I get the above errors in the Build Output window. Then the dll generated from the build has nothing relevant in it. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/New-Binding-Generator-tp5623432p5627672.htm

Re: [mono-android] MonoDevelop 2.9.4 and Mono for Android 4.1 - Build Error

2012-04-09 Thread kuma
I have some problem, after unistall and reinstall the problem persist. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/MonoDevelop-2-9-4-and-Mono-for-Android-4-1-Build-Error-tp5627320p5628281.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] SOLUTION FOUND!!! - Re: Using the device camera and getting a result - OnActivityResult is NEVER called?!?!

2012-04-09 Thread kartaltr
Thank you Brian Matz. You are save my life :) -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/SOLUTION-FOUND-Re-Using-the-device-camera-and-getting-a-result-OnActivityResult-is-NEVER-called-tp4903179p5628571.html Sent from the Mono for Android mailing list archive a