> I am having a very strange problem trying to process shit-tab on
> a wxTextCtrl field.
>
> I use the following:
>
> editbox = wxTextCtrl(self, myID, "Default",wxPoint(x,y),
> wxSize( size,19), wxTE_PROCESS_ENTER|wxTE_PROCESS_TAB)
>
> EVT_CHAR(editbox, self.EvtChar)
> EVT_TEXT_ENTER(editbox, myID, self.EvtEnter)
>
> Pressing TAB will trigger the event however pressing Shift-TAB will
> not. There is only on wxTextCtrl
What is self and what is your platform and versions?
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!