Re: [mono-android] LREF overflow setting the Text property of a TextView

2013-05-31 Thread Daniele Salvatore Albano
button.Text = "Complete"; }); }).Start (); }; I didn't realized it before because i didn't got any "must run on ui thread" error. The error gone away putting the RunOnUiThread. Thanks for your help. 2013/5/30 Jonathan Pryor > O

[mono-android] LREF overflow setting the Text property of a TextView

2013-05-30 Thread Daniele Salvatore Albano
ot;).ToUpper(); Here there is the error JNI ERROR (app bug): local reference table overflow (max=512) I execute this code inside a thread and when i do the call i use RunOnUiThread. After some time it crashes Thanks for your help. Best Regards, Daniele -- Daniele Salvatore Albano --- IT

Re: [mono-android] Serial Port for MODBUS/RS485

2012-11-16 Thread Daniele Salvatore Albano
hat part of Mono, so if you are using it with Mono For > Android, you have a commercial license to the dual-licensed LGPL components. > > Miguel >> >> >> >> Thank you! >> >> 2012/11/6 Jonathan Pryor : >> > On Nov 5, 2012, at 8:06 PM, Daniele

Re: [mono-android] Serial Port for MODBUS/RS485

2012-11-12 Thread Daniele Salvatore Albano
d style license, what license is in use for libMonoPosixHelper? Thank you! 2012/11/6 Jonathan Pryor : > On Nov 5, 2012, at 8:06 PM, Daniele Salvatore Albano > wrote: >> While i understand that some (many) custom kernels doesn't support serial >> ports (internal and usb on

[mono-android] Hangs on startup

2012-09-03 Thread Daniele Salvatore Albano
he activity manager) http://pastebin.com/JEKvP3q4 Any ideas? Thank you! -- Daniele Salvatore Albano --- IT Consultant Website Design and Development Software Engineer and Developer Linux Servers SetUp And Administration Embedded Network Solutions htt

Re: [mono-android] Larger memory footprint when using BitmapFactory.DecodeFile in C# (and huge memory for tiny image)

2012-06-18 Thread Daniele Salvatore Albano
should not exceed 100KB > memory space? > > > Regards, > Matthew > > ___________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > --

Re: [mono-android] View PDF file in App

2012-01-14 Thread Daniele Salvatore Albano
de in your build process, or use > Android.Runtime.JNIEnv to invoke members. > >  - Jon > > _______ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listi

Re: [mono-android] View PDF file in App

2012-01-13 Thread Daniele Salvatore Albano
ood > results. But I've no idea if it is possible to bind with Mono for Android, > and also I've to ask what we need to pay? > > Is it possible to link other Andriod Libraries to Mono for Android? > > Regards marc -- Daniele Salvatore Albano --- IT Consultant Websit

Re: [mono-android] View PDF file in App

2012-01-12 Thread Daniele Salvatore Albano
t; Sent from the Mono for Android mailing list archive at Nabble.com. > ___ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid -- Daniele Salvator

Re: [mono-android] Free version: Emulator only? ... Bye bye

2011-12-22 Thread Daniele Salvatore Albano
es and play with the emulator.  (I'm > sure we can provide some pointers.) > > In the medium term, we'll probably try to polish up the emulator and > make it usable for the masses. > > Hope this helps, > Jonathan -- Daniele Salvatore Albano --- IT Consultant Website Design

Re: [mono-android] Free version: Emulator only? ... Bye bye

2011-12-21 Thread Daniele Salvatore Albano
gt; have some basic bindings working in a proof of concept style fashion. > > -Richard. > > > On Thu, Dec 22, 2011 at 12:15 PM, Daniele Salvatore Albano > wrote: >> >> I think that support x86 isn't hard, because: >> - technically ICS and android 2.3.7 an

Re: [mono-android] Free version: Emulator only? ... Bye bye

2011-12-21 Thread Daniele Salvatore Albano
Sent from the Mono for Android mailing list archive at Nabble.com. >> ___ >> Monodroid mailing list >> Monodroid@lists.ximian.com >> >> UNSUBSCRIBE INFORMATION: >> http://lists.ximian.com/mailman/listinfo/monodroid > >

Re: [mono-android] Non-apk applications (and mixed assemblies)

2011-12-07 Thread Daniele Salvatore Albano
Understood, thank you! 2011/12/7 Jonathan Pryor : > On Dec 7, 2011, at 5:35 AM, Daniele Salvatore Albano wrote: >> Understood, and if i compile it normally with mono can i run it on mono for >> android? > > No, if you use mcs/gmcs/dmcs you'll be referencing the desktop

Re: [mono-android] Non-apk applications (and mixed assemblies)

2011-12-07 Thread Daniele Salvatore Albano
lso breaks "normal" apps. Understood, and if i compile it normally with mono can i run it on mono for android? -- Daniele Salvatore Albano --- IT Consultant Website Design and Development Software Engineer and Developer Linux Servers SetUp And Administration Emb

[mono-android] Non-apk applications (and mixed assemblies)

2011-12-06 Thread Daniele Salvatore Albano
Hi to all, i'm working on a porting some part of my applications (and, going on all remaining parts) to C# with Mono for Android, because it's too awesome! I wrote some helpers in C, as standalone applications that runs through privileged users using su (on rooted phones) or adb. The problem is t