I have a grid that contain a checkbox in one of the columns.  After checking 
the cell and then resizing the column I get the following:

Traceback (most recent call last):
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 3648, in 
__onWxGridCellChange
    self.raiseEvent(dEvents.GridCellEdited, evt)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dPemMixin.py", line 925, in 
raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
**kwargs)
  File "/home/johnf/downloads/dabo/dabo/lib/eventMixin.py", line 92, in 
raiseEvent
    bindingFunction(event)
  File "LotsMfrm.py", line 326, in _onGridCellEdited
    newVal = self.GetCellValue(row, col)
  File "/home/johnf/downloads/dabo/dabo/ui/uiwx/dGrid.py", line 1898, in 
GetCellValue
    ret = self._Table.GetValue(row, col, useCache=useCache)
TypeError: GetValue() got an unexpected keyword argument 'useCache'
-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to