I am looking for something similar to ‘wx.TextCtrl’ but with the numerical value as an input. I need a default value to begin with and let the user to go with the default or have the option to edit it. Then I be able to use the default or edited value for further processing. Please point me in the right direction. Thanks.
Check out the wx.lib.masked controls in particular the masked.numctrl.
You can see it in action in the wxPython demo.
Werner
···
On 05/08/2013 09:52, Ibraheem Khan wrote:
I am looking for something similar to 'wx.TextCtrl' but with the numerical value as an input. I need a default value to begin with and let the user to go with the default or have the option to edit it. Then I be able to use the default or edited value for further processing. Please point me in the right direction.