Re: [MonoTouch] MT.Dialog iPad / Universal

2012-03-30 Thread Nic Wise
I REALLY REALLY need to go thru this app. But not this weekend. This weekend is Edinbrogh. On Thu, Mar 29, 2012 at 23:02, Craig Dunn craig.d...@conceptdevelopment.net wrote: the MWC sample uses the same MT.Dialog screens in iPhone iPad - on the phone they're fullscreen (obviously) and on the

[MonoTouch] MT.Dialog iPad / Universal

2012-03-29 Thread danmiser
Are there any writeups or samples about how to use MT.Dialog to display a different interface on an iPad with a universal application? Right now, the iPhone app works great. It's very data entry focused and uses nothing but MT.Dialog DialogViewControllers. I'm thinking of going with a split screen

Re: [MonoTouch] MT.Dialog iPad / Universal

2012-03-29 Thread Nic Wise
I think someone commented on the list a while back that you have to break the bond with the UINavigationController, as it needs to go into a UISplitView. Not sure if it ever got released tho On Thu, Mar 29, 2012 at 21:21, danmiser danmi...@gmail.com wrote: Are there any writeups or samples about

Re: [MonoTouch] MT.Dialog iPad / Universal

2012-03-29 Thread Craig Dunn
the MWC sample uses the same MT.Dialog screens in iPhone iPad - on the phone they're fullscreen (obviously) and on the iPad they sit in a SplitView (for example: the Speakers and Sessions lists). Pretty much the only special handling required was in the Element.Selected method - for iPhone we