Re: [MonoTouch] Monotouch.Dialog controller calling Storyboard controller - a bad idea?

2012-05-01 Thread Michael Rutherford
Thank you ... I didn't know how to instantiate a view controller from the StoryBoard. Best of both worlds :) -- View this message in context: http://monotouch.2284126.n4.nabble.com/Monotouch-Dialog-controller-calling-Storyboard-controller-a-bad-idea-tp4528682p4595247.html Sent from the MonoTouch

Re: [MonoTouch] Monotouch.Dialog controller calling Storyboard controller - a bad idea?

2012-04-04 Thread bustergonad
Craig - thank you sooo much for this! I was head banging my keyboard for about 5 hours last night trying all kinds of different constructors, Loading from nib files etc.. Then you posted your reply and it worked first time. Well chuffed, thank you. -- View this message in context:

[MonoTouch] Monotouch.Dialog controller calling Storyboard controller - a bad idea?

2012-04-03 Thread bustergonad
Is it bad to use call Storyboard view controllers from Monotouch dialog viewcontrollers in the same project? If it's ok to do, how do you call a Storyboard view controller (FirstViewController) from within a monotouch.dialog controller - ie. What do you pass into the constructor of the

Re: [MonoTouch] Monotouch.Dialog controller calling Storyboard controller - a bad idea?

2012-04-03 Thread Craig Dunn
I haven't done a Storyboard with MT.D yet, but opening a Storyboard viewcontroller from regular old TableSource.RowSelected can be done like this (note the Identifier must be set in the Storyboard+Attributes Inspector for your view controller) // Specially for Storyboard !! var detail =