I noticed code that says this: wx.Window.SetFocus(self.widget) is there a reason for not using this? self.widget.SetFocus() The latter allows the object to override the method, y'see. Reid