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
0
votes
1 answer

Custom Element in MonoTouch.Dialog: StyledMultilineElement top aligned, with UIWebView

Would like to ask some advice on how to approach custom Element design. My design calls for a UITableViewCell which contains the usual text label, detail text label and custom AccessoryView you'd find in a StyledMultilineElement. In addition to…
Ryan
  • 26,884
  • 9
  • 56
  • 83
0
votes
1 answer

Trying to add event to .ShouldReturn on an Entry Element

I am trying to add an event that's triggered by the TextFieldShouldReturn inside a Monotouch.Dialog entry element. I am currently trying to attach an event like so: //create the entry element EntryElement newEntry = new…
Eric Welander
  • 560
  • 4
  • 11
0
votes
0 answers

Monotouch Dialog changing Section or EntryElement color using Json

I need to change the background color (or any color at all) of an entire section using Monotouch dialog. Some answers like this one propose to subclass the DialogViewController but using Json to load the UI doesn't give that option (Or maybe it does…
Anibaru
  • 193
  • 1
  • 2
  • 12
0
votes
1 answer

Monotouch Dialog Json, EntryElement use EntryEnded Event

I need to use MTD with Json to dinamycally create forms, but also i need to check the user input: Some fields may only accept numbers, and some other have a fixed length etc. This can be done with an action that checks every EntryElement value…
Anibaru
  • 193
  • 1
  • 2
  • 12
0
votes
1 answer

How can I set fixed toolbar at the bottom of screen with DialogViewController in Monotouch?

I have DialogViewController I select some data from web service, and add root, and my root view height is always increase (like load more tweets) and I want to fix toolbar. However I didn't do it. when I add toolbar, it added end of root view, but I…
0
votes
1 answer

monotouch dialog cell sizing and section caption color

I am using monotouch dialog to generate a view. I managed to change the background color by subclassing DialogViewController, but the contrast with the section caption makes the text hard to read. How do I change the section caption color? I am also…
John D
  • 639
  • 1
  • 10
  • 20
0
votes
1 answer

MonoTouch.Dialog: Search, Querying Database each keystroke

I have enabled search in my MonoTouch.Dialog. After each keystroke I call the database, get the updated list and then re-create the Root. The tableview is always empty though after I regenerate the Root, even though I can confirm that I am adding…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
1 answer

How to insert a separator in Monotouch Dialog between elements without using RootElement

On the monotuch dialog github page it shows sections seperated by a space on the monotouch dialog sample. When I try to do this with the latest Monotouch Dialog it says that section is being used as an element. Can somebody tell me what I am doing…
Vahid Kowsari
  • 145
  • 1
  • 7
0
votes
1 answer

Monotouch.Dialog: After selection in a RadioElement table, how to update a dependent table?

I am developing a Unit Converter using Monotouch.Dialog, and I have a main window that looks like this: When I tap the Quantity element, select a new Quantity and return to the main window, I want to update the Unit elements with a table of units…
Anders Gustafsson
  • 15,837
  • 8
  • 56
  • 114
0
votes
1 answer

monotouch.dialog best way to structure CRUD database access

I have a lot of experience of writing databases on Windows with SQL, SQLite and C#, trying to work out the best way to do database operations with MonoTouch.Dialog, my last C# project loaded all the records from all the tables into classes that…
0
votes
1 answer

Is there a way to set a default image for ImageLoader?

I am using MonoTouch.Dialog in my app; however, the form in question is implemented using a UIViewController to which which I added a TableView (so I can also add a UIToolbar). I love the ImageLoader that comes in MonoTouch.Dialog.Utilities and am…
Omri Gazitt
  • 3,428
  • 2
  • 21
  • 27
0
votes
1 answer

Monotouch Dialog News style element with drill down capability

In Montouch Dialog I want a News List style table of elements where I can have an image on the left, a main title, a value and be able to add a tapped event to then show the News Items Details. I have played around with elements such…
cyberbobcat
  • 1,169
  • 1
  • 18
  • 34
0
votes
1 answer

Monotouch.Dialog RootElement that opens a UIViewController and Passing in Data

Is there a proper way to use Monotouch.Dialog (iOs) and call a UIViewController when a user clicks on a RootElement? I'm building a page of data based on an array and when clicked I'd like to open this custom view and pass in the array element..…
lucuma
  • 18,247
  • 4
  • 66
  • 91
0
votes
1 answer

Monotouch.Dialog ImageLoader

Monotouch 5.2.11 Eval Version (testing it out) On the simulator whatever images I am trying to load I get this error: Error fetching picture for [url to image] to.... Problem with [url to image] System.Net.WebException: The request timed out at…
lucuma
  • 18,247
  • 4
  • 66
  • 91
0
votes
2 answers

Set default UILabel color for whole application in Monotouch

I've figured out how to set the tint for the title bar and have set a background image for all my views, but for the life of me I cannot figure out how to set the default UILabel color for section headers and such. I don't want to riddle my code…
Derreck Dean
  • 3,708
  • 1
  • 26
  • 45
1 2 3
30
31