Hello everyone, I'm almost done with my view and it looks nearly perfect! There is just one slight problem that I'm facing. Using MonoTouch.Dialog I made some tableview items which the user can fill in. Below the tableview there is a GlassButton that is also made with MT.Dialog.. when I add this Button the view like this:
DialogViewController dv = new DialogViewController(root, false); dv.View.Add(glassButton); NavigationController.PushViewController(dv, false); It works fine in Portrait mode.. but as I turn it into landscape mode the search button finds itself under the TabBarController.. and if I scroll down I can't scroll that far until my GlassButton is shown.. how can I fix this? I hope someone can assist me with this! Regards, Mittchel
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
