monotouch.dialog Questions

2

Solved

We have a number of table views (using Xamarin Monotouch Dialog) that are plain (not grouped) and are designed to appear full-width without indents. This all works fine in iOS 7. Using the iOS 8 si...
Exhibitive asked 22/9, 2014 at 19:17

3

From the examples at Xamarin.com you can build basic M.T. Dialog apps, but how do you build a real life application? Do you: 1) Create a single DialogViewController and tree every view/RootElemen...

4

Solved

NOTE: There are two similar SO questions (1) (2), but neither of them provides an answer. TL;DR: How can one dismiss the keyboard in a MonoTouch.Dialog by letting the user touch any empty space in...
Eadwina asked 30/5, 2012 at 20:53

4

Solved

I have a Monotouch.Dialog EntryElement. Occasionally when I start typing, nothing shows up... The cursor does not display, and if I type text, it cannot be seen, but it does get persisted to the...
Entertainer asked 16/7, 2013 at 19:22

4

Solved

I subclassed EntryElement and have set the UILineBreakMode in the GetCell method as such: public class EntryElementEnhanced : EntryElement, IElementSizing { public EntryElementEnhanced(string ca...
Kilmarnock asked 12/3, 2012 at 20:12

4

Solved

I m having a hard time with this issue. My MainWindow.xib, has a NavigationController, the view for which is inherited from another xib. Now, i push a DialogViewController from the main view, but ...
Denny asked 19/12, 2011 at 11:10

1

I create my a class MyStyledStringElement and subclass StyledStringElement and IElementSizing in an attempt to control the width of a styledstringelement. Unfortunately, the code below only resizes...
Machuca asked 29/12, 2012 at 7:17

1

Solved

How can I create UITableView with MonoTouch.Dialog which has no margins? At the moment once you create new Section it will add margins around the table and makes elements rounded. I want the look...
Crawl asked 1/10, 2012 at 8:14

2

Possible Duplicate: MonoTouch.Dialog: Dismissing keyboard by touching anywhere in DialogViewController I'm using DialogViewController from MonoTouch.Dialogs. I'd like to be able to di...
Paddle asked 11/8, 2010 at 23:59

2

Solved

Possible Duplicate: MonoTouch.Dialog: Dismissing keyboard by touching anywhere in DialogViewController I noticed that when touching outside of the table cell (which I suppose is the '...
Ovenbird asked 10/4, 2012 at 22:40

1

Solved

I have a MonoTouch app that has a UITabBarController, with each of the tabs being a UINavigationController. Some of these wrap a UIViewController which adds a UITableView and a UIToolbar, and other...
Bromoform asked 12/6, 2012 at 1:21

3

Solved

Using the Reflection API to auto generate a UI. How can I dismiss the keyboard when the user selects a new field, or if they choose a field which generates a new view to pick from. In the later ca...
Fourflusher asked 13/9, 2011 at 21:44

1

Solved

I'm trying to use the DecelerationEnded callback in conjunction with 'Tapped' callbacks on MT.Dialog elements. I can't get the two to work at the same time. When the DecelerationEnded callback is ...
Spore asked 31/5, 2012 at 10:42

2

Solved

I am writing a view controller for adding a new item to my app. It is a perfect fit for MonoTouch.Dialog, as it can be done easily with a table based interface, with a field per relevant property o...
Hamster asked 20/3, 2012 at 9:25

2

This question is mainly targeted towards Miguel as the creator of MT.Dialog but I would like to hear opinions of others as well. I'm currently refactoring a project that has many table views. I'm ...
Hasidism asked 25/2, 2012 at 15:29

1

Solved

I encountered a problem when pushing a DialogViewController to my apps global UINavigationController, that it would lose the back buttons. I was able to boil it down to this simple example: var n...

1

Using the awesome MonoTouch.dialog in some of my projects now and have a question. I have a RadioGroup that I use to allow the user to select his home state, States is a string array. public stat...
Archetype asked 2/12, 2011 at 23:24

1

Solved

I have a Dialog created by MonoTouch.Dialog. There is a list of Doctors in a radio group: Section secDr = new Section ("Dr. Details") { new RootElement ("Name", rdoDrNames){ secDrNames } I w...
Oil asked 28/11, 2011 at 21:6

1

I am having a problem overriding the GetHeight method when developing an iPad application with MonoTouch.Dialog. I am implementing IElementSizing but my GetHeight method never gets called. Has any...
Leucomaine asked 11/11, 2011 at 19:49

1

Solved

I have a list of Customers which I use to create Elements like this: Foreach(Customer c in Customers) { //Make the StyledStringElement //Set the Tapped to action a touch element.Tapped += () =&...
Renal asked 18/4, 2011 at 8:39
1

© 2022 - 2024 — McMap. All rights reserved.