Yep that was it thanks everyone. Just realized I was responding to
individual responders and not the list.

On Sat, Mar 31, 2012 at 7:07 PM, Jeffrey Stedfast <[email protected]> wrote:
> Hi Bobby,
>
> DialogViewController has a ctor with a "pushing" argument. I believe you need 
> to use that one if you are going to push it.
>
> Hope that helps,
>
> Jeff
>
> Sent from my iPad
>
> On Mar 31, 2012, at 10:14 AM, Bobby Johnson <[email protected]> wrote:
>
>> I am pushing a Dialog based screen on to my NavigationController stack
>> with the following code.
>>
>>                private void ShowProduct(Product product)
>>        {
>>            var productScreen = new NewProductScreen(product);
>>            this.NavigationController.PushViewController(productScreen, true);
>>        }
>>
>> When the dialog is displayed I lose my Navigation controls and am
>> unable to go back to the previous screen.
>>
>> Any one have tips on what I am doing wrong? I can provide code for any
>> of the objects if you think they would help.
>>
>> --
>> "The explanation requiring the fewest assumptions is most likely to be 
>> correct."
>>
>> - Occam’s Razor
>> http://en.wikipedia.org/wiki/Occam's_Razor
>> _______________________________________________
>> MonoTouch mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
"The explanation requiring the fewest assumptions is most likely to be correct."

- Occam’s Razor
http://en.wikipedia.org/wiki/Occam's_Razor
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to