Re: [mono-android] maps - I'm doing something wrong

2011-11-09 Thread Wally McClure
The map_view is null and Null Reference Exception occurs at this line: map_view.Overlays.Add(location_overlay); > From: j...@xamarin.com > Date: Wed, 9 Nov 2011 23:07:53 -0500 > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] maps - I'm doing something wrong > > On Nov 9, 2011, at

Re: [mono-android] maps - I'm doing something wrong

2011-11-09 Thread Jonathan Pryor
On Nov 9, 2011, at 11:02 PM, Wally McClure wrote: > Thanks Jon. Right now, I'm able to run this code properly on a device. It > is not running in the emulator, same error with a null in the map_view. I do > have location setup properly in the emulator since it seems to detect my > location pr

Re: [mono-android] maps - I'm doing something wrong

2011-11-09 Thread Wally McClure
Thanks Jon. Right now, I'm able to run this code properly on a device. It is not running in the emulator, same error with a null in the map_view. I do have location setup properly in the emulator since it seems to detect my location properly in other apps in the emulator. Any other ideas?

Re: [mono-android] HttpURLConnection to local web server from phone

2011-11-09 Thread Lomicka
shortly after i posted this it occurred to me to check the firewall and that turned out to be the issue. thanks. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/HttpURLConnection-to-local-web-server-from-phone-tp4968864p4979936.html Sent from the Mono for Android m

Re: [mono-android] maps - I'm doing something wrong

2011-11-09 Thread Jonathan Pryor
On Nov 9, 2011, at 6:57 PM, Wally McClure wrote: > I've got the code below. I have a "real" key determined from the machine > that I am running on right now (I know because I just recreated it). The > problem that I am running into is that the map_view is sometimes null and > sometimes not. H

Re: [mono-android] HttpURLConnection to local web server from phone

2011-11-09 Thread Mike Child
Are you sure the phone and computer our on the same network and subnet. If they are then check the firewall on you're computer. There should be no problems connecting by using your computers IP address if all those things checkout. On Nov 9, 2011 8:26 PM, "Lomicka" wrote: > Still stuck. Anyone h

Re: [mono-android] HttpURLConnection to local web server from phone

2011-11-09 Thread Lomicka
Still stuck. Anyone have any suggestions? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/HttpURLConnection-to-local-web-server-from-phone-tp4968864p4979702.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] MVVM framework

2011-11-09 Thread Richard Wilburn
I have seen only a very quick glimpse of iOS code. To me it looks similar to winforms (in ideologoy, ie imperative vs declarative (WPF)) which did support some databinding. I believe that it should be possible to bind to all controls, however iOS might require a trigger for binding updates to occur

Re: [mono-android] MVVM framework

2011-11-09 Thread Richard Wilburn
I used phonegap perviously, peronally I prefer a type safe language but that is purely personal. Mainability is challenging even when using MVVM javascipt libraries. On Thu, Nov 10, 2011 at 1:18 PM, Glen Hassell wrote: > I'm excited at the prospect of using HTML5 web sockets, in preference to >

Re: [mono-android] MVVM framework

2011-11-09 Thread Glen Hassell
I'm excited at the prospect of using HTML5 web sockets, in preference to some of the other clunky technologies. CSS3 + HTML 5 - for me is equal to Silverlight. OK - There I said it... Glen On Thu, Nov 10, 2011 at 11:03 AM, Gabe Codina wrote: > This is great – I primarily develop Silverlight w

Re: [mono-android] MVVM framework

2011-11-09 Thread Gabe Codina
This is great - I primarily develop Silverlight web apps - our customers are now wanting to use ipads and android tablets so we have been investigating mono among other things. The bindings are what is missing from Android/Mono I can see that this is not core for Xamarin as the UI on the different

[mono-android] maps - I'm doing something wrong

2011-11-09 Thread Wally McClure
I've got the code below. I have a "real" key determined from the machine that I am running on right now (I know because I just recreated it). The problem that I am running into is that the map_view is sometimes null and sometimes not. Has anyone else seen this behavior? var map_view = new M

Re: [mono-android] Zip / Unzip

2011-11-09 Thread Mittchel Van Vliet
http://dotnetzip.codeplex.com/ there you go, works great! 2011/11/9 Tom Opgenorth > Maybe take a look at SharpZipLib? > http://www.icsharpcode.net/OpenSource/SharpZipLib/ > > On Wed, Nov 9, 2011 at 11:57, Martyn Wendon < > martyn.wen...@tcsjohnhuxley.com> wrote: > >> Hi All, >> >> ** ** >>

Re: [mono-android] Zip / Unzip

2011-11-09 Thread Tom Opgenorth
Maybe take a look at SharpZipLib? http://www.icsharpcode.net/OpenSource/SharpZipLib/ On Wed, Nov 9, 2011 at 11:57, Martyn Wendon wrote: > Hi All, > > ** ** > > Can anybody point me in the direction of some sample code to zip / unzip a > file in monodroid? > > ** ** > > In my application

Re: [mono-android] MVVM framework

2011-11-09 Thread Richard Wilburn
Hi all, I have launched this project(https://github.com/rhwilburn/MVVM-for-Mono) on GitHub, anyone who wants to join or watch the projects progress can here: https://github.com/rhwilburn/MVVM-for-Mono/wiki As the project is in its early stages its open to more influence now. Some vague outline c

Re: [mono-android] Passing information between tabs

2011-11-09 Thread Mike Child
Multiple inheritance is not possible. But looking at the msdn example, it's implementiing INotifyPropertyChanged, which is an interface. You can implement multiple interfaces. Mike Child On Wed, Nov 9, 2011 at 2:53 PM, Paul F. Johnson wrote: > Hi, > > > Thought about having a third class outsi

[mono-android] Zip / Unzip

2011-11-09 Thread Martyn Wendon
Hi All, Can anybody point me in the direction of some sample code to zip / unzip a file in monodroid? In my application I'm downloading .zip files from the internet and need to unzip them into the file system (externalstorage). Downloading etc is all working fine, but I'm stumped as to

Re: [mono-android] Passing information between tabs

2011-11-09 Thread Paul F. Johnson
Hi, > Thought about having a third class outside handling all that > information and notifying the classes within when the collection of > data changes? > > See an example of this here: > http://msdn.microsoft.com/en-us/library/ms743695.aspx > > Then make a static reference to that class somewhe

Re: [mono-android] [MonoDevelop] MacOSX Lion + MonoDevelop 2.8.2 + Mono for Android not installed

2011-11-09 Thread Miljenko Cvjetko
Howdy On 2011.11.09 13:12, Alan wrote: Hi, That's great! I'm glad it's all working now. We have had reports that sometimes xcode moves the /Developer directory and when that happens MonoTouch and Mono for Android cannot be detected. This could've happened to you. As long as it's working now,

Re: [mono-android] Passing information between tabs

2011-11-09 Thread Tomasz Cielecki
Thought about having a third class outside handling all that information and notifying the classes within when the collection of data changes? See an example of this here: http://msdn.microsoft.com/en-us/library/ms743695.aspx Then make a static reference to that class somewhere and pass it around

[mono-android] Passing information between tabs

2011-11-09 Thread Paul F. Johnson
Hi, Probably seems a dumb newby question this. I have a tabview application. As per the demo on the website, I've set up three activities, set up in three different classes. Is there a way to pass information between each tab? For example, part of a calculation is on tab 1 with additional condit

[mono-android] Android Market Licensing Service

2011-11-09 Thread bowmangolf
I'm finishing up my first app and I have a question about licensing. I see that Android provides a built-in licensing service that can be used from our Mono for Android apps. My first question is, do others who developed paid for apps use this service? If so, how did you access it from .NET? If

[mono-android] Problem when trying to deploy with Linking enabled

2011-11-09 Thread André van der Walt
Hi All I am trying to deploy an application with linking enabled to reduce the package size. My application runs fine with no linking, but the moment i choose any of the 2 linking options, i get this error. Please Help Thanks Andre C:\Program Files (x86)\MSBuild\Novell\Novell.MonoDroid.Com