[MonoTouch] Urgent :( Back Button Missing on pushed Detailviewcontroller

Nic Wise nicw at fastchicken.co.nz
Thu Oct 20 05:46:11 EDT 2011


BTW, PresentModalViewController will pop something up WITHOUT back
buttons etc. PushViewController is the normal way of doing a TableView
thing.

On Thu, Oct 20, 2011 at 10:45, Nic Wise <nicw at fastchicken.co.nz> wrote:
> Do you see a normal back button?
>
> Also, try using NavigationItem.BackButtonItem (I think it's called),
> as it's a seperate one....
>
> How are you showing the dialog controller? eg:
>
> section.Add(new TripLogElement(localTripLog, delegate {
>                                        var tlv = new
> TripLogDetailViewController();
>                                        tlv.TripLog = localTripLog;
>
>
> NavigationController.PushViewController(tlv, true);
>
>                                }));
>
>
> 2011/10/20 Andreas Ploetzeneder <info at ploetzeneder-it.com>:
>> Hi,
>> my backbutton on a pushed Detailviewcontroller is missing, and even if  add:
>>
>> this.NavigationItem.LeftBarButtonItem=new UIBarButtonItem (new
>> UIImage("Images/home.png"),UIBarButtonItemStyle.Bordered,back);
>>
>> public void back (object sender, EventArgs x)
>>
>> {
>>
>> this.NavigationController.PopViewControllerAnimated(true);
>>
>> }
>>
>> i do not see the button
>>
>> --
>>
>>
>>
>>
>>
>> Mit freundlichem Gruß,
>>
>> Andreas Plötzeneder
>> CEO
>> ihr ploetzeneder it-solutions Team
>> Mobile Development – Desktopanwendungen – Webanwendungen
>> Tel:  +43 720 30 30 24 10
>> Fax: +43 720 30 30 24 20
>> Email: info at ploetzeneder-it.com
>> web:   http://www.ploetzeneder-it.com
>>
>> Der Inhalt dieser E-Mail samt aller Anhänge ist vertraulich
>> und ausschließlich für den Adressaten bestimmt. Wenn Sie nicht der
>> vorgesehene Adressat dieser E-Mail oder dessen Vertreter sind, so löschen
>> sie diese bitte und informieren Sie den Absender. Jede Form der Verbreitung
>> oder Veröffentlichung der E-Mail, sei es in ihrer Gesamtheit oder in Teilen,
>> die nicht ihrem Zweck dient, ist unzulässig. Das Internet kann die
>> Unversehrtheit dieser Mitteilung nicht garantieren. ploetzeneder
>> it-solutions übernimmt daher keine Haftung, falls die E-Mail geändert wurde.
>>
>>
>>
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> 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/
>
> 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
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

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


More information about the MonoTouch mailing list