if SetSelection is called for wxTextCtrl
the appropriate region gets "selected"
but is not highlighted
whereas is works fine if user selects using a mouse
if SetSelection is called for wxTextCtrl
the appropriate region gets "selected"
but is not highlighted
whereas is works fine if user selects using a mouse
When do you call SetSelection? Has the window been shown yet? Has the textCtrl received the focus yet?
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!