Just to confirm - if I pause the code, thread #1 shows as being in MonoTouch.UIKit.UIApplication.Main - not in any of my code. Can still take another 15 second before that button will respond.
Dino -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dean Cleaver Sent: Monday, July 25, 2011 12:53 PM To: Dimitris Tavlikos Cc: Forums, MonoTouch ([email protected]) Subject: Re: [MonoTouch] Unexplained delay Dimitris, I've checked for that as best I can. Pausing the code indicates that the main thread is in MonoTouch.UIApplication - but I am sure I have no other UI code running. Sadly this is in production and debug. Dino -----Original Message----- From: Dimitris Tavlikos [mailto:[email protected]] Sent: Monday, July 25, 2011 12:54 PM To: Dean Cleaver Cc: Forums, MonoTouch ([email protected]) Subject: Re: [MonoTouch] Unexplained delay I think you should check if you have some code that could block the UI. There are some cases however, where I have also noticed some delays in the UI when debugging on the device. Dimitris Tavlikos Software Developer Email: [email protected] Twitter: http://twitter.com/#!/dtavlikos Blog: http://software.tavlikos.com On Jul 25, 2011, at 8:20 PM, Dean Cleaver wrote: > Hi, > > I've got one screen in my app where I seem to get an unexplained delay before > it's useable - the logoff screen. Basically, the screen displays quickly, but > sometimes the button won't respond for 10 to 15 seconds. I have no code > running (I disable the button in ViewDidLoad, and enable it in ViewDidAppear > and it's always enabled immediately) so I just cannot fathom what could > possibly be happening? Any ideas where to even start looking? > > As you can imagine, it's a very basic view controller, so I'm stumped. > > Dino > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
