Hi Stefanie,
Is there a way to copy and paste many cells by using the wxGrid? The best
would be to do it by the shortcut CTRL + C/V. To double click and copy ony
by one is kind of unconvenient for the user.
If you are using your grid in a "standard" way, take a look at this
implementation:
http://lists.wxwidgets.org/pipermail/wxpython-users/2007-September/068482.html
Otherwise, if you are using a "virtual"-table based grid (with
wx.PyGridTableBase), you might want to look at the Wiki page here:
http://wiki.wxpython.org/wxPyGridTableBase
I believe this functionality should be in wxGrid by default, but I am
no wxWidgets developer to suggest such a thing
HTH.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
···
On Mon, Jun 16, 2008 at 12:40 PM, Stefanie Lück wrote: