On Tue, May 18, 2010 at 10:40, John <[email protected]> wrote: > On Tuesday 18 May 2010 07:32:39 am Nate Lowrie wrote: >> On 5/18/10 10:18 AM, John wrote: >> > Could you name them please. Are they in the wx Demo? >> >> They are all in the demo. The name is wx.DatePickerCtrl. That is >> probably the best of the bunch. wx.lib.calendar and >> wx.calendar.CalendarCtrl also work. Also, wx.lib.masked.TimeCtrl would >> be a nice control to wrap for time. On this note, it looks like there >> have been a LOT of controls for wx that aren't even AGW controls we >> should consider wrapping including picker controls, integer textbox, and >> the masked number control. >> >> Regards, >> >> Nate > > Thanks - I just was playing with wx.DatePickerCtrl. I added it to a panel and > immediately noticed that the tab key did move the cursor off the control. I > also noticed that the only way to close the calendar was to click the down > arrow button again. I'm reviewing the styles that may effect it response to > the tab key. Of course this was on Linux.
One of the things I do like is the ability to set a null date by checking the checkbox. You can close the calender also by double clicking on the date. Also note that there is a wx.GenericDatePickerCtrl that seems to be only included on windows platforms. I actually like the look and feel of that better than the wx.DatePickerCtrl. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
