How to reproduce:
change
gridtable.GetTypeName = function( self, row, col )
if col == Col_Id or col == Col_Priority then
return wx.wxGRID_VALUE_NUMBER
to
gridtable.GetTypeName = function( self, row, col )
if col == Col_Id or col == Col_Priority then
return wx.wxEmptyString
I realize that this is not a type but this is purely to demonstrate the
problem I found it in a more complex situation.
Returning '' will properly report the error it seems to be related to
wx.wxEmptyString.
Hope someone can figure out how to fix the problem
Andre
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users