Re: [mono-android] what does it look like

2011-07-18 Thread Willem Meints
In fact, I recommend that you read up on the design guides for each of the platforms before diving into building an app. There are some subtle things you need to know about to get the most out of the GUI on each of the platforms. Met vriendelijke groet, Willem Meints Ontwikkelaar PDC Van: mono

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

2011-07-18 Thread gabriel.b...@gmail.com
http://system.data.sqlite.org/ 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: "gabriel.b...@gmail.com" > Reply-To: "mono

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

2011-07-18 Thread Karl Heinz Brehme Arredondo
Er, could you please send the link for this version os Sqlite that you're using? Thanks, Karl From: "gabriel.b...@gmail.com" Reply-To: "monodroid@lists.ximian.com" Date: Mon, 18 Jul 2011 21:13:15 -0300 To: "monodroid@lists.ximian.com" Subject: Re: [mono-android] Antwort: Windows CE Inter

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

2011-07-18 Thread gabriel.b...@gmail.com
I will fix this the assembly for the SQLLite for windows ce is open source I will make the name pof the classes small caps and post the assembly here for any one that want it 2011/7/18 Karl Heinz Brehme Arredondo > Really??? I was thinking to switch from SQL Mobile 2005 to Sqlite on > Windows Mo

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

2011-07-18 Thread Karl Heinz Brehme Arredondo
Really??? I was thinking to switch from SQL Mobile 2005 to Sqlite on Windows Mobile, to avoid SqlCeClasses to SqliteClasses manually replace or #ifŠ. My most frustration about ADO.NET classes is this to be sealed and I can't make a SqlMyClassForConnection : SqliteConnection, SqlMyClassForDataReade

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

