Changes between Initial Version and Version 1 of Ticket #424, comment 1
- Timestamp:
- Jun 13, 2015 10:46:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #424, comment 1
initial v1 4 4 5 5 Running from Eclipse I note that when you click in a column header cell the following error is thrown 6 7 TypeError:PaintBackground() takes exactly 3 arguments (4 given)8 6 {{{ 7 !TypeError: !PaintBackground() takes exactly 3 arguments (4 given) 8 }}} 9 9 and when you click in another cell this error is thrown 10 11 TypeError:EndEdit() takes exactly 4 arguments (5 given)12 10 {{{ 11 !TypeError: !EndEdit() takes exactly 4 arguments (5 given) 12 }}} 13 13 So it looks like something is not being passed correctly somewhere? 14 14