Hi Nic, This was a bug, but I've looked at the code and it appears to have been fixed in git master (the first button title was passed to the base ctor and then added again in the UIAlertView ctor).
Hope that helps, Jeff On Mon, Jun 25, 2012 at 2:48 PM, Nic Wise <[email protected]> wrote: > In MonoTouch 5.2.12 > http://www.fastchicken.co.nz/drop/alertview-5212.png > > In MonoTouch 5.3.4: > http://www.fastchicken.co.nz/drop/alertview-534.png > > > > Both come from the same bit of code: > > > alertView = new UIAlertView(string.Format(MESSAGE_TITLE, APP_NAME), > > string.Format(MESSAGE, APP_NAME), > > null, > > CANCEL_BUTTON, > > string.Format(RATE_BUTTON, APP_NAME), > > LATER_BUTTON); > > alertView.Show(); > > All the uppercase stuff are just strings. > > Why the extra Ok Button?? (thats "RATE_BUTTON" in this case) > > Bug it? It's shown on the main UI thread, too. > > > > -- > 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 >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
