johnf wrote: > 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'
Hmm, this would seem to indicate that your grid table isn't based on dGridDataTable. Can you reproduce with dabo/dabo/ui/uiwx/dGrid.py (there's a checkbox column in the test grid). Paul _______________________________________________ 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]
