EDIT_SelSel

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • EDIT_SelSel

    Calling EDIT_SetSel shows selected chars hi-lighted as expected, but if I click on another control the chars are no longer hi-lighted in the EDIT control after it loses focus. How can I keep the selected chars hi-lighted as focus changes?
  • Hello Dougm,

    This is the default behavior of the EDIT widget. You can change it using a custom callback function. For detailed information on how to implement a custom callback function, please refer to the section 15.2.3 "Overwriting callback functions" in the emWin user manual.

    Best regards,
    Adrian