Have a look at the ATMHud stuff, which is in the monotouch-bindings project on github. That wraps a nice HUD which you can use to block the user interacting with the app until it's all finished.
Also, that method takes a completion block - ie, code to call when it's all done - so you could throw up the HUD, call the save, and in the completion block, hide the hud and keep going. https://github.com/mono/monotouch-bindings On Tue, Jun 26, 2012 at 10:28 PM, Dae <[email protected]> wrote: > P.S. Any link to a good source of information about async handling in > Monotouch would be greatly appreciated :) > > Thanks. > > Andre. > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/What-is-the-right-way-to-wait-tp4655591p4655592.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
