Re: [mono-android] Activation Server

2011-05-19 Thread Carlo Bolz
Well, that´s a relief. Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Karl Heinz Brehme Arredondo Gesendet: Donnerstag, 19. Mai 2011 02:18 An: monodroid@lists.ximian.com Betreff: Re: [mono-android] Activation Server It mean that I could se

[mono-android] pinch zoom

2011-05-19 Thread Narcís Calvet
Hello, After this week events I’m somewhat lost about where to look at for support. Should I write here? StackOverflow? My question is that I’m trying to implement pinch zoom in a custom control overriding OnTouchEvent. There, when e.Action == MotionEventActions.Move I check if e.Size > 1 t

Re: [mono-android] pinch zoom

2011-05-19 Thread Craig Dunn
Are you porting a specific example from Java (if so, maybe posting the link you're looking at might help others to put your question into context). I managed to get this example working in c#/MonoDroid http://stackoverflow.com/questions/2537238/how-can-i-get-zoom-functionality-for-images which is

Re: [mono-android] pinch zoom

2011-05-19 Thread Narcís Calvet
Hi Craig, Re.: Are you porting a specific example from Java (if so, maybe posting the link you're looking at might help others to put your question into context). Actually I’m porting a Java code snippet from https://market.android.com/details?id=com.steema.teechart.android. Re.: I

Re: [mono-android] pinch zoom

2011-05-19 Thread Carlo Bolz
Are the Steema Charts now available for „Mono for Android“? I am looking forward to it. Von: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] Im Auftrag von Narcís Calvet Gesendet: Donnerstag, 19. Mai 2011 13:41 An: 'Discussions related to Mono for Android' Betref

Re: [mono-android] pinch zoom

2011-05-19 Thread Narcís Calvet
Hi Carlo, Not yet. Currently we have a native Java version. The Mono for Android version is expected to be available later this year. Best Regards, Narcís Calvet Steema Software http://www.steema.com http://twitter.com/St

Re: [mono-android] Insert 2000 rows into SQLite

2011-05-19 Thread milop
Hi, Ken. Yes, I've read that. I was going to give that a try. Thanks, Mike -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Insert-2000-rows-into-SQLite-tp4401830p4409640.html Sent from the Mono for Android mailing list archive at Nabble.com. _

Re: [mono-android] LinkedIn Group for discussions

2011-05-19 Thread Joseph B. Hall
Done. Thanks. On Tue, May 17, 2011 at 9:45 AM, Wally McClure < theevilprogram...@hotmail.com> wrote: > Based on the concern that these lists will be shutdown, I have created a > group on linkedin for these two lists. Please join and I will authorize you > fairly quickly. > > > http://www.linked

[mono-android] First Prog - Issue Opening XML in Resources Directory

2011-05-19 Thread Jerry Paxton
Hey all, this is my first MonoDroid program and I was wondering how to properly access a file on my Android mobile device. I have an xml file in the Resources/xml folder structure and need to open it up for parsing in my program. try { System.IO.StreamReader streamReader = new System.IO.StreamRe

Re: [mono-android] First Prog - Issue Opening XML in Resources Directory

2011-05-19 Thread Karl Heinz Brehme Arredondo
You must try a bit with Environment.SpecialFolder, it has the entire path for your application. For example, SpecialFolder.Personal is the place for read/write files. To see what they make let MonoDevelop or VisualStudio show you all SpecialFolder enumerations writing it some place to see, like Env