Hi,
I am using the python27, 64bit version. I have added textCtrl, trying to get the user input, but with no success..
The text box is disabled. Please advice.
My code:
I am using the python27, 64bit version. I have added textCtrl, trying to get the user input, but with no success..
The text box is disabled. Please advice.
My code:
Code:
self.nameTextCtrl = wx.TextCtrl(self) self.nameTextCtrl.Enable(True) self.nameTextCtrl.SetEditable(True) self.nameTextCtrl.SetDimensions(x=150, y=60, width=150, height=-1)
Comment