I'm trying to something along the lines of the screen in the *Calendar* app
where you set the *Starts* and *Ends* times.

I have two *StringElement*'s that Im' using as the *Starts* and
*Ends*buttons, and when one or the other is selected I am showing a
UIDatePicker.

      Root = new RootElement("Schedule"){
        new Section(""){
          (startElement = new StringElement("Starts")),
          (endElement = new StringElement("Ends"))
        }
      };

What I can't see how to do is to make either* startElement* or
*endElement*a "stateful" button.  That is to say, when it is selected,
it retains it's
blue background, expressing that this is the value that is being edited by
the *DatePicker*.

Is this possible with* StringElement*?  Equally, I can't see anything
obvious to do this on the *StyledStringElement*.

Thanks everyone.
-- 
*Phil *Cockfield
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to