[mono-android] Windows CE Interop

2011-07-18 Thread gabriel.b...@gmail.com
I Wish to make one class lobrary that would be used in my android an my windows CE project there is any way to do that ? If there is any one have any sample project ? Thx a lot guys ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORM

Re: [mono-android] Antwort: Windows CE Interop

2011-07-18 Thread gabriel.b...@gmail.com
als link. Use only code that > works on both plattforms or in case this is not possible write a solution > for each platform and don't share the files between the two projects. > > > > > *"gabriel.b...@gmail.com" * > Gesendet von: monodroid-boun...@li

Re: [mono-android] Antwort: Windows CE Interop

2011-07-18 Thread gabriel.b...@gmail.com
g intellisense hehe… > > Karl > > From: "gabriel.b...@gmail.com" > Reply-To: "monodroid@lists.ximian.com" > Date: Mon, 18 Jul 2011 20:17:37 -0300 > To: "monodroid@lists.ximian.com" > Subject: Re: [mono-android] Antwort: Windows CE Interop > > The p

Re: [mono-android] Antwort: Windows CE Interop

2011-07-18 Thread gabriel.b...@gmail.com
http://system.data.sqlite.org/<http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki> 2011/7/18 Karl Heinz Brehme Arredondo > Er, could you please send the link for this version os Sqlite that you're > using? > > Thanks, > > Karl > > From: &

[mono-android] Compilation directive

2011-07-19 Thread gabriel.b...@gmail.com
Does the monodroid define any compilation diretive that I can use to difere in the linked files ? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread gabriel.b...@gmail.com
** > > Regards > > Carlo > > ** ** > > *Von:* monodroid-boun...@lists.ximian.com [mailto: > monodroid-boun...@lists.ximian.com] *Im Auftrag von * > gabriel.b...@gmail.com > *Gesendet:* Dienstag, 19. Juli 2011 01:18 > *An:* Discussions related to Mono for Android

Re: [mono-android] Antwort: Windows CE Interop

2011-07-19 Thread gabriel.b...@gmail.com
th monodroid 2011/7/19 Greg Shackles > It works well with Mono For Android as well: > http://www.gregshackles.com/2011/02/using-a-database-in-monodroid-applications/ > > > On Tue, Jul 19, 2011 at 9:12 AM, gabriel.b...@gmail.com < > gabriel.b...@gmail.com> wrote: > &

Re: [mono-android] SQLite Provider

2011-07-20 Thread gabriel.b...@gmail.com
The ugly thing it exactly what i'm doing it's UGLY but the only pratical way to solve my problem now 2011/7/20 Jonathan Pryor > On Jul 20, 2011, at 7:25 AM, Gabriel wrote: > > Why all the other implementations of SQLite use the Class names and > Assembly > > Names like SQLiteConnection and only

Re: [mono-android] Antwort: Windows CE Interop

2011-07-29 Thread gabriel.b...@gmail.com
Droid and use that snippet (changing MonoTouch to > MonoDroid) > > El 19/07/2011, a las 14:38, gabriel.b...@gmail.com escribió: > > The problem is: > Not an implementation of IDbConnection and its family. This is not a full > SQLite driver. If you need that, go get > System.Da

Re: [mono-android] Win32 MonoDevelop 2.6b3 Monodroid 2.6.5.2 add-in install

2011-08-08 Thread gabriel.b...@gmail.com
Lots os people having this problem is one problem with this mono.posix assembly on the 2.6b3 should work fine on the 2.6b1 2011/8/8 greeners > I have installed MD 2.6b3 and the lates monodroid add-in. I can see the > add-in is installed. However when I open Tools>Options>Other>Mono for > Android

[mono-android] Android SDK location

2011-08-24 Thread gabriel.b...@gmail.com
When I change the android SDK location to C:\Android\android-sdk it can build the solution ok but when i try to run it keep loking for the android SDK in program files. There is any way to change this? ___ Monodroid mailing list Monodroid@lists.ximian.com

[mono-android] SQLite Close

2011-08-24 Thread gabriel.b...@gmail.com
I'm receiving an EntryPointNotFoundException whenever I call SQLiteConnection.Close(). ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] ProgressDialog

2011-08-25 Thread gabriel.b...@gmail.com
Any one has one sample of a ProgressDialog with a progressbar working? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

Re: [mono-android] SQLite Close

2011-08-27 Thread gabriel.b...@gmail.com
So if I use Sqlite I need to target at least Andoird v2.2 2011/8/27 Jonathan Pryor > On Aug 27, 2011, at 5:29 AM, was wrote: > > Can anyone comment on this? I'm not sure which minimum Android OS version > to > > target at the moment: 2.1 or 2.2. If I could find out which sqlite > > functionality

[mono-android] Files got deleted

2011-09-12 Thread gabriel.b...@gmail.com
I wish i could save files in one place so when I deploy a new version of the app this files don't get deleted any one have something like this? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman

Re: [mono-android] Mono for Android 1.2.0 Available

2011-09-20 Thread gabriel.b...@gmail.com
Any word on debugger improvments, or support for android x86? 2011/9/20 Andrew Sinclair > Hi Jonathan, > > ** ** > > I’ve installed the new build – it’s a massive leap forward in runtime > reliability for me, I’ve seen no problems at all. Every single area where > I’ve previously seen an iss

Re: [mono-android] Mono for Android 1.2.0 Available

2011-09-20 Thread gabriel.b...@gmail.com
Do we need to be called Jonathan P to work on xamarin ? uhauhahuahu 2011/9/20 Jonathan Pryor > On Sep 20, 2011, at 1:25 PM, gabriel.b...@gmail.com wrote: > > Any word on debugger improvments, or support for android x86? > > We're looking into

Re: [mono-android] Mono for Android 1.9 Preview Released

2011-09-27 Thread gabriel.b...@gmail.com
I'm having a problem when deploing to device with api 8 android 2.2 Giving null reference exception any words about debugger improvments or android x86? 2011/9/27 Jonathan Pobst > Yes, we've always shipped 10, but they were broken. They should work in > this release now. > > Jonathan > > On 9

Re: [mono-android] Mono for Android 1.9 Preview Released

2011-09-27 Thread gabriel.b...@gmail.com
instance of an object The program 'Mono' has exited with code 255 (0xff). Any awser to that? 2011/9/27 gabriel.b...@gmail.com > I'm having a problem when deploing to device with api 8 android 2.2 > Giving null reference exception > > any words about debugger improvment

Re: [mono-android] Mono for Android 1.9 Preview Released

2011-09-27 Thread gabriel.b...@gmail.com
Just installed 1.9 recompiled targeting api 8 and get this error before the program was evem loaded 2011/9/28 Jonathan Pryor > On Sep 27, 2011, at 8:57 PM, gabriel.b...@gmail.com wrote: > > I'm getting the foloowing exception: > > > > [ERROR] FATAL UNHANDLED EXCEPTION

[mono-android] Errors with array adapter

2011-09-28 Thread gabriel.b...@gmail.com
got tyhis error when tying to use arrayadapter " at Android.Runtime.JNIEnv.GetMethodID (IntPtr kls, System.String name, System.String signature) [0x00024] in /home/jpobst/Desktop/monodroid/Mono.Android/src/Runtime/JNIEnv.cs:310 \n at Android.Widget.ArrayAdapter`1[AvanteSales.Book]..ctor (Android

Re: [mono-android] Mono for Android 1.9 Preview Released

2011-09-28 Thread gabriel.b...@gmail.com
It is linking enable and is debug The problem just show one activity like the hello world 2011/9/28 Jonathan Pryor > On Sep 28, 2011, at 2:58 AM, gabriel.b...@gmail.com wrote: > > Just installed 1.9 recompiled targeting api 8 and get this error before > the program was evem loaded

Re: [mono-android] ArrayAdapter & NotifyDataSetChanged not showing new items

2011-10-15 Thread gabriel.b...@gmail.com
How do you made the Array Adapter work I'm having problems with the Array adapter constructor. 2011/10/15 Stuart Johnson > I have a List<> with an ArrayAdapter that shows the contents of that list. > > If I make a change to one of those items in the List<>, and do > NotifyDataSetChanged() in the

Re: [mono-android] Problem Connection Sqlserver in Release Mode

2011-10-18 Thread gabriel.b...@gmail.com
How? 2011/10/18 antoniodst > Solved. > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Problem-Connection-Sqlserver-in-Release-Mode-tp4912877p4913091.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _

Re: [mono-android] Mono for Android 1.9.2 Preview Released

2011-10-29 Thread gabriel.b...@gmail.com
You guys should have more focus on fix existent bugs before implement new features. 2011/10/29 El-Sayed Mohamed > Cong. to the M4A team for this new release. > > One question: Can we bind arbitray java lib with this release?. > > Thanks, > El-Sayed > > > Date: Thu, 27 Oct 2011 15:02:36 -0500 >

Re: [mono-android] Using the New Compatibility Packages and TabActivity Deprication

2011-11-07 Thread gabriel.b...@gmail.com
There are any news in this subject? 2011/8/16 Jonathan Pryor > On Aug 16, 2011, at 3:38 PM, jondavidjohn wrote: > > By Deprication issues I mean that it seems to be a pretty high priority > to get Fragments involved as the previous TabActivity pattern is now > depricated... > > > > is this at al

[mono-android] Bug on 1.9.2

2011-11-07 Thread gabriel.b...@gmail.com
Log of a bug when I try to open one solution with 1.9.2 intalled Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object. Exception Stack Trace:at MonoTools.Engine.MonoToolsSession.OnDebuggerException(Exception ex) at Mono.Debugg