Re: [MonoTouch] Crash on iPhone4S

2011-12-12 Thread johnHolmes
The app start showing the intial default splash screen, then it suddenly exit. I will update the ipad2 to the 5.0.2 and then i will test. I'm sorry, my mistake 5.0.2 doesn't exists. There's only 5.0.1 -- View this message in context:

Re: [MonoTouch] Crash on iPhone4S

2011-12-12 Thread Nic Wise
Can you: 1. try a debug build 2. use the Console in XCode to see whats happening on the device (you get better errors, including .net ones) otherwise, you need to get the debug symbols that were generated with your app version, and that replaces whats in the crashdump. I think there are xcode

[MonoTouch] QLPreviewController in Monotouch

2011-12-12 Thread Alexander
I want to open PDF files using QLPreviewController in Monotouch, but I can't to do this. QLPreviewItem is an abstract class, but object of this type returns method : QLPreviewControllerDataSource.GetPreviewItem(QLPreviewController, int) Anybody has worked example of QLPreviewController in

[MonoTouch] Delay in syncing xcode 4 IB changes with Monotouch

2011-12-12 Thread bparrott
Question for the forum. I am noticing a delay between saving my changes in xcode 4 Interface Builder and the changes showing up in Monotouch. Sometimes the delay is long enough that when I run the application the changes dont make it into the build. This can be confusing since it appears the

[MonoTouch] Unit Testing MonoTouch Library Project

2011-12-12 Thread James Hughes
Sorry for the rather generic question but what is the best way to write unit tests for a MonoTouch library project? My approach of using NUnit won't work because the target project and test project are built using different frameworks and I am at a loss of the right approach.

Re: [MonoTouch] Catching WCF FaultException not working

2011-12-12 Thread solaadio
Has anyone been able to solve this for you? I am having the same issue at the moment. Regards Olusola -- View this message in context: http://monotouch.2284126.n4.nabble.com/Catching-WCF-FaultException-not-working-tp3593617p413.html Sent from the MonoTouch mailing list archive at

Re: [MonoTouch] Unit Testing MonoTouch Library Project

2011-12-12 Thread Nic Wise
Sebastian has done a nice bit of work around this http://spouliot.wordpress.com/ I'd expect it to work it's way into the main MT installer before too long :) On Tue, Dec 6, 2011 at 18:55, James Hughes ja...@yobriefca.se wrote: Sorry for the rather generic question but what is the best way to

Re: [MonoTouch] Crash on iPhone4S

2011-12-12 Thread Dean Cleaver
I've seen that on all versions of the OS - basically, I delete the app from the device and then re-deploy. It happens most often when I change build types - so if the device has a debug build, and I deploy a QA build, it will do this. I have to delete it, and usually I have to Build\Clean All

Re: [MonoTouch] Unit Testing MonoTouch Library Project

2011-12-12 Thread Sebastien Pouliot
Hello, On Mon, Dec 12, 2011 at 8:26 AM, Nic Wise n...@fastchicken.co.nz wrote: Sebastian has done a nice bit of work around this http://spouliot.wordpress.com/ I have several blog entries on the subject (use the touch.unit category). The first one is:

Re: [MonoTouch] QLPreviewController in Monotouch

2011-12-12 Thread Robert Jordan
On 12.12.2011 12:50, Alexander wrote: I want to open PDF files using QLPreviewController in Monotouch, but I can't to do this. QLPreviewItem is an abstract class, but object of this type returns method : QLPreviewControllerDataSource.GetPreviewItem(QLPreviewController, int) You're supposed to

[MonoTouch] DidSelectAnnotationView and Loading View

2011-12-12 Thread Tomasz Cielecki
Hey there, I am having some troubles with a Loading View being called late when trying to call it from DidSelectAnnotationView in my Delegate for my MapView. So let me explain what I am trying to do: I have a TabBarController, which has some tabs in it, one of them being a Controller with a

Re: [MonoTouch] Howto uninstall

2011-12-12 Thread Jeff Stedfast
Hi Mittchel, To uninstall MonoTouch: Delete the following files directories: /Developer/MonoTouch /Library/Frameworks/Mono.framework/External/xbuild-frameworks/MonoTouch /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Xamarin.ObjcBinding.* Then, from a command prompt, run the

Re: [MonoTouch] No NSTimeInterval?

2011-12-12 Thread Jeff Stedfast
Hi technohead, In addition to Sebastien's answer, you can also cast NSDate to DateTime. Hope that helps, Jeff On Sat, Dec 10, 2011 at 7:19 PM, Sebastien Pouliot sebast...@xamarin.comwrote: NSTimeInterval is mapped to System.Double (i.e. `double` in C#). On Sat, Dec 10, 2011 at 6:53 PM,

Re: [MonoTouch] Delay in syncing xcode 4 IB changes with Monotouch

2011-12-12 Thread Jeff Stedfast
Hi bparrot, croninr MonoDevelop is meant to sync changes made in Xcode back to itself when the MonoDevelop application gets focused. Did you guys have this problem with MonoDevelop 2.8.2 before upgrading to 2.8.4? If so, that bug should be fixed in the upcoming MonoDevelop 2.8.5 release. Jeff

Re: [MonoTouch] Delay in syncing xcode 4 IB changes with Monotouch

2011-12-12 Thread croninr
Hi, Yes I've had the problem of MonoDevelop not updating the project after leaving XCode ever since upgrading to MonoDevelop 2.8 as far as I recall. Really looking forward to MonoDevelop 2.8.5 if it fixes this as its quite annoying! Thanks, Richard -- View this message in context:

Re: [MonoTouch] Delay in syncing xcode 4 IB changes with Monotouch

2011-12-12 Thread Jeff Stedfast
I think I worded something badly. Let me rephrase. If 2.8.2 did *not* have this problem, but 2.8.4 does, then *that* bug is fixed in 2.8.5 afaik. But if the problem existed in all 2.8.x versions, then that bug has not been determined nor fixed in 2.8.5. Jeff On Mon, Dec 12, 2011 at 1:23 PM,

Re: [MonoTouch] Delay in syncing xcode 4 IB changes with Monotouch

2011-12-12 Thread MojoDK
I have the same problem. I found out that clicking inside the editor (moving focus from the nib file in the solution explorer) most of the times makes MT update. But yes - this bug is very annoying. Sometimes MT even doesn't register the changes I make to the nib :( Mojo -- View this message

[MonoTouch] Application has increased with a factor 7!!!!

2011-12-12 Thread Danny Pronk
Hi everybody, I recently updated to the latest beta version of MonoTouch. And all of a sudden all my executable's have increased with a factor 7 without me changing one thing in my projects. Did any of you have seen this behavior and now how to reduce things back ??? Or should I just go back to

Re: [MonoTouch] No more debug mode from monodevelop

2011-12-12 Thread Rolf Bjarne Kvinge
Hi, Which versions of MonoTouch and MonoDevelop do you have installed? Can you try switching between wifi and usb debugging (in MonoDevelop's preferences, in the Debugger/iPhone Debugger page) to see if one of them works? Rolf On Sat, Dec 10, 2011 at 12:13 PM, johnHolmes

Re: [MonoTouch] Crash on iPhone4S

2011-12-12 Thread Rolf Bjarne Kvinge
Hi, It would be a lot more helpful if you had a symbolicated crash log. This should be quite easy: try a debug build, and use Xcode's organizer to view the crash log. If you wait a few seconds with the crash log open in Xcode, it will automatically be symbolicated (assuming you're viewing the

Re: [MonoTouch] Application has increased with a factor 7!!!!

2011-12-12 Thread Sebastien Pouliot
Hello Danny, It's hard to see why such thing would occur without more details. Could you please fill a bug report and include the Build Output from MonoDevelop ? Also could you add -v -v -v to the extra mtouch arguments (in the project options) so we'll have more details about the exact steps

Re: [MonoTouch] No NSTimeInterval?

2011-12-12 Thread technohead
Ah ok thanks. Maybe add a ToDateTime() method on the NSDate instance to make it discoverable via the IDE? thanks, Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/No-NSTimeInterval-tp4181491p4188094.html Sent from the MonoTouch mailing list archive at Nabble.com.

[MonoTouch] Exceptions with no stack trace in my code

2011-12-12 Thread Dean Cleaver
Hi, I am getting various exceptions from a web service in code trapped I believe by the AppDomain.CurrentDomain.UnhandledException, and then reported back to me. System.Net.WebException: Error: ConnectFailure (interrupted) --- System.Net.Sockets.SocketException: interrupted at

Re: [MonoTouch] QLPreviewController in Monotouch

2011-12-12 Thread Alexander
Thank you for the help. Your suggestion worked! -- View this message in context: http://monotouch.2284126.n4.nabble.com/QLPreviewController-in-Monotouch-tp4185677p4188854.html Sent from the MonoTouch mailing list archive at Nabble.com. ___ MonoTouch