2011-07-18 Thread gabriel.b...@gmail.com
The problem that i`m getting that is really painfull is with the Sqlite Assembly in mono the assembly use Sqlite but in ce they use SQLite this is the only diference the caption os the classes there is any work around ? 2011/7/18 > > I dont have an example i can give you, but we are working as

[mono-android] Antwort: Windows CE Interop

2011-07-18 Thread BernhardGessler
I dont have an example i can give you, but we are working as you deschribed. For WinCE, Android, WP7 und iOS. The basic idea is to share the code beetween different projects. Create one Visual Studio Project for each platform you want to target. Then develop as usual in opf of the projects and

[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] what does it look like

2011-07-18 Thread Craig Dunn
There are screenshots on my blog -- MonoDroid (and MonoTouch) apps use the * native* layout controls on their underlying platform so the design is totally up to you (but it does NOT look like Microsoft WinForms - there is no 'port' of the winforms controls on these platforms) http://conceptdev.blo

Re: [mono-android] dumb question on Java Mail

2011-07-18 Thread Jonathan Pryor
On Jul 18, 2011, at 12:37 PM, John Murray wrote: > Any suggestions for example code on simple system.mail smtp send ? Does the example for SmtpClient work for you? http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx - Jon ___ Mono

[mono-android] Antwort: Re: Status of Mono for Android?

2011-07-18 Thread BernhardGessler
+1 that you are back that soon :) I would especially be interested in these bugs: https://bugzilla.novell.com/show_bug.cgi?id=687727 https://bugzilla.novell.com/show_bug.cgi?id=685215 Is work on them in progress? How do we know on which bugs you are currently working on? Bernhard "Rune Gu

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Sam Hobbs
Jonathan Pryor wrote: > > http://android.xamarin.com/Documentation/Architecture > > Managed code is not converted into Java, it is executed atop the Mono VM. > This has a number of benefits (proper generics, anyone? Full > System.Reflection.Emit?), though introduces a few issues as well. > > Ja

Re: [mono-android] dumb question on Java Mail

2011-07-18 Thread John Murray
Tx JP - good to see you back on the case I also think the .net mail solution will be better - it's just that I'd got hold of some example code (same as in your first link) and thought that was the way to do it Any suggestions for example code on simple system.mail smtp send ? John Murray

Re: [mono-android] dumb question on Java Mail

2011-07-18 Thread Jonathan Pryor
On Jul 18, 2011, at 11:42 AM, John Murray wrote: > how to I get a ref to the Java mail libraries? >From a cursory googling, it looks like javax.mail is provided by >activation-1.1.jar and mail-1.4.jar from Sun [0], neither of which has been >bound for use by Mono for Android. For now, the simpl

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Jonathan Pryor
Now that I'm back on the list... On Jul 18, 2011, at 10:54 AM, Sam Hobbs wrote: > .Net is the equivalent of the Java Virtual Machine (JVM), not Java source > code. I assume however that the previous statement about generating Java > source code is not correct, which makes this discussion especia

Re: [mono-android] dumb question on Java Mail

2011-07-18 Thread John Murray
I have an app which sends a programmatically formatted email to a fixed address using 'Intent' Trouble with this is it looks 'kludgey' the user gets an email proforma come up with keyboard when really it would be best to send it without further user involvement - so I've been trying to figure Java

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Jonathan Pobst
There are still a lot of issues like this to work through. These will work for now, and we'll make sure to announce if discussion moves elsewhere. Glad to be back! Jonathan On 7/18/2011 9:52 AM, Wally McClure wrote: > I'm not 100% sure on this, but I would guess that these lists would > remai

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Wally McClure
I'm not 100% sure on this, but I would guess that these lists would remain. I'm staying until someone kicks me out, or the Jonathan's go elsewhere. Wally > From: st...@sharkcode.com > To: monodroid@lists.ximian.com > Date: Mon, 18 Jul 2011 06:49:59 -0700 > Subject: Re: [mono-android] Status of

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Sam Hobbs
.Net is the equivalent of the Java Virtual Machine (JVM), not Java source code. I assume however that the previous statement about generating Java source code is not correct, which makes this discussion especially irrelevant. shariq muhammad wrote: > Well java is no extra level. Java is the sa

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Rune Gulbrandsen
Thanks for your answer Jeff. Is there any place where we can track the bugfixes you're planning this release? I did a check in bugzilla, but this only contains 7 Mac related issues. --Rune From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of

[mono-android] wishlist

2011-07-18 Thread Wally McClure
With the good news regarding the status of Monotouch and Mono for Android, its time for my M4A short term wishlist: Getting the debugger working. Debugging applications is an integral part of what developers do. Debugging in Visual Studio has got to be improved.Performance. It seems that app

Re: [mono-android] what does it look like

2011-07-18 Thread Jeff Stedfast
Applications built using Mono for Android look exactly the same as other apps written for Android. They do not use Windows.Forms, they use the native GUI toolkit found on Android. Hope that helps, Jeff On Mon, Jul 18, 2011 at 10:19 AM, Sayed Arian Kooshesh wrote: > can someone post some pics of

[mono-android] what does it look like

2011-07-18 Thread Sayed Arian Kooshesh
can someone post some pics of sample apps. do they all come with the std microsoft looking forms ? ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid

[mono-android] App crashes in java or native layer. NullRefExp

2011-07-18 Thread tsukrov
Hi! We experience the unexpercted NullRefExp in the java layer of MonoDroid. No GREF warnings in emulator as discussed in https://bugzilla.novell.com/show_bug.cgi?id=685215 bug 685215 . Some multi-threaded garbage collectors coexistense problem? Any chance for this bug to be fixed in the next u

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread David Burton
I see that the Mono for Android page still refers to the Novell Privacy Policy, which should probably be corrected. I'm very happy to Xamarin take over not just the ability to sell the product but existing support contracts - I feel better about having recommended purchasing it to a previous emplo

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Steve Sharrock
+1. Does Xamarin have a new mailing list to replace this one? In other words, to which list will Jonathon Pryor and the other (formerly Novell) support staff respond? Steve Sharrock Architecture/Design/Programming www.sharkcode.com -Original Message- From: monodroid-boun...@lists.ximian

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Jeff Stedfast
On Mon, Jul 18, 2011 at 9:45 AM, Steve Sharrock wrote: > +1. Does Xamarin have a new email list to replace this one? In other words, > to which list will Jonathan Pryor respond? > This is still the official list and Jonathan Pryor should be on this list (if he's not on it already, I suspect he w

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Steve Sharrock
+1. Does Xamarin have a new email list to replace this one? In other words, to which list will Jonathan Pryor respond? Steve Sharrock Architecture/Design/Programming www.sharkcode.com ___ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Jeff Stedfast
On Mon, Jul 18, 2011 at 9:41 AM, dozer wrote: > Hi again! > > Well, it's good to see that Xamarin gets the responsebility for Mono* > environment! > > However, I just tried to download mono for android again from the download > page (http://android.xamarin.com/DownloadTrial) and it's actually jus

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread dozer
Hi again! Well, it's good to see that Xamarin gets the responsebility for Mono* environment! However, I just tried to download mono for android again from the download page (http://android.xamarin.com/DownloadTrial) and it's actually just the same installation as I got from the mono-android.net

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Mark Berry
Just to clarify, I'm talking about Attachcrap.. On 18/07/2011 14:36, Mark Berry wrote: > I wonder what's behind this. Was it just incompetent management, are > they on a patent troll? Either way, It's looking like my money and time > isn't wasted after all. WhooHoo! > > On 18/07/2011 14:16, Ni

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Mark Berry
I wonder what's behind this. Was it just incompetent management, are they on a patent troll? Either way, It's looking like my money and time isn't wasted after all. WhooHoo! On 18/07/2011 14:16, Nikola Plejić wrote: > This announcement should make a lot of folks really happy: > > Xamarin Announc

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Carlo Bolz
Yeah - you are right! -Ursprüngliche Nachricht- Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Nikola Plejic Gesendet: Montag, 18. Juli 2011 15:17 An: Discussions related to Mono for Android Betreff: Re: [mono-android] Status of Mono for

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Andrew Sinclair
You're right about that!!! Well done to Xamarin and, dare I say it, to SUSE for being sensible about the IP on Mono*. Excellent news. Andy -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Nikola Plejic Sent: 18 July 2

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread [TA] Raffaele Rialdi
Also don't miss Miguel's announcement: http://tirania.org/blog/archive/2011/Jul-18.html Raffaele Rialdi Microsoft .NET MVP http://mvp.support.microsoft.com  -  http://italy.mvps.org My MVP Profile: https://mvp.support.microsoft.com/profile/raffaele Weblog: http://blogs.ugidotnet.org/raffaele Seni

Re: [mono-android] Status of Mono for Android?

2011-07-18 Thread Nikola Plejić
This announcement should make a lot of folks really happy: Xamarin Announces Immediate Availability of .NET-based Mobile Development Platform http://blog.xamarin.com/2011/07/18/first-press-release/ Regards, -- Nikola Plejić http://neutrinodev.com/ ___