Questions tagged [monotouch.dialog]

MonoTouch.Dialog is a MonoTouch framework for iOS for iOS developers to create dialog boxes and show table-based information without having to write dozens of delegates and controllers for the user interface.

MonoTouch.Dialog is a MonoTouch framework for iOS developers to create dialog boxes and show table-based information without having to write dozens of delegates and controllers for the user interface.

456 questions
1
vote
1 answer

UITableView backgroundColor always gray on iPad, Solution for Monotouch

I have the same issue described in this question except that I am working in Monotouch, not Objective-C. I am also using Monotouch-Dialog rather than Interface Builder. So, to summarize that question, on a iPad the background of a grouped…
BruceHill
  • 6,954
  • 8
  • 62
  • 114
1
vote
1 answer

Add MonoTouch.Dialog to an MonoTouch project (Not windows)

With the patch today to MonoDevelop all my projects were corrupted and I've had to rebuild them. How do I add MonoTouch.Dialog to a project? I'm pretty sure I'd right click the References, click Edit References and then click in the Packages and…
Chuck Savage
  • 11,775
  • 6
  • 49
  • 69
1
vote
1 answer

Monotouch Dialog Custom Element and GetHeight not being called

Using Monotouch 5.2.11 iOS I have followed this tutorial (http://tirania.org/monomac/archive/2011/Jan-18.html), created a custom cell with an image and have also added the IElementSizing Interface. The GetHeight is never called. Similar questions…
lucuma
  • 18,247
  • 4
  • 66
  • 91
1
vote
1 answer

ViewDidAppear on a UINavigationController not getting called when navigating back

I have a UITabBarController that hosts 5 UINavigationControllers (let's call them N1 - N5). Each of the UINavigationControllers has UI elements that cause a UITableViewController to be pushed onto the navigation stack (I use MonoTouch.Dialog…
Omri Gazitt
  • 3,428
  • 2
  • 21
  • 27
1
vote
2 answers

MonoTouch DialogViewController is Empty Until Touched

I have a TabBarController app with a DialogViewController that works fine except that on initial load the table is EMPTY until I touch it or navigate to another tab and back (http://cl.ly/3I0r1v2b420t0L1X1h2w). I have confirmed the Root is set. I've…
David Ortinau
  • 271
  • 1
  • 9
1
vote
1 answer

Resize StringElement value in MonoTouch Dialog

Is there anyway to auto resize the value of a string element in MonoTouch. I'm using them in two ways : 1st- with reflection 2nd- manually adding stringelement to a section but both can contains value (or caption) that cannot be fitted in the…
Ronny
  • 105
  • 7
0
votes
2 answers

MonoTouch.Dialog Element.GetHeight stopped working?

I was developing app with custom Element using MonoTouch.Dialog. I did not update source code for several weeks. Yesterday I did it and realized that GetHeight for IElementSizing is not longer called. I even used new flag for root : UnevenRows but…
Yoorek
  • 1,003
  • 1
  • 12
  • 30
0
votes
1 answer

DateElement value changed event

Is there any way to grab the value changed event on a MonoTouch Dialog DateElement? The Tapped event never is hit, and the datePicker property is null so I cannot hook onto the ValueChanged event. Any ideas? I want to set values of other fields…
Dylan
  • 1,919
  • 3
  • 27
  • 51
0
votes
2 answers

Monotouch: Need to add navigation item(BarButtonItem) and event in every page

Hi i am very new to iphone programming..i have used DialogViewController in my application. In the following code , addButton.Clicked event will generate an new root element with sections(Table cell) and we can navigating to another page using…
Britman
  • 125
  • 1
  • 4
  • 12
0
votes
1 answer

MonoTouch.Dialog row animations

Just wondering if it is possible to have no animations in section when adding/removing elements in the section. Or even when adding/removing the section itself. On ViewWillAppear I check a global boolean to see if the app has been exited/reopened.…
Brad Moore
  • 316
  • 5
  • 23
0
votes
1 answer

M-dialog - show number of char that are left when the user typing?

Only in the System.Console do I get the result, it print the number of characters that are left, and it update it So whats wrong, how do i update it in the Element? Hope you guys can help me with this. Console: Characters typed(left): in Value…
MemoDreamer
  • 103
  • 8
0
votes
1 answer

How to set popover size in Monotouch.Dialog?

I have the following setup: my controller inherits UINavigationController. It holds a member of DialogViewController My controller's ContentSizeForViewInPopover is set to 400|400 The DialogViewController's ContentSizeForViewInPopover is also set to…
Krumelur
  • 32,180
  • 27
  • 124
  • 263
0
votes
1 answer

Crashing while using Three20 With Monotouch.Dialog

Hello I'm trying to use Three20 with my Monotouch Application with no luck. I have added the Three20 dll file that I made and all the *.a files that created, to my project. I have added the argument in my project option and everything was compiled…
Janub
  • 1,594
  • 14
  • 26
0
votes
1 answer

Dynamic caption of an entry element

I have created an element with Reflection API and give it a caption as: [Caption("Book title"] public string Title; Is it possible to set the caption label programmatically?
0
votes
1 answer

MonoTouch.Dialog - last row visible?

How can I check if the MonoTouch.Dialog's last row (bottom Element) is visible?
MojoDK
  • 4,410
  • 10
  • 42
  • 80