The behaviour you describe below is the correct behaviour for the datepicker, i.e. modal. Sounds like what you is something different. Seems like you'll have to code your own date picking functionality.
On Thu, Dec 29, 2011 at 07:55, Paul F. Johnson <[email protected]>wrote: > Hi, > > I need to set up a listener for the datepicker. There is one in the > examples, but unfortunately, the way that works is for a modal and I > need one which is not for a modal - my datepicker is part of the actual > layout. I've tried to modify the code so it's not modal, but the event > isn't picked up. > > My need is simple. If you click on the date, the event is picked up and > I then record the date for a later calculation. Unlike a winforms app, > there isn't a real datepicker event so a delegate needs to be set up to > do the same. Meh. > > Any help here would be appreciated. > > Paul > -- > Vertraue mir, ich weiss, was ich mache... > > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
