Setting the selection in the wxTextCtrl (by the SetSelection method)
doesn't update and redisplay the control. The selection is set (when
getting the selection I get the values I've set it to), but it isn't
shown on the control. Is there a way I can get the selection to get
displayed automaticaly after using SetSelection ?
Setting the selection in the wxTextCtrl (by the SetSelection method)
doesn't update and redisplay the control. The selection is set (when
getting the selection I get the values I've set it to), but it isn't
shown on the control. Is there a way I can get the selection to get
displayed automaticaly after using SetSelection ?
Did you try calling Refresh(), maybe followed by wxYield()?