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
3 answers

MonoTouch.Dialog: Popping back to parent when not in a NavigationController

I have a Dialog that is a full screen Modal popup. It has a Group of radioelements. When selected a new screen of, in this case, states appears. When a state is selected, how can I get the screen to "pop" back to the main dialog when there is no…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
1 answer

MonoTouch.Dialog - RootElement's Group is null or not a RadioGroup

I'm working with Monotouch.Dialog, and running into this error: The RootElement's Group is null or is not a RadioGroup The code I'm working with is as follows, I've added comments telling you the state of the variables: var groupSortChoices…
Derreck Dean
  • 3,708
  • 1
  • 26
  • 45
0
votes
1 answer

Is it possible to control the order of EventHandlers that fire for events in MonoTouch.Dialog?

I have two "nested" DialogViewControllers - a "View" and an "Edit". Both render data from an internal data structure using StringElements. In the Edit DVC, I hook the StringElement's Changed event to update my internal data structure. I also hook…
Omri Gazitt
  • 3,428
  • 2
  • 21
  • 27
0
votes
1 answer

MonoTouch.Dialog: Setting Image of StyledStringElement in Background

My app calculates the Image of the StyledStringElement and this process takes a good amount of time. It's all done locally. How can I do something like this pseudo code: myElement.Image = PlaceHolderImage;…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
0
votes
2 answers

Can the keyboard be dismissed by touching outside of the cell in MonoTouch.Dialog?

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 'section'), the touchesBegan method does not get called so I…
valdetero
  • 4,624
  • 1
  • 31
  • 46
0
votes
1 answer

How can I get the string value from input field?

I am trying to implement a Settings dialog for iOS using MonoTouch and the DialogViewController. The class below contains some public properties, and a method to get a DialogViewController for it. The problem is that when the view disappears, the…
Magnus Johansson
  • 28,010
  • 19
  • 106
  • 164
1 2 3
30
31