[MonoTouch] Invo

2011-08-11 Thread Matteo Polito
Hi, why if I execute this code my app freeze? To use again my app I need to close and reopen it. I've used this code(threadpool and ManualResetEvent) because I need to execute a method on thread but I need to wait its completion. var resetEvent = new ManualResetEvent(false);

Re: [MonoTouch] Invo

2011-08-11 Thread Robert Jordan
On 11.08.2011 21:13, Matteo Polito wrote: Hi, why if I execute this code my app freeze? To use again my app I need to close and reopen it. I've used this code(threadpool and ManualResetEvent) because I need to execute a method on thread but I need to wait its completion. var resetEvent =

Re: [MonoTouch] What could possibly cause this?

2011-08-11 Thread Jeff Stedfast
Hi Dean, That screenshot looks really strange and I can't think of anything that would cause that. If you haven't figured out the problem yet, could you file a bug report on http://bugzilla.xamarin.com and attach a zipped project that demonstrates this issue? Thanks, Jeff On Thu, Aug 4, 2011

Re: [MonoTouch] What could possibly cause this?

2011-08-11 Thread Dean Cleaver
Jeff, If I can ever get it to do it, I will. A client sent me that screen shot - I cannot replicate it, but if I can I'll see if I can find something. Dino From: Jeff Stedfast [mailto:j...@xamarin.com] Sent: Thursday, August 11, 2011 5:00 PM To: Dean Cleaver Cc: Forums, MonoTouch

[MonoTouch] Fwd: Monotouch and crash reports problems

2011-08-11 Thread Rolf Bjarne Kvinge
Meant to send this to the list -- Forwarded message -- From: Rolf Bjarne Kvinge r...@xamarin.com Date: Mon, Aug 8, 2011 at 2:18 PM Subject: Re: [MonoTouch] Monotouch and crash reports problems To: kentfonager k...@netcoders.dk Hi, In general it's not your code directly that

Re: [MonoTouch] What could possibly cause this?

2011-08-11 Thread Jeff Stedfast
Dean, Understandable. I am really curious what caused that! Jeff On Thu, Aug 11, 2011 at 6:08 PM, Dean Cleaver dean.clea...@kleverlogic.comwrote: Jeff, ** ** If I can ever get it to do it, I will. A client sent me that screen shot – I cannot replicate it, but if I can I’ll see if I

Re: [MonoTouch] What could possibly cause this?

2011-08-11 Thread Nic Wise
I'm sure I could do it in code, but it'd be intentional! On Thu, Aug 11, 2011 at 23:09, Jeff Stedfast j...@xamarin.com wrote: Dean, Understandable. I am really curious what caused that! Jeff On Thu, Aug 11, 2011 at 6:08 PM, Dean Cleaver dean.clea...@kleverlogic.com wrote: Jeff, If I

Re: [MonoTouch] build failed with no output when using LLVM

2011-08-11 Thread Jeff Stedfast
Hi Jon, Have you tried adding -v -v -v to the Additional arguments to pass to mtouch textbox under Project / ProjectName Options / Build / iPhone Build ? This *might* help provide more useful information. If not, sounds like a bug and you should submit it to http://bugzilla.xamarin.com and,

Re: [MonoTouch] Exception assistance...

2011-08-11 Thread Jeff Stedfast
Hi Dean, Finally got around to looking at this today. It looks like the null-check for NSString's .ctor (string value) didn't make it into 4.0.4.1 :-( It *will* be in MonoTouch 4.1, however. That said, the only thing that will change is that you'll get a ArgumentNullException thrown when passing

Re: [MonoTouch] Monotouch and crash reports problems

2011-08-11 Thread Jeff Stedfast
Update: Miguel and I have eliminated most of these hoops in trunk. The only one remaining is the Info.plist one, but I'm sure we'll fix that before long. The other thing to note is that if you are planning to build the exported project on the Sim, it turns out you shouln't remove the -u