Re: [MonoTouch] Anyone used JSON.NET in Monotouch? Any Problems?

2012-01-24 Thread Nic Wise
I use the NewtonSoft one (is that the same one?), tho I think mine is an older version. Works great. https://github.com/nicwise/DropNet/tree/master/Lib Also, I see you forked my DropNet thing on GitHub. I had to fix a bug in that yesterday (and I intend to try to port the latest sometime in the

[MonoTouch] MonoDevelop Crashing

2012-01-24 Thread Tiran Irani
Hi All I been experiencing some issues recently with MonoDevelop crashing. It seems to happen mostly when building. I'm building for iOS to run in the simulator at the moment. Below is the top section from the most recent crash report. Process: mono [14460] Path:

[MonoTouch] Random strange crashes on iPhone 4S

2012-01-24 Thread kpijnenburg
Hi, I tested my app on several devices, iPhone 4(three different devices), iPhone 3GS. Now my app is live, and lots of people are complaining about random crashes everywhere in the app on mostly iPhone 4S devices. Are there specific compiler options i need to set when compiling for 4S? I use: -

Re: [MonoTouch] MonoDevelop Crashing

2012-01-24 Thread Nic Wise
I'm using the latest beta (not sure on the version, but it's whatever is newest on the beta channel), and I've not had this problem since I moved to that version. The beta channel has a newer version of Mono as well as MD and MT. On Tue, Jan 24, 2012 at 05:41, Tiran Irani teresair...@gmail.com

Re: [MonoTouch] Random strange crashes on iPhone 4S

2012-01-24 Thread Matt Jones
Hi, You might have some threading issues .. have you tested it on the iPad 2 at all? The iPad 2 and iPhone 4S have two cores, all previous devices only have one. Cheers, Matt On 24 January 2012 14:25, kpijnenburg kpijnenb...@supportware.nl wrote: Hi, I tested my app on several devices,

[MonoTouch] Application executable is missing a required architecture. at least one of the following architecture(s) must be present: armv7

2012-01-24 Thread trip
Trying to use Application Loader to upload my binary to the AppStore, and I'm getting this error: iPhone/ iPod application executable is missing a required architecture. at least one of the following architecture(s) must be present: armv7 Now its probably something I've missed/ done wrong in

[MonoTouch] dataWithContentsOfMappedFile ?

2012-01-24 Thread Matthieu Laban
Hey guys, Just wondering if [NSData dataWithContentsOfMappedFile] was going to be implemented in MonoTouch. I had seen something in a changelog some time ago but I can't find it anymore... Thanks! -- Matt ___ MonoTouch mailing list

Re: [MonoTouch] Monotouch.Dialog with SQLLite-net

2012-01-24 Thread vbisbest
Thank you, I tried going through the code, but this is way overkill for what I am looking for. I just want to simply take table and apply it to a monotouch.dialog plain table style. Any super simple code examples out there? Thanks again -- View this message in context:

Re: [MonoTouch] dataWithContentsOfMappedFile ?

2012-01-24 Thread Sebastien Pouliot
Hello Matt, Unlikely since dataWithContentsOfMappedFile [1] was deprecated in iOS5 (and OSX 10.7). You should look at using dataWithContentsOfFile:options:error: which is implemented in recent versions of MonoTouch as: public static NSData FromFile (string path,

[MonoTouch] Build failed. Object reference not set to an instance of an object

2012-01-24 Thread technohead
Just updated to the latest versions of Mono framework, MonoDevelop (2.8.5) and MonoTouch (5.2). Now when building some projects, I'm getting the error: Build failed. Object reference not set to an instance of an object. thanks, Dennis -- View this message in context:

Re: [MonoTouch] Build failed. Object reference not set to an instance of an object

2012-01-24 Thread technohead
Looks like the problem is in MonoDevelop. After downgrading to 2.8.2, I'm able to build all projects again. Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/Build-failed-Object-reference-not-set-to-an-instance-of-an-object-tp4324723p4324740.html Sent from the

[MonoTouch] Is SGEN GC recommended for App Store submission?

2012-01-24 Thread Krumelur
Hi, I keep on posting this question in intervals: is the SGEN garbage collector advisable for APp Store submission or is it still experimental, as Monodevelop claims? And another issue: I seem to be able to post to this list via NABBLE.COM, but not from my Outlook. Does anybody know why? René

Re: [MonoTouch] Build failed. Object reference not set to an instance of an object

2012-01-24 Thread technohead
Correction: the version of MonoDevelop that is throwing the error is 2.8.6.3. I've just tried installed 2.8.5 and that appears to be working correctly. -- View this message in context:

Re: [MonoTouch] Random strange crashes on iPhone 4S

2012-01-24 Thread kpijnenburg
I don't have crashreports yet, i'm testing with some users. I'm also testing builds with higher trampolines, which is promising some users aren't having problems anymore. What kind of things can cause threading related problems? Can you give an example? So i can look into my code. Thanks in

[MonoTouch] App for Website

2012-01-24 Thread Sayen
Hi all I want to create an app for an existing website. The goal is to display some information from that website and simulate some navigation (pressing buttons). I also have to login first and store the cookie for all requests. The website itself should never be visible in the app. Il parse the

Re: [MonoTouch] MonoDevelop Crashing

2012-01-24 Thread Jeff Stedfast
Hi Tiran, That is great news! Jeff On Tue, Jan 24, 2012 at 5:57 PM, Tiran Irani tizzle.for...@gmail.comwrote: Hi Jeff Yes, I probably do tend to hit Build/Run without explicitly saving documents first. I've got 2.8.6.3 now and so far looking good - tried several builds with unsaved docs

[MonoTouch] Orientation Lock

2012-01-24 Thread Deekor
Whats the best way to make it so my app can only be viewed in landscape orientation? Ive toggled off both of the portrait orientation buttons in the info.plist file but when debugging when i rotate my phone to portrait my app still rotates to portrait mode. -- View this message in context:

Re: [MonoTouch] Build failed. Object reference not set to an instance of an object

2012-01-24 Thread Rolf Bjarne Kvinge
Hi, Can you file a bug with a test case for it? I've tried building with 2.8.6.3 and it works for me. Thanks, Rolf On Tue, Jan 24, 2012 at 8:47 PM, technohead dj_technoh...@yahoo.com wrote: Correction: the version of MonoDevelop that is throwing the error is 2.8.6.3. I've just tried

Re: [MonoTouch] Orientation Lock

2012-01-24 Thread Jackson Harper
There is a UIViewController method you can overload. Here is an example that does landscape only for ipad and portrait only for iphone: (Note the UserInterfaceIdiomIsPhone method is defined in that class, so you might need to add it yourself, if MD didn't add it for you) public override bool

Re: [MonoTouch] Could not open port for debugger. Another process may be using the port.

2012-01-24 Thread Deekor
Welp.. my monotouch updated back to 5.0.4 and the beta 5.1.1 is no longer available for download... so i dont have a debugger again... -- View this message in context:

Re: [MonoTouch] Anyone used JSON.NET in Monotouch? Any Problems?

2012-01-24 Thread Dermot O Sullivan
Thanks for the replies (and head's up about the bug!) My network layer is currently all binary (.net serialization), but im considering swapping out to JSON (still sent over TCP sockets), as I feel once my app is out, upgrading the network protocol will be a huge pain if its all binary, not to

Re: [MonoTouch] Build failed. Object reference not set to an instance of an object

2012-01-24 Thread dermotos
I've gotten this before too. I think ultimately the bug was in my code, but it was triggering the monodevelop null reference error. As a result, it made it quite hard to find the bug in /my /code! -- View this message in context:

Re: [MonoTouch] MonoDevelop Crashing

2012-01-24 Thread dermotos
I also get this frequently, and yes, I do have unsaved docs when building. (Im in the habit of letting the IDE save all prior to a build). Is this update a beta or production release? (im not in front of my mac to check) -- View this message in context: