wxTextCtrl + wxGrid
Thorsten Gawantka
t.gawantka at freenet.de
Tue Jul 30 05:16:18 EDT 2002
More information about the Python-list mailing list
Tue Jul 30 05:16:18 EDT 2002
- Previous message (by thread): Python design failures (was Re: Let's Talk About Lambda Func
- Next message (by thread): wxTextCtrl + wxGrid
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Group, how can I get the Value of wxTextCtrl into a Cell of wxGrid? my actual code is -- ## Copy the textCtrl.Value into gridCell self.grid.SetCellValue(i, 0, self.edit_p1.GetValue) ## -- this is not functional, because the python interpreter want to have a string. How can I get this solved? -- mfg Thorsten Gawantka
- Previous message (by thread): Python design failures (was Re: Let's Talk About Lambda Func
- Next message (by thread): wxTextCtrl + wxGrid
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list