Hi, I'm using the widget in object and I've a problem. I've notice that the lower value of the years is 1980. How can I set this value to 1900? I try this but it doesn't work. self.dlg = wx.lib.calendar.CalenDlg(self) #self.dlg.SetRange(1970, 2010) dont' work! What is the attribute name of the years? gretting