Sometimes ago I did some tests with the grid control, starting with one of
the demos example.
This is not what you want but maybe could give you some hints.
Look mainly to the OnKeyDown event on the Grid class (file attached):
I put a wx.CallAfter(self.EnableCellEditControl) and the cell enter in
edit mode whenever a key is press. I think you can play around and make it
work the way you want.
PS: Maybe there is a better way to do what you want.
Ricardo
gridtest.py (7.78 KB)
···
In the demo, before a grid cell is in edit mode I notice that the grid
ignores the ctrl-v action. How can I do this so I can start my editing
with the clipboard contents?Thanks,
Mike---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org