Hi list,
I have two questions about ListCtrl. I create a small app that show db
data into a ListCtrl.
1) When I scroll data with the key (UP, DWN), sometime I receive an error:
wx.ListCtrl.Refre****ems(self, start, stop)
File
"/",
line 4463, in Refre****ems
return (*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "lineFrom <= lineTo" failed at
/src/generic/listctrl.cpp(2498) in RefreshLines(): indices in disorder
What can be?
2) win the "return", "space", "escape", etc keys (so the function
keys) are passed to the ListCtrl Char event, but on lin not. Is there
a solution for say to wx to pass them (generate an event) on these keys?
Win2k and wx 2.6.3 unicode
debian 3.1 wx 2.6.3 and 2.7.0
wxListCtrl style=wx.LC_REPRT|wx.LC_VIRTUAL|wx.LC_SINGLE_SEL|w x.WANTS_CHARS
Thanks,
Michele
To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org
For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org