Hi, There's a lot of samples out there showing off how easily one can build nice applications using Miguel's amazing Monotouch.Dialog but very few examples are available for retrieving the element values to e.g. save them in sqlite.
Normally one would use the ViewWillDisappear method on the controller, but that seems difficult if the controller has been created by M.D On the stackoverflow post at http://goo.gl/YP156 people use a dvc.Disappearing += delegate {...}; approach. But I do not find the decalaration of such a DialogViewController property. Basically I'd like to 1) retrieve all values when the current RootElement is disappearing 2) retrieve the value of an Element as soon as it has been changed I apologize if such examples are available and I failed to either find or understand them. Thanks in advance, Guido -- Your supervisor is thinking about you. http://vanhoecke.org ... and go2 places! _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
