In wxPython 2.3.3 my code using
self.GetColumn( c, li )
complains that it needs only 2 args but
li = self.GetColumn( c ) crashes
how should i change it?
regards,
Niki Spahiev
NT4/SP6, non unicode build
In wxPython 2.3.3 my code using
self.GetColumn( c, li )
complains that it needs only 2 args but
li = self.GetColumn( c ) crashes
how should i change it?
regards,
Niki Spahiev
NT4/SP6, non unicode build
In wxPython 2.3.3 my code using
self.GetColumn( c, li )
complains that it needs only 2 args but
li = self.GetColumn( c ) crashes
how should i change it?
It doesn't crash for me...
On the other hand it doesn't give me a wxListItem with any info in it either
because of a bug in the wrapper. I'll fix that today.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!