Changes between Initial Version and Version 1 of Ticket #424, comment 1


Ignore:
Timestamp:
Jun 13, 2015 10:46:08 PM (9 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #424, comment 1

    initial v1  
    44 
    55Running 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}}} 
    99and 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}}} 
    1313So it looks like something is not being passed correctly somewhere? 
    1414