[wxPython-users] AppendRows works not correct

Robin Dunn robin at alldunn.com
Thu Jul 27 12:53:30 PDT 2006


Micha Reiser wrote:
> Hello
> 
>  
> 
> I wrote my owen PyGridTableBase, but now I cant append Rows?
> 
>  
> 
> I copied more or less the append Rows from the wxPython in Action Book.
> 
>  
> 
> It appends the rowname to the self.rowLabels list, but nothing more. I 
> called a ForceRefresh(). But all the Time the same ProblemL
> 

The table needs to inform the grid that rows have been appended.  See 
http://wiki.wxpython.org/index.cgi/AppendingGridTable for an example.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list