No - it's just a standard view controller. The button has been clicked many times before, always worked. The client clicked it a dozen times, same error every time. Force-closed the app, ran it again and it worked fine, and still works fine.
By some freak occurrence on that day, the navigation controller was null. Never was before, never has been again. Dino -----Original Message----- From: Jeff Stedfast [mailto:[email protected]] Sent: Saturday, August 27, 2011 3:48 PM To: Dean Cleaver Cc: catullum; [email protected] Subject: Re: [MonoTouch] How do I fix this? Hi Dean, If this.NavigationController is null, that suggests that there is no parent NavigationController in the stack. Is it perhaps a toplevel view controller or a child of some other type of controller? Jeff _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
