wxTextCtrl + wxGrid

Thorsten Gawantka t.gawantka at freenet.de
Tue Jul 30 05:16:18 EDT 2002


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



More information about the Python-list mailing list