Questions tagged [entryelement]

2 questions
8
votes
4 answers

C# Xamarin/Monotouch.Dialog - EntryElement Not Displaying Entered Characters

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 EntryElement.Value property. The problem seems to be…
Goober
  • 13,146
  • 50
  • 126
  • 195
0
votes
1 answer

C# Monotouch/Xamarin - EntryElement ShouldChangeCharacters Event

Does anyone have a code sample or any advice on how I can implement the ShouldChangeCharacters event on the monotouch EntryElement class? Presumably I need to inherit EntryElement and implement a UITextField (which has the ShouldChangeCharacters…
Goober
  • 13,146
  • 50
  • 126
  • 195