[MonoTouch] Printable list of Monodevelop key bindings?

2011-12-10 Thread Oivvio Polite
Is there a way to print out the list of key bindings under Preferences-Key Bindings? oivvio -- http://liberationtech.net ___ MonoTouch mailing list MonoTouch@lists.ximian.com http://lists.ximian.com/mailman/listinfo/monotouch

[MonoTouch] No more debug mode from monodevelop

2011-12-10 Thread johnHolmes
Hi all, I'm no more able to debug my application on the device. This is really wired because, till yesterday all works fine. The only thing I've done recently is to update monotouch to the latest version and XCode to the version 4.2 (which use the 5.0 SDK) Every time i run the project in debug

Re: [MonoTouch] No more debug mode from monodevelop

2011-12-10 Thread johnHolmes
Keep in mind that application runs fine either in Debug or Release mode. -- View this message in context: http://monotouch.2284126.n4.nabble.com/No-more-debug-mode-from-monodevelop-tp4179859p4179861.html Sent from the MonoTouch mailing list archive at Nabble.com.

[MonoTouch] Howto uninstall

2011-12-10 Thread Mittchel debaass
Hello everyone, Recently I am having some problems with MonoDevelop and I want to uninstall everything to just reinstall it again. I tried to drag MonoDevelop to the bin but that didn't succeeded. Cause soon as I reinstall MonoDevelop everything is still the same and it isn't a clean install..

[MonoTouch] No NSTimeInterval?

2011-12-10 Thread technohead
Hi, I'm trying to convert some Obj C code which uses NSDate and NSTimeInterval objects, and noticed that there is no Monotouch wrapper for NSTimeInterval. Is there a way to convert an NSDate to a C# DateTime or is there another method for calculating the difference in value of two NSDate

Re: [MonoTouch] No NSTimeInterval?

2011-12-10 Thread technohead
Think I found a solution, comparing the property SecondsSinceReferenceDate on the NSDate objects. -- View this message in context: http://monotouch.2284126.n4.nabble.com/No-NSTimeInterval-tp4181491p4181500.html Sent from the MonoTouch mailing list archive at Nabble.com.

Re: [MonoTouch] No NSTimeInterval?

2011-12-10 Thread Sebastien Pouliot
NSTimeInterval is mapped to System.Double (i.e. `double` in C#). On Sat, Dec 10, 2011 at 6:53 PM, technohead dj_technoh...@yahoo.com wrote: Think I found a solution, comparing the property SecondsSinceReferenceDate on the NSDate objects. -- View this message in context:

Re: [MonoTouch] Exception: JIT Compile

2011-12-10 Thread Sebastien Pouliot
Hello, There are some limitations but we try to remove them, whenever possible, and can help you find workaround in the mean time. To help us do so please fill bug reports. One for each case with a test case so it can be reproduced. Thanks Sebastien On Sat, Dec 10, 2011 at 2:36 AM, Mittchel