Changing the parent on the go?

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

  • Hi,

    You might try WM_AttachWindow() and WM_DetachWindow().

    But keep in mind that if the new parent is not large enough to display the keyboard it will get clipped.

    Regards
    Sven
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • For the keyboard, make an unedged window without focus. More precisely, if the focus is lost, the keyboard window fills the focus back.
    The parent for him is the background. And it is always on top of other windows.