wxTextCtrl + wxGrid

Thorsten Gawantka t.gawantka at freenet.de
Tue Jul 30 16:19:21 EDT 2002


On Tue, 30 Jul 2002 12:19:41 +0200, Steve Holden wrote:

> You probably want to *call* the GetValue method of the wxTextCtrl rather
> than referring to it. It's a mistake most have made ... try
> 
>     self.grid.SetCellValue(i, 0, self.edit_p1.GetValue())
> 
> regards
> -----------------------------------------------------------------------
> Steve Holden                                 http://www.holdenweb.com/
> Python Web Programming                http://pydish.holdenweb.com/pwp/
> -----------------------------------------------------------------------

Thanks that help
--
mfg Thorsten Gawantka



More information about the Python-list mailing list