Hello, The problem that I'm having is that if I press the Back button on the form > in the top left, the validation still triggers and also allows the back > navigation to occur. I'd like to prevent the navigation from happening, > which I assume will also fix the other error I'm having where the message > gets displayed 3-4 times after the back navigation has happened. > > Any ideas? >
What Apple does with their interfaces is to make these kind of UIs be modal. That means that you do not have a back button, and instead you provide a "Cancel" on the left, and a "Done" on the right. Instead of "pushing" the UI, you should present your view controller in modal mode. Miguel
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
