Marco DeFreitas
2014-05-13 20:46:41 UTC
I am trying to implement a feature where a user can type the start of some
text in a cell and then type "ctrl-e" to expand the remaining text, if it
is known.
If I handle wxEVT_KEY_DOWN on the wxGrid widget, I can catch these
characters if the cell is selected, but not if the cell editor is created
(which it needs to be in order to enter text).
Any idea what I need to do in order to implement this feature?
Thanks,
Marco
text in a cell and then type "ctrl-e" to expand the remaining text, if it
is known.
If I handle wxEVT_KEY_DOWN on the wxGrid widget, I can catch these
characters if the cell is selected, but not if the cell editor is created
(which it needs to be in order to enter text).
Any idea what I need to do in order to implement this feature?
Thanks,
Marco
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users