Is there maybe a method bounded to the class SpinCtrl() that could hide the widget. One that is maybe also implemented in any other control.
self.spcKvadDo = wx.SpinCtrl(id=-1, initial=0, max=1000000, min=0, name='spcKvadDo', parent=self.pnlFilteri, pos=wx.Point(10, 10), size=wx.Size(118, 21), style=wx.SP_ARROW_KEYS) self.spcKvadOd.XXX() I tried it with the SetTransparent() method but it did not work. Has anyone any Idea? -- http://mail.python.org/mailman/listinfo/python-